File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,9 @@ Wondering why *another* joi middleware library for express? Full blog post [here
48
48
- [ ` errors([opts]) ` ] ( #errorsopts )
49
49
- [ ` Joi ` ] ( #joi )
50
50
- [ ` Segments ` ] ( #segments )
51
- - [ ` CelebrateError(error, segment, [opts]) ` ] ( #celebrateerrorerror-segment-opts )
52
- - [ ` isCelebrate(err) ` ] ( #iscelebrateerr )
51
+ - [ ` Modes ` ] ( #modes )
52
+ - [ ` new CelebrateError([message], [opts]) ` ] ( #new-celebrateerrormessage-opts )
53
+ - [ ` isCelebrateError(err) ` ] ( #iscelebrateerrorerr )
53
54
- [ Additional Details] ( #additional-details )
54
55
- [ Validation Order] ( #validation-order )
55
56
- [ Mutation Warning] ( #mutation-warning )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " celebrate" ,
3
- "version" : " 12.2 .0" ,
3
+ "version" : " 13.0 .0" ,
4
4
"description" : " A joi validation middleware for Express." ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
29
29
},
30
30
"homepage" : " https://github.com/arb/celebrate#readme" ,
31
31
"dependencies" : {
32
- "joi" : " 17.x.x" ,
33
32
"escape-html" : " 1.0.3" ,
33
+ "joi" : " 17.x.x" ,
34
34
"lodash" : " 4.17.x"
35
35
},
36
36
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments