swagger-typescript-api 13.2.13 → 13.2.14

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.
@@ -216,7 +216,7 @@ var ComponentTypeNameResolver = class extends NameResolver {
216
216
  //#endregion
217
217
  //#region package.json
218
218
  var name = "swagger-typescript-api";
219
- var version = "13.2.13";
219
+ var version = "13.2.14";
220
220
  var description = "Generate the API client for Fetch or Axios from an OpenAPI Specification";
221
221
  var homepage = "https://github.com/acacode/swagger-typescript-api";
222
222
  var bugs = "https://github.com/acacode/swagger-typescript-api/issues";
@@ -225,19 +225,20 @@ var license = "MIT";
225
225
  var author = "Sergey Volkov <js2me@outlook.com>";
226
226
  var maintainers = ["Sora Morimoto <sora@morimoto.io>"];
227
227
  var type = "module";
228
- var exports$1 = { ".": {
229
- "import": {
230
- "types": "./dist/lib.d.ts",
231
- "default": "./dist/lib.js"
228
+ var exports$1 = {
229
+ ".": {
230
+ "import": "./dist/index.js",
231
+ "require": "./dist/index.cjs"
232
232
  },
233
- "require": {
234
- "types": "./dist/lib.d.cts",
235
- "default": "./dist/lib.cjs"
236
- }
237
- } };
238
- var main = "./dist/lib.cjs";
239
- var module$1 = "./dist/lib.js";
240
- var types = "./dist/lib.d.cts";
233
+ "./cli": {
234
+ "import": "./dist/cli.js",
235
+ "require": "./dist/cli.cjs"
236
+ },
237
+ "./package.json": "./package.json"
238
+ };
239
+ var main = "./dist/index.cjs";
240
+ var module$1 = "./dist/index.js";
241
+ var types = "./dist/index.d.cts";
241
242
  var bin = {
242
243
  "sta": "./dist/cli.js",
243
244
  "swagger-typescript-api": "./dist/cli.js"
@@ -257,7 +258,7 @@ var scripts = {
257
258
  };
258
259
  var dependencies = {
259
260
  "@biomejs/js-api": "3.0.0",
260
- "@biomejs/wasm-nodejs": "2.2.4",
261
+ "@biomejs/wasm-nodejs": "2.2.5",
261
262
  "@types/lodash": "^4.17.20",
262
263
  "@types/swagger-schema-official": "^2.0.25",
263
264
  "c12": "^3.3.0",
@@ -265,27 +266,27 @@ var dependencies = {
265
266
  "consola": "^3.4.2",
266
267
  "eta": "^4.0.1",
267
268
  "lodash": "^4.17.21",
268
- "nanoid": "^5.1.5",
269
+ "nanoid": "^5.1.6",
269
270
  "openapi-types": "^12.1.3",
270
271
  "swagger-schema-official": "2.0.0-bab6bed",
271
272
  "swagger2openapi": "^7.0.8",
272
- "typescript": "~5.9.2",
273
+ "typescript": "~5.9.3",
273
274
  "yaml": "^2.8.1"
274
275
  };
275
276
  var devDependencies = {
276
- "@biomejs/biome": "2.2.4",
277
+ "@biomejs/biome": "2.2.5",
277
278
  "@changesets/changelog-github": "0.5.1",
278
279
  "@changesets/cli": "2.29.7",
279
280
  "@tsconfig/node20": "20.1.6",
280
- "@tsconfig/strictest": "2.0.5",
281
- "@types/node": "24.5.2",
281
+ "@tsconfig/strictest": "2.0.6",
282
+ "@types/node": "24.6.2",
282
283
  "@types/swagger2openapi": "7.0.4",
283
284
  "axios": "1.12.2",
284
- "tsdown": "0.15.2",
285
+ "tsdown": "0.15.6",
285
286
  "typedoc": "0.28.13",
286
287
  "vitest": "3.2.4"
287
288
  };
288
- var packageManager = "yarn@4.10.2";
289
+ var packageManager = "yarn@4.10.3";
289
290
  var engines = { "node": ">=20" };
290
291
  var publishConfig = {
291
292
  "access": "public",
@@ -3250,4 +3251,4 @@ Object.defineProperty(exports, 'package_default', {
3250
3251
  return package_default;
3251
3252
  }
3252
3253
  });
3253
- //# sourceMappingURL=src-DsqbrbKP.cjs.map
3254
+ //# sourceMappingURL=src-wBxKO8QY.cjs.map