swagger-typescript-api 13.12.2 → 13.12.3
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/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{src-VxYc58-l.cjs → src-Dqk6KdDX.cjs} +2 -2
- package/dist/{src-VxYc58-l.cjs.map → src-Dqk6KdDX.cjs.map} +1 -1
- package/dist/{src-DjdcR92W.mjs → src-Dzta9jYV.mjs} +3 -3
- package/dist/{src-DjdcR92W.mjs.map → src-Dzta9jYV.mjs.map} +1 -1
- package/package.json +12 -12
- /package/dist/{chunk-D7D4PA-g.mjs → rolldown-runtime-D7D4PA-g.mjs} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as __exportAll } from "./
|
|
1
|
+
import { t as __exportAll } from "./rolldown-runtime-D7D4PA-g.mjs";
|
|
2
2
|
import * as module from "node:module";
|
|
3
3
|
import consola, { consola as consola$1 } from "consola";
|
|
4
4
|
import * as esToolkit from "es-toolkit";
|
|
@@ -171,7 +171,7 @@ var ComponentTypeNameResolver = class extends NameResolver {
|
|
|
171
171
|
//#endregion
|
|
172
172
|
//#region package.json
|
|
173
173
|
var name = "swagger-typescript-api";
|
|
174
|
-
var version = "13.12.
|
|
174
|
+
var version = "13.12.3";
|
|
175
175
|
var description = "Generate the API client for Fetch or Axios from an OpenAPI Specification";
|
|
176
176
|
//#endregion
|
|
177
177
|
//#region src/constants.ts
|
|
@@ -4211,4 +4211,4 @@ async function generateApi(config) {
|
|
|
4211
4211
|
//#endregion
|
|
4212
4212
|
export { SCHEMA_TYPES as a, constants_exports as c, version as d, RequestContentKind as i, description as l, generateTemplates as n, CodeGenConfig as o, TemplatesGenConfig as r, HTTP_CLIENT as s, generateApi as t, name as u };
|
|
4213
4213
|
|
|
4214
|
-
//# sourceMappingURL=src-
|
|
4214
|
+
//# sourceMappingURL=src-Dzta9jYV.mjs.map
|