oas-normalize
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -0,1 +1,9 @@ | ||
## <small>3.0.4 (2021-08-02)</small> | ||
* chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0 (#147) ([7b66274](https://github.com/readmeio/oas-normalize/commit/7b66274)), closes [#147](https://github.com/readmeio/oas-normalize/issues/147) | ||
* chore(deps): bumping deps ([61c9c09](https://github.com/readmeio/oas-normalize/commit/61c9c09)) | ||
* docs: some minor updates to the readme ([b75fe43](https://github.com/readmeio/oas-normalize/commit/b75fe43)) | ||
## <small>3.0.3 (2021-07-06)</small> | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "oas-normalize", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Swagger 2 or OAS 3? YAML or JSON? URL, path, string or object? Who cares! It just works.", | ||
@@ -29,11 +29,11 @@ "main": "index.js", | ||
"swagger-parser": "^10.0.1", | ||
"swagger2openapi": "^7.0.6" | ||
"swagger2openapi": "^7.0.8" | ||
}, | ||
"devDependencies": { | ||
"@readme/eslint-config": "^5.0.0", | ||
"@readme/eslint-config": "^6.0.0", | ||
"@readme/oas-examples": "^4.2.0", | ||
"conventional-changelog-cli": "^2.0.31", | ||
"eslint": "^7.1.0", | ||
"eslint": "^7.32.0", | ||
"jest": "^27.0.3", | ||
"nock": "^13.1.0", | ||
"nock": "^13.1.1", | ||
"prettier": "^2.0.1" | ||
@@ -40,0 +40,0 @@ }, |
@@ -74,3 +74,3 @@ Swagger 2 or OAS 3? YAML or JSON? URL, path, string or object? Who cares! It just works. | ||
For security reasons, you need to enable it; supply `enablePaths` to the class instance: | ||
For security reasons, you need to opt into allowing fetching by a local path. To enable it supply the `enablePaths` option to the class instance: | ||
@@ -77,0 +77,0 @@ ```js |
31592
Updatedswagger2openapi@^7.0.8