File tree Expand file tree Collapse file tree
chai-openapi-response-validator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @ehuelsmann/chai-openapi-response-validator" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.1 " ,
44 "description" : " Use Chai to assert that HTTP responses satisfy an OpenAPI spec" ,
55 "main" : " ./dist/index.js" ,
66 "module" : " ./dist/index.mjs" ,
3232 "test:ci" : " yarn format && yarn lint && yarn test:coverage" ,
3333 "prepack" : " yarn build"
3434 },
35- "repository" : " https://github.com/ehuelsmann/OpenAPIValidators/tree/master/packages/chai-openapi-response-validator" ,
35+ "repository" : {
36+ "type" : " git" ,
37+ "url" : " git+https://github.com/ehuelsmann/OpenAPIValidators.git#master" ,
38+ "directory" : " packages/chai-openapi-response-validator"
39+ },
3640 "author" : " OpenApiChai <openapichai@gmail.com>" ,
3741 "contributors" : [
3842 " Jonny Spruce <jspruce94@gmail.com>" ,
7882 "tsup" : " ^8.5.1"
7983 },
8084 "dependencies" : {
81- "@ehuelsmann/openapi-validator" : " ^0.16.0 "
85+ "@ehuelsmann/openapi-validator" : " ^0.16.1 "
8286 }
8387}
Original file line number Diff line number Diff line change 11{
22 "name" : " @ehuelsmann/jest-openapi" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.1 " ,
44 "description" : " Jest matchers for asserting that HTTP responses satisfy an OpenAPI spec" ,
55 "main" : " ./dist/index.js" ,
66 "module" : " ./dist/index.mjs" ,
3131 "test:ci" : " yarn format && yarn lint && yarn test:coverage" ,
3232 "prepack" : " yarn build"
3333 },
34- "repository" : " https://github.com/ehuelsmann/OpenAPIValidators/tree/master/packages/jest-openapi" ,
34+ "repository" : {
35+ "type" : " git" ,
36+ "url" : " git+https://github.com/ehuelsmann/OpenAPIValidators.git#master" ,
37+ "directory" : " packages/jest-openapi"
38+ },
3539 "author" : " rwalle61 <richard.lh.waller@gmail.com>" ,
3640 "contributors" : [
3741 " Jonny Spruce <jspruce94@gmail.com>"
7074 "tsup" : " ^8.5.1"
7175 },
7276 "dependencies" : {
73- "@ehuelsmann/openapi-validator" : " ^0.16.0 " ,
77+ "@ehuelsmann/openapi-validator" : " ^0.16.1 " ,
7478 "jest-matcher-utils" : " ^29.0.0"
7579 }
7680}
Original file line number Diff line number Diff line change 11{
22 "name" : " @ehuelsmann/openapi-validator" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.1 " ,
44 "description" : " Common code for jest-openapi and Chai OpenAPI Response Validator" ,
55 "main" : " ./dist/index.js" ,
66 "module" : " ./dist/index.mjs" ,
2727 "test:ci" : " echo" ,
2828 "prepack" : " yarn build"
2929 },
30- "repository" : " https://github.com/ehuelsmann/OpenAPIValidators/tree/master/packages/openapi-validator" ,
30+ "repository" : {
31+ "type" : " git" ,
32+ "url" : " git+https://github.com/ehuelsmann/OpenAPIValidators.git#master" ,
33+ "directory" : " packages/openapi-validator"
34+ },
3135 "author" : " OpenApiChai <openapichai@gmail.com>" ,
3236 "contributors" : [
3337 " rwalle61 <richard.lh.waller@gmail.com>" ,
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ __metadata:
415415 version : 0.0.0-use.local
416416 resolution : " @ehuelsmann/chai-openapi-response-validator@workspace:packages/chai-openapi-response-validator"
417417 dependencies :
418- " @ehuelsmann/openapi-validator " : " npm:^0.16.0 "
418+ " @ehuelsmann/openapi-validator " : " npm:^0.16.1 "
419419 " @types/chai " : " npm:^4.2.15"
420420 " @types/mocha " : " npm:^10.0.10"
421421 " @types/supertest " : " npm:^7.2.0"
@@ -441,7 +441,7 @@ __metadata:
441441 version : 0.0.0-use.local
442442 resolution : " @ehuelsmann/jest-openapi@workspace:packages/jest-openapi"
443443 dependencies :
444- " @ehuelsmann/openapi-validator " : " npm:^0.16.0 "
444+ " @ehuelsmann/openapi-validator " : " npm:^0.16.1 "
445445 " @types/jest " : " npm:^30.0.0"
446446 " @types/supertest " : " npm:^7.2.0"
447447 axios : " npm:^1.15.0"
@@ -458,7 +458,7 @@ __metadata:
458458 languageName : unknown
459459 linkType : soft
460460
461- " @ehuelsmann/openapi-validator@npm:^0.16.0 , @ehuelsmann/openapi-validator@workspace:packages/openapi-validator " :
461+ " @ehuelsmann/openapi-validator@npm:^0.16.1 , @ehuelsmann/openapi-validator@workspace:packages/openapi-validator " :
462462 version : 0.0.0-use.local
463463 resolution : " @ehuelsmann/openapi-validator@workspace:packages/openapi-validator"
464464 dependencies :
You can’t perform that action at this time.
0 commit comments