@technicity/openapi-sdk-generator 5.12.0 → 5.12.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.
@@ -273,7 +273,7 @@ function getCode({ results, baseUrl, generateOrThrow, env, excludeFetchImport, }
273
273
 
274
274
  ${env === "node"
275
275
  ? `(reqOpts as any).dispatcher = new RetryAgent(new Agent(), {
276
- maxRetries: 6,
276
+ maxRetries: 8,
277
277
  methods: ["GET", "HEAD", "OPTIONS"],
278
278
  });`
279
279
  : ""}
@@ -399,7 +399,7 @@ function getCode({ results, baseUrl, generateOrThrow, env, excludeFetchImport, }
399
399
 
400
400
  ${env === "node"
401
401
  ? `(reqOpts as any).dispatcher = new RetryAgent(new Agent(), {
402
- maxRetries: 6,
402
+ maxRetries: 8,
403
403
  methods: ["GET", "HEAD", "OPTIONS"],
404
404
  });`
405
405
  : ""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@technicity/openapi-sdk-generator",
3
- "version": "5.12.0",
3
+ "version": "5.12.1",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {
@@ -313,7 +313,7 @@ function getCode({
313
313
  ${
314
314
  env === "node"
315
315
  ? `(reqOpts as any).dispatcher = new RetryAgent(new Agent(), {
316
- maxRetries: 6,
316
+ maxRetries: 8,
317
317
  methods: ["GET", "HEAD", "OPTIONS"],
318
318
  });`
319
319
  : ""
@@ -442,7 +442,7 @@ function getCode({
442
442
  ${
443
443
  env === "node"
444
444
  ? `(reqOpts as any).dispatcher = new RetryAgent(new Agent(), {
445
- maxRetries: 6,
445
+ maxRetries: 8,
446
446
  methods: ["GET", "HEAD", "OPTIONS"],
447
447
  });`
448
448
  : ""