@ehuelsmann/openapi-validator 0.17.0 → 0.17.1
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/README.md +0 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# OpenAPI Validator
|
|
2
2
|
|
|
3
|
-
> **Notice:** Support for responses from [`request`](https://github.com/request/request#deprecated) and [`request-promise`](https://github.com/request/request-promise#deprecated) has been removed because both upstream projects are deprecated.
|
|
4
|
-
|
|
5
3
|
[](https://www.npmjs.com/package/@ehuelsmann/openapi-validator)
|
|
6
4
|
[](https://www.npmjs.com/package/@ehuelsmann/openapi-validator)
|
|
7
5
|

|
|
@@ -13,10 +11,6 @@
|
|
|
13
11
|
|
|
14
12
|
Common code for [@ehuelsmann/jest-openapi](https://www.npmjs.com/package/@ehuelsmann/jest-openapi) and [Chai OpenAPI Response Validator](https://www.npmjs.com/package/@ehuelsmann/chai-openapi-response-validator)
|
|
15
13
|
|
|
16
|
-
## Keywords
|
|
17
|
-
|
|
18
|
-
`openapi` `swagger` `validate` `response` `testing` `jest` `chai` `http` `api` `schema`
|
|
19
|
-
|
|
20
14
|
## Contributing ✨
|
|
21
15
|
|
|
22
16
|
If you've come here to help contribute - thanks! Take a look at the [contributing](https://github.com/ehuelsmann/OpenAPIValidators/blob/master/CONTRIBUTING.md) docs to get started.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ehuelsmann/openapi-validator",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.1",
|
|
4
4
|
"description": "Common code for jest-openapi and Chai OpenAPI Response Validator",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"dist"
|
|
64
64
|
],
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@types/superagent": "^
|
|
66
|
+
"@types/superagent": "^8.1.9",
|
|
67
67
|
"axios": "^1.15.2",
|
|
68
68
|
"combos": "^0.2.0",
|
|
69
|
-
"fs-extra": "^
|
|
69
|
+
"fs-extra": "^11.3.5",
|
|
70
70
|
"js-yaml": "^4.0.0",
|
|
71
71
|
"openapi-response-validator": "^12.1.3",
|
|
72
72
|
"openapi-schema-validator": "^12.1.3",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"typeof": "^1.0.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@types/fs-extra": "^
|
|
77
|
+
"@types/fs-extra": "^11.0.4",
|
|
78
78
|
"@types/js-yaml": "^4.0.3",
|
|
79
79
|
"@types/typeof": "^1.0.0",
|
|
80
80
|
"openapi-types": "^12.1.3",
|