@technicity/openapi-sdk-generator 5.4.10 → 5.4.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@technicity/openapi-sdk-generator",
3
- "version": "5.4.10",
3
+ "version": "5.4.11",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {
@@ -540,7 +540,7 @@ async function getCode(input: {
540
540
  requestBody == null
541
541
  ? ""
542
542
  : `_body: input.data,reqContentType: "${requestBodyContentType}",`
543
- },
543
+ }
544
544
  opts: input.opts
545
545
  });
546
546
  }