File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
chai-openapi-response-validator Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " chai-openapi-response-validator" ,
3- "version" : " 0.11 .0" ,
3+ "version" : " 0.12 .0" ,
44 "description" : " Use Chai to assert that HTTP responses satisfy an OpenAPI spec" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
6464 "supertest" : " ^6.0.0"
6565 },
6666 "dependencies" : {
67- "openapi-validator" : " ^0.11 .0"
67+ "openapi-validator" : " ^0.12 .0"
6868 }
6969}
Original file line number Diff line number Diff line change 11{
22 "name" : " jest-openapi" ,
3- "version" : " 0.11 .0" ,
3+ "version" : " 0.12 .0" ,
44 "description" : " Jest matchers for asserting that HTTP responses satisfy an OpenAPI spec" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
5151 },
5252 "dependencies" : {
5353 "jest-matcher-utils" : " ^26.5.2" ,
54- "openapi-validator" : " ^0.11 .0"
54+ "openapi-validator" : " ^0.12 .0"
5555 }
5656}
Original file line number Diff line number Diff line change 11{
22 "name" : " openapi-validator" ,
3- "version" : " 0.11 .0" ,
3+ "version" : " 0.12 .0" ,
44 "description" : " Common code for jest-openapi and Chai OpenAPI Response Validator" ,
55 "scripts" : {
66 "format" : " prettier --write . --ignore-path ../../.prettierignore" ,
You can’t perform that action at this time.
0 commit comments