openapi-codegen-typescript
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -0,1 +1,13 @@ | ||
# v0.1.14 (Mon Sep 14 2020) | ||
#### 🐛 Bug Fix | ||
- build(deps): bump node-fetch from 2.6.0 to 2.6.1 [#17](https://github.com/LandrAudio/openapi-codegen-typescript/pull/17) ([@dependabot[bot]](https://github.com/dependabot[bot])) | ||
#### Authors: 1 | ||
- [@dependabot[bot]](https://github.com/dependabot[bot]) | ||
--- | ||
# v0.1.13 (Thu Sep 03 2020) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "openapi-codegen-typescript", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "OpenApi codegen for generating types an mocks from swagger json file", | ||
@@ -43,3 +43,3 @@ "main": "dist/index.js", | ||
"@typescript-eslint/parser": "2.20.0", | ||
"auto": "^9.52.0", | ||
"auto": "^9.53.1", | ||
"eslint": "6.8.0", | ||
@@ -62,3 +62,3 @@ "eslint-config-prettier": "6.10.0", | ||
"indefinite": "^2.3.2", | ||
"node-fetch": "2.6.0" | ||
"node-fetch": "2.6.1" | ||
}, | ||
@@ -65,0 +65,0 @@ "files": [ |
61363
+ Addednode-fetch@2.6.1(transitive)
- Removednode-fetch@2.6.0(transitive)
Updatednode-fetch@2.6.1