openapi-codegen-typescript
Advanced tools
Comparing version 0.1.18 to 0.1.19
@@ -0,1 +1,13 @@ | ||
# v0.1.19 (Tue Dec 15 2020) | ||
#### 🐛 Bug Fix | ||
- fix(readme): fix readme file [#29](https://github.com/LandrAudio/openapi-codegen-typescript/pull/29) ([@nemrosim](https://github.com/nemrosim)) | ||
#### Authors: 1 | ||
- Artem Diashkin ([@nemrosim](https://github.com/nemrosim)) | ||
--- | ||
# v0.1.18 (Tue Dec 15 2020) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "openapi-codegen-typescript", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": "OpenApi codegen for generating types an mocks from swagger json file", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -54,3 +54,3 @@ # OpenApi-codegen-typescript | ||
folderPath: 'src/mocks/generated', | ||
typesPath: '../../types/generated/dtoAPI' | ||
typesPath: '../../types/generated/dtoAPI', | ||
}); | ||
@@ -103,3 +103,3 @@ } | ||
folderPath: 'src/types/generated', | ||
overrideSchemas | ||
overrideSchemas, | ||
}); | ||
@@ -110,3 +110,4 @@ convertToMocks({ | ||
folderPath: 'src/mocks/generated', | ||
typesPath: '../../types/generated/typesAPI' | ||
typesPath: '../../types/generated/typesAPI', | ||
overrideSchemas, | ||
}); | ||
@@ -132,3 +133,3 @@ } | ||
folderPath: 'src/mocks/generated', | ||
typesPath: '../../types/generated/typesAPI' | ||
typesPath: '../../types/generated/typesAPI', | ||
}); | ||
@@ -135,0 +136,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72168
162