swagger-typescript-api
Advanced tools
Comparing version
# swagger-typescript-api | ||
## 13.1.3 | ||
### Patch Changes | ||
- [#1200](https://github.com/acacode/swagger-typescript-api/pull/1200) [`3cc0194`](https://github.com/acacode/swagger-typescript-api/commit/3cc01941e25be15856eabde81417401a12d73ec5) Thanks [@smorimoto](https://github.com/smorimoto)! - Search `swagger-typescript-api.config` instead of `config` by default. | ||
## 13.1.2 | ||
@@ -4,0 +10,0 @@ |
#!/usr/bin/env node | ||
import { CodeGenConfig, HTTP_CLIENT, TemplatesGenConfig, generateApi, generateTemplates, package_default } from "./src-gaIHrOQ9.js"; | ||
import { CodeGenConfig, HTTP_CLIENT, TemplatesGenConfig, generateApi, generateTemplates, package_default } from "./src-BzzyC03Z.js"; | ||
import * as path$1 from "node:path"; | ||
@@ -268,3 +268,6 @@ import { loadConfig } from "c12"; | ||
run: async ({ args }) => { | ||
const customConfig = await loadConfig({ configFile: args["custom-config"] }); | ||
const customConfig = await loadConfig({ | ||
name: "swagger-typescript-api", | ||
configFile: args["custom-config"] | ||
}); | ||
await generateApi({ | ||
@@ -271,0 +274,0 @@ addReadonly: args["add-readonly"], |
@@ -1,3 +0,3 @@ | ||
import { constants_exports, generateApi, generateTemplates } from "./src-gaIHrOQ9.js"; | ||
import { constants_exports, generateApi, generateTemplates } from "./src-BzzyC03Z.js"; | ||
export { constants_exports as constants, generateApi, generateTemplates }; |
{ | ||
"name": "swagger-typescript-api", | ||
"version": "13.1.2", | ||
"version": "13.1.3", | ||
"description": "Generate the API client for Fetch or Axios from an OpenAPI Specification", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/acacode/swagger-typescript-api", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1003331
0.05%8393
0.07%