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
package/dist/cli.cjs
CHANGED
package/dist/cli.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { d as version, l as description, n as generateTemplates, o as CodeGenConfig, r as TemplatesGenConfig, s as HTTP_CLIENT, t as generateApi, u as name } from "./src-
|
|
2
|
+
import { d as version, l as description, n as generateTemplates, o as CodeGenConfig, r as TemplatesGenConfig, s as HTTP_CLIENT, t as generateApi, u as name } from "./src-Dzta9jYV.mjs";
|
|
3
3
|
import * as path$1 from "node:path";
|
|
4
4
|
import { loadConfig } from "c12";
|
|
5
5
|
import { defineCommand, runMain } from "citty";
|
package/dist/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_src = require("./src-
|
|
2
|
+
const require_src = require("./src-Dqk6KdDX.cjs");
|
|
3
3
|
exports.RequestContentKind = require_src.RequestContentKind;
|
|
4
4
|
exports.SCHEMA_TYPES = require_src.SCHEMA_TYPES;
|
|
5
5
|
Object.defineProperty(exports, "constants", {
|
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as SCHEMA_TYPES, c as constants_exports, i as RequestContentKind, n as generateTemplates, t as generateApi } from "./src-
|
|
1
|
+
import { a as SCHEMA_TYPES, c as constants_exports, i as RequestContentKind, n as generateTemplates, t as generateApi } from "./src-Dzta9jYV.mjs";
|
|
2
2
|
export { RequestContentKind, SCHEMA_TYPES, constants_exports as constants, generateApi, generateTemplates };
|
|
@@ -212,7 +212,7 @@ var ComponentTypeNameResolver = class extends NameResolver {
|
|
|
212
212
|
//#endregion
|
|
213
213
|
//#region package.json
|
|
214
214
|
var name = "swagger-typescript-api";
|
|
215
|
-
var version = "13.12.
|
|
215
|
+
var version = "13.12.3";
|
|
216
216
|
var description = "Generate the API client for Fetch or Axios from an OpenAPI Specification";
|
|
217
217
|
//#endregion
|
|
218
218
|
//#region src/constants.ts
|
|
@@ -4323,4 +4323,4 @@ Object.defineProperty(exports, "version", {
|
|
|
4323
4323
|
}
|
|
4324
4324
|
});
|
|
4325
4325
|
|
|
4326
|
-
//# sourceMappingURL=src-
|
|
4326
|
+
//# sourceMappingURL=src-Dqk6KdDX.cjs.map
|