swagger-typescript-api 13.2.11 → 13.2.12

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.
@@ -176,7 +176,7 @@ var ComponentTypeNameResolver = class extends NameResolver {
176
176
  //#endregion
177
177
  //#region package.json
178
178
  var name = "swagger-typescript-api";
179
- var version = "13.2.11";
179
+ var version = "13.2.12";
180
180
  var description = "Generate the API client for Fetch or Axios from an OpenAPI Specification";
181
181
  var homepage = "https://github.com/acacode/swagger-typescript-api";
182
182
  var bugs = "https://github.com/acacode/swagger-typescript-api/issues";
@@ -218,6 +218,7 @@ var scripts = {
218
218
  var dependencies = {
219
219
  "@biomejs/js-api": "3.0.0",
220
220
  "@biomejs/wasm-nodejs": "2.2.4",
221
+ "@types/lodash": "^4.17.20",
221
222
  "@types/swagger-schema-official": "^2.0.25",
222
223
  "c12": "^3.3.0",
223
224
  "citty": "^0.1.6",
@@ -226,6 +227,7 @@ var dependencies = {
226
227
  "js-yaml": "^4.1.0",
227
228
  "lodash": "^4.17.21",
228
229
  "nanoid": "^5.1.5",
230
+ "openapi-types": "^12.1.3",
229
231
  "swagger-schema-official": "2.0.0-bab6bed",
230
232
  "swagger2openapi": "^7.0.8",
231
233
  "typescript": "~5.9.2"
@@ -237,16 +239,14 @@ var devDependencies = {
237
239
  "@tsconfig/node20": "20.1.6",
238
240
  "@tsconfig/strictest": "2.0.5",
239
241
  "@types/js-yaml": "4.0.9",
240
- "@types/lodash": "4.17.20",
241
242
  "@types/node": "24.5.2",
242
243
  "@types/swagger2openapi": "7.0.4",
243
244
  "axios": "1.12.2",
244
- "openapi-types": "12.1.3",
245
245
  "tsdown": "0.15.2",
246
246
  "typedoc": "0.28.13",
247
247
  "vitest": "3.2.4"
248
248
  };
249
- var packageManager = "yarn@4.9.4";
249
+ var packageManager = "yarn@4.10.2";
250
250
  var engines = { "node": ">=20" };
251
251
  var publishConfig = {
252
252
  "access": "public",
@@ -3148,4 +3148,4 @@ async function generateApi(config) {
3148
3148
 
3149
3149
  //#endregion
3150
3150
  export { CodeGenConfig, HTTP_CLIENT, RequestContentKind, SCHEMA_TYPES, TemplatesGenConfig, constants_exports, generateApi, generateTemplates, package_default };
3151
- //# sourceMappingURL=src-BRCAbt5v.js.map
3151
+ //# sourceMappingURL=src-LjX9fiRq.js.map