File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Lead Maintainer: [Adam Bretz](https://github.com/arb)
32
32
- [ ` Boom.rangeNotSatisfiable([message], [data]) ` ] ( #boomrangenotsatisfiablemessage-data )
33
33
- [ ` Boom.expectationFailed([message], [data]) ` ] ( #boomexpectationfailedmessage-data )
34
34
- [ ` Boom.badData([message], [data]) ` ] ( #boombaddatamessage-data )
35
+ - [ ` Boom.locked([message], [data]) ` ] ( #boomlockedmessage-data )
35
36
- [ ` Boom.preconditionRequired([message], [data]) ` ] ( #boompreconditionrequiredmessage-data )
36
37
- [ ` Boom.tooManyRequests([message], [data]) ` ] ( #boomtoomanyrequestsmessage-data )
37
38
- [ ` Boom.illegal([message], [data]) ` ] ( #boomillegalmessage-data )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " boom" ,
3
3
"description" : " HTTP-friendly error objects" ,
4
- "version" : " 3.1.3 " ,
4
+ "version" : " 3.2.0 " ,
5
5
"repository" : " git://github.com/hapijs/boom" ,
6
6
"main" : " lib/index.js" ,
7
7
"keywords" : [
You can’t perform that action at this time.
0 commit comments