@ehuelsmann/chai-openapi-response-validator 0.16.0 → 0.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ehuelsmann/chai-openapi-response-validator",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.2",
|
|
4
4
|
"description": "Use Chai to assert that HTTP responses satisfy an OpenAPI spec",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -32,7 +32,11 @@
|
|
|
32
32
|
"test:ci": "yarn format && yarn lint && yarn test:coverage",
|
|
33
33
|
"prepack": "yarn build"
|
|
34
34
|
},
|
|
35
|
-
"repository":
|
|
35
|
+
"repository": {
|
|
36
|
+
"type": "git",
|
|
37
|
+
"url": "git+https://github.com/ehuelsmann/OpenAPIValidators.git#master",
|
|
38
|
+
"directory": "packages/chai-openapi-response-validator"
|
|
39
|
+
},
|
|
36
40
|
"author": "OpenApiChai <openapichai@gmail.com>",
|
|
37
41
|
"contributors": [
|
|
38
42
|
"Jonny Spruce <jspruce94@gmail.com>",
|
|
@@ -61,7 +65,7 @@
|
|
|
61
65
|
"@types/chai": "^4.2.15",
|
|
62
66
|
"@types/mocha": "^10.0.10",
|
|
63
67
|
"@types/supertest": "^7.2.0",
|
|
64
|
-
"axios": "^1.15.
|
|
68
|
+
"axios": "^1.15.2",
|
|
65
69
|
"chai": "^6.2.2",
|
|
66
70
|
"chai-http": "^5.1.2",
|
|
67
71
|
"eslint": "^7.11.0",
|
|
@@ -72,12 +76,12 @@
|
|
|
72
76
|
"fs-extra": "^9.0.1",
|
|
73
77
|
"mocha": "^11.7.4",
|
|
74
78
|
"nyc": "15.1.0",
|
|
75
|
-
"rimraf": "^
|
|
79
|
+
"rimraf": "^6.1.3",
|
|
76
80
|
"supertest": "^7.2.2",
|
|
77
81
|
"ts-node": "^10.9.2",
|
|
78
82
|
"tsup": "^8.5.1"
|
|
79
83
|
},
|
|
80
84
|
"dependencies": {
|
|
81
|
-
"@ehuelsmann/openapi-validator": "^0.16.
|
|
85
|
+
"@ehuelsmann/openapi-validator": "^0.16.2"
|
|
82
86
|
}
|
|
83
87
|
}
|