File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
chai-openapi-response-validator Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 9
9
"allowBranch" : " master"
10
10
}
11
11
},
12
- "version" : " 0.12 .0"
12
+ "version" : " 0.13 .0"
13
13
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chai-openapi-response-validator" ,
3
- "version" : " 0.12 .0" ,
3
+ "version" : " 0.13 .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.12 .0"
67
+ "openapi-validator" : " ^0.13 .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.12 .0" ,
3
+ "version" : " 0.13 .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.12 .0"
54
+ "openapi-validator" : " ^0.13 .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.12 .0" ,
3
+ "version" : " 0.13 .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" ,
29
29
"url" : " https://github.com/openapi-library/OpenAPIValidators/issues"
30
30
},
31
31
"homepage" : " https://github.com/openapi-library/OpenAPIValidators#openapi-validators" ,
32
- "devDependencies" : {},
33
32
"dependencies" : {
34
33
"combos" : " ^0.2.0" ,
35
34
"fs-extra" : " ^9.0.0" ,
You can’t perform that action at this time.
0 commit comments