swagger-axios-codegen
Advanced tools
Comparing version 0.12.5 to 0.12.6
## 0.12.6 | ||
- bugfix: | ||
- add quotes string fallback to typeTemplate when typeString is an an empty string;(#145) | ||
## 0.12.4 | ||
@@ -3,0 +8,0 @@ |
@@ -143,3 +143,3 @@ "use strict"; | ||
return ` | ||
export type ${name} = ${typeString}; | ||
export type ${name} = ${typeString || '""'}; | ||
`; | ||
@@ -146,0 +146,0 @@ } |
{ | ||
"name": "swagger-axios-codegen", | ||
"version": "0.12.5", | ||
"version": "0.12.6", | ||
"main": "./dist/index", | ||
@@ -5,0 +5,0 @@ "typings": "./dist/", |
Sorry, the diff of this file is not supported yet
197106