orval 7.11.0 → 7.11.2
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/bin/orval.js +13 -13
- package/dist/bin/orval.js.map +1 -1
- package/dist/index.js +13 -13
- package/dist/index.js.map +1 -1
- package/package.json +12 -12
package/dist/bin/orval.js
CHANGED
|
@@ -3240,7 +3240,7 @@ var import_chalk3 = __toESM(require("chalk"));
|
|
|
3240
3240
|
var package_default = {
|
|
3241
3241
|
name: "orval",
|
|
3242
3242
|
description: "A swagger client generator for typescript",
|
|
3243
|
-
version: "7.11.
|
|
3243
|
+
version: "7.11.2",
|
|
3244
3244
|
license: "MIT",
|
|
3245
3245
|
files: [
|
|
3246
3246
|
"dist"
|
|
@@ -3295,16 +3295,16 @@ var package_default = {
|
|
|
3295
3295
|
},
|
|
3296
3296
|
dependencies: {
|
|
3297
3297
|
"@apidevtools/swagger-parser": "^10.1.1",
|
|
3298
|
-
"@orval/angular": "7.11.
|
|
3299
|
-
"@orval/axios": "7.11.
|
|
3300
|
-
"@orval/core": "7.11.
|
|
3301
|
-
"@orval/fetch": "7.11.
|
|
3302
|
-
"@orval/hono": "7.11.
|
|
3303
|
-
"@orval/mcp": "7.11.
|
|
3304
|
-
"@orval/mock": "7.11.
|
|
3305
|
-
"@orval/query": "7.11.
|
|
3306
|
-
"@orval/swr": "7.11.
|
|
3307
|
-
"@orval/zod": "7.11.
|
|
3298
|
+
"@orval/angular": "7.11.2",
|
|
3299
|
+
"@orval/axios": "7.11.2",
|
|
3300
|
+
"@orval/core": "7.11.2",
|
|
3301
|
+
"@orval/fetch": "7.11.2",
|
|
3302
|
+
"@orval/hono": "7.11.2",
|
|
3303
|
+
"@orval/mcp": "7.11.2",
|
|
3304
|
+
"@orval/mock": "7.11.2",
|
|
3305
|
+
"@orval/query": "7.11.2",
|
|
3306
|
+
"@orval/swr": "7.11.2",
|
|
3307
|
+
"@orval/zod": "7.11.2",
|
|
3308
3308
|
ajv: "^8.17.1",
|
|
3309
3309
|
cac: "^6.7.14",
|
|
3310
3310
|
chalk: "^4.1.2",
|
|
@@ -3318,7 +3318,7 @@ var package_default = {
|
|
|
3318
3318
|
"string-argv": "^0.3.2",
|
|
3319
3319
|
tsconfck: "^2.0.1",
|
|
3320
3320
|
typedoc: "^0.28.7",
|
|
3321
|
-
"typedoc-plugin-markdown": "^4.
|
|
3321
|
+
"typedoc-plugin-markdown": "^4.8.0",
|
|
3322
3322
|
typescript: "^5.6.3"
|
|
3323
3323
|
}
|
|
3324
3324
|
};
|
|
@@ -3840,7 +3840,7 @@ var normalizeOptions = async (optionsExport, workspace = process.cwd(), globalOp
|
|
|
3840
3840
|
},
|
|
3841
3841
|
fetch: {
|
|
3842
3842
|
includeHttpResponseReturnType: (_dc = (_cc = (_bc = outputOptions.override) == null ? void 0 : _bc.fetch) == null ? void 0 : _cc.includeHttpResponseReturnType) != null ? _dc : true,
|
|
3843
|
-
explode: (_gc = (_fc = (_ec = outputOptions.override) == null ? void 0 : _ec.fetch) == null ? void 0 : _fc.explode) != null ? _gc :
|
|
3843
|
+
explode: (_gc = (_fc = (_ec = outputOptions.override) == null ? void 0 : _ec.fetch) == null ? void 0 : _fc.explode) != null ? _gc : true,
|
|
3844
3844
|
...(_ic = (_hc = outputOptions.override) == null ? void 0 : _hc.fetch) != null ? _ic : {}
|
|
3845
3845
|
},
|
|
3846
3846
|
useDates: ((_jc = outputOptions.override) == null ? void 0 : _jc.useDates) || false,
|