swagger-typescript-api 13.3.0 → 13.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.cjs +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/{generate-templates-BlSkwa8l.cjs → generate-templates-CAvEodGO.cjs} +9 -4
- package/dist/generate-templates-CAvEodGO.cjs.map +1 -0
- package/dist/{generate-templates-BaT2BiRR.mjs → generate-templates-P84KxC-K.mjs} +9 -4
- package/dist/generate-templates-P84KxC-K.mjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
- package/dist/generate-templates-BaT2BiRR.mjs.map +0 -1
- package/dist/generate-templates-BlSkwa8l.cjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_generate_templates = require('./generate-templates-
|
|
2
|
+
const require_generate_templates = require('./generate-templates-CAvEodGO.cjs');
|
|
3
3
|
let consola = require("consola");
|
|
4
4
|
|
|
5
5
|
//#region src/index.ts
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as CodeGenProcess, c as constants_exports, i as SCHEMA_TYPES, r as RequestContentKind, t as generateTemplates } from "./generate-templates-
|
|
1
|
+
import { a as CodeGenProcess, c as constants_exports, i as SCHEMA_TYPES, r as RequestContentKind, t as generateTemplates } from "./generate-templates-P84KxC-K.mjs";
|
|
2
2
|
import { consola as consola$1 } from "consola";
|
|
3
3
|
|
|
4
4
|
//#region src/index.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "swagger-typescript-api",
|
|
3
|
-
"version": "13.3.
|
|
3
|
+
"version": "13.3.1",
|
|
4
4
|
"description": "Generate the API client for Fetch or Axios from an OpenAPI Specification",
|
|
5
5
|
"homepage": "https://github.com/acacode/swagger-typescript-api",
|
|
6
6
|
"bugs": "https://github.com/acacode/swagger-typescript-api/issues",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@apidevtools/swagger-parser": "12.1.0",
|
|
48
48
|
"@biomejs/js-api": "4.0.0",
|
|
49
|
-
"@biomejs/wasm-nodejs": "2.4.
|
|
49
|
+
"@biomejs/wasm-nodejs": "2.4.6",
|
|
50
50
|
"@types/swagger-schema-official": "^2.0.25",
|
|
51
51
|
"c12": "^3.3.3",
|
|
52
52
|
"citty": "^0.2.1",
|
|
@@ -63,12 +63,12 @@
|
|
|
63
63
|
"yummies": "7.10.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@biomejs/biome": "2.4.
|
|
67
|
-
"@changesets/changelog-github": "0.
|
|
66
|
+
"@biomejs/biome": "2.4.6",
|
|
67
|
+
"@changesets/changelog-github": "0.6.0",
|
|
68
68
|
"@changesets/cli": "2.30.0",
|
|
69
69
|
"@tsconfig/node20": "20.1.9",
|
|
70
70
|
"@tsconfig/strictest": "2.0.8",
|
|
71
|
-
"@types/node": "25.3.
|
|
71
|
+
"@types/node": "25.3.5",
|
|
72
72
|
"@types/swagger2openapi": "7.0.4",
|
|
73
73
|
"axios": "1.13.6",
|
|
74
74
|
"tsdown": "0.20.3",
|