File tree 3 files changed +5
-5
lines changed
chai-openapi-response-validator
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chai-openapi-response-validator" ,
3
- "version" : " 0.11 .0" ,
3
+ "version" : " 0.12 .0" ,
4
4
"description" : " Use Chai to assert that HTTP responses satisfy an OpenAPI spec" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
64
64
"supertest" : " ^6.0.0"
65
65
},
66
66
"dependencies" : {
67
- "openapi-validator" : " ^0.11 .0"
67
+ "openapi-validator" : " ^0.12 .0"
68
68
}
69
69
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jest-openapi" ,
3
- "version" : " 0.11 .0" ,
3
+ "version" : " 0.12 .0" ,
4
4
"description" : " Jest matchers for asserting that HTTP responses satisfy an OpenAPI spec" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
51
51
},
52
52
"dependencies" : {
53
53
"jest-matcher-utils" : " ^26.5.2" ,
54
- "openapi-validator" : " ^0.11 .0"
54
+ "openapi-validator" : " ^0.12 .0"
55
55
}
56
56
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " openapi-validator" ,
3
- "version" : " 0.11 .0" ,
3
+ "version" : " 0.12 .0" ,
4
4
"description" : " Common code for jest-openapi and Chai OpenAPI Response Validator" ,
5
5
"scripts" : {
6
6
"format" : " prettier --write . --ignore-path ../../.prettierignore" ,
You can’t perform that action at this time.
0 commit comments