swagger-typescript-api
Advanced tools
Comparing version
# next release | ||
# 4.0.1 | ||
Fixes: | ||
- `Cannot find module 'prettier-plugin-organize-imports'` #109 | ||
# 4.0.0 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "swagger-typescript-api", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Create typescript api module from swagger schema", | ||
@@ -13,3 +13,3 @@ "scripts": { | ||
"cli:help": "node index.js -h", | ||
"test:all": "npm-run-all generate validate test:routeTypes test:noClient test:defaultAsSuccess test:responses test:templates test:unionEnums test:specProperty test:js test:moduleNameIndex test:modular test:extractRequestParams test:enumNamesAsValues --continue-on-error", | ||
"test:all": "node ./node_modules/npm-run-all/bin/npm-run-all/index.js generate validate test:routeTypes test:noClient test:defaultAsSuccess test:responses test:templates test:unionEnums test:specProperty test:js test:moduleNameIndex test:modular test:extractRequestParams test:enumNamesAsValues --continue-on-error", | ||
"generate": "node tests/generate.js", | ||
@@ -16,0 +16,0 @@ "generate:debug": "node --nolazy tests/generate.js", |
@@ -43,4 +43,3 @@ const TS_KEYWORDS = { | ||
parser: "typescript", | ||
plugins: ["prettier-plugin-organize-imports"], | ||
}, | ||
}; |
113330
0.07%1906
-0.05%