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/index.js
CHANGED
|
@@ -3252,7 +3252,7 @@ var import_chalk3 = __toESM(require("chalk"));
|
|
|
3252
3252
|
var package_default = {
|
|
3253
3253
|
name: "orval",
|
|
3254
3254
|
description: "A swagger client generator for typescript",
|
|
3255
|
-
version: "7.11.
|
|
3255
|
+
version: "7.11.2",
|
|
3256
3256
|
license: "MIT",
|
|
3257
3257
|
files: [
|
|
3258
3258
|
"dist"
|
|
@@ -3307,16 +3307,16 @@ var package_default = {
|
|
|
3307
3307
|
},
|
|
3308
3308
|
dependencies: {
|
|
3309
3309
|
"@apidevtools/swagger-parser": "^10.1.1",
|
|
3310
|
-
"@orval/angular": "7.11.
|
|
3311
|
-
"@orval/axios": "7.11.
|
|
3312
|
-
"@orval/core": "7.11.
|
|
3313
|
-
"@orval/fetch": "7.11.
|
|
3314
|
-
"@orval/hono": "7.11.
|
|
3315
|
-
"@orval/mcp": "7.11.
|
|
3316
|
-
"@orval/mock": "7.11.
|
|
3317
|
-
"@orval/query": "7.11.
|
|
3318
|
-
"@orval/swr": "7.11.
|
|
3319
|
-
"@orval/zod": "7.11.
|
|
3310
|
+
"@orval/angular": "7.11.2",
|
|
3311
|
+
"@orval/axios": "7.11.2",
|
|
3312
|
+
"@orval/core": "7.11.2",
|
|
3313
|
+
"@orval/fetch": "7.11.2",
|
|
3314
|
+
"@orval/hono": "7.11.2",
|
|
3315
|
+
"@orval/mcp": "7.11.2",
|
|
3316
|
+
"@orval/mock": "7.11.2",
|
|
3317
|
+
"@orval/query": "7.11.2",
|
|
3318
|
+
"@orval/swr": "7.11.2",
|
|
3319
|
+
"@orval/zod": "7.11.2",
|
|
3320
3320
|
ajv: "^8.17.1",
|
|
3321
3321
|
cac: "^6.7.14",
|
|
3322
3322
|
chalk: "^4.1.2",
|
|
@@ -3330,7 +3330,7 @@ var package_default = {
|
|
|
3330
3330
|
"string-argv": "^0.3.2",
|
|
3331
3331
|
tsconfck: "^2.0.1",
|
|
3332
3332
|
typedoc: "^0.28.7",
|
|
3333
|
-
"typedoc-plugin-markdown": "^4.
|
|
3333
|
+
"typedoc-plugin-markdown": "^4.8.0",
|
|
3334
3334
|
typescript: "^5.6.3"
|
|
3335
3335
|
}
|
|
3336
3336
|
};
|
|
@@ -3855,7 +3855,7 @@ var normalizeOptions = async (optionsExport, workspace = process.cwd(), globalOp
|
|
|
3855
3855
|
},
|
|
3856
3856
|
fetch: {
|
|
3857
3857
|
includeHttpResponseReturnType: (_dc = (_cc = (_bc = outputOptions.override) == null ? void 0 : _bc.fetch) == null ? void 0 : _cc.includeHttpResponseReturnType) != null ? _dc : true,
|
|
3858
|
-
explode: (_gc = (_fc = (_ec = outputOptions.override) == null ? void 0 : _ec.fetch) == null ? void 0 : _fc.explode) != null ? _gc :
|
|
3858
|
+
explode: (_gc = (_fc = (_ec = outputOptions.override) == null ? void 0 : _ec.fetch) == null ? void 0 : _fc.explode) != null ? _gc : true,
|
|
3859
3859
|
...(_ic = (_hc = outputOptions.override) == null ? void 0 : _hc.fetch) != null ? _ic : {}
|
|
3860
3860
|
},
|
|
3861
3861
|
useDates: ((_jc = outputOptions.override) == null ? void 0 : _jc.useDates) || false,
|