File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
chai-openapi-response-validator Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
"allowBranch" : " master"
10
10
}
11
11
},
12
- "version" : " 0.14.2-alpha.0 "
12
+ "version" : " 0.14.2"
13
13
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chai-openapi-response-validator" ,
3
- "version" : " 0.14.2-alpha.0 " ,
3
+ "version" : " 0.14.2" ,
4
4
"description" : " Use Chai to assert that HTTP responses satisfy an OpenAPI spec" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
63
63
"ts-mocha" : " ^8.0.0"
64
64
},
65
65
"dependencies" : {
66
- "openapi-validator" : " ^0.14.2-alpha.0 "
66
+ "openapi-validator" : " ^0.14.2"
67
67
}
68
68
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jest-openapi" ,
3
- "version" : " 0.14.2-alpha.0 " ,
3
+ "version" : " 0.14.2" ,
4
4
"description" : " Jest matchers for asserting that HTTP responses satisfy an OpenAPI spec" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
56
56
},
57
57
"dependencies" : {
58
58
"jest-matcher-utils" : " ^26.6.2" ,
59
- "openapi-validator" : " ^0.14.2-alpha.0 "
59
+ "openapi-validator" : " ^0.14.2"
60
60
}
61
61
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " openapi-validator" ,
3
- "version" : " 0.14.2-alpha.0 " ,
3
+ "version" : " 0.14.2" ,
4
4
"description" : " Common code for jest-openapi and Chai OpenAPI Response Validator" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments