orval 6.29.0 → 6.29.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.
- package/dist/bin/orval.js +9 -9
- package/dist/bin/orval.js.map +1 -1
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -3818,7 +3818,7 @@ var import_chalk2 = __toESM(require("chalk"));
|
|
|
3818
3818
|
var package_default = {
|
|
3819
3819
|
name: "orval",
|
|
3820
3820
|
description: "A swagger client generator for typescript",
|
|
3821
|
-
version: "6.29.
|
|
3821
|
+
version: "6.29.1",
|
|
3822
3822
|
license: "MIT",
|
|
3823
3823
|
files: [
|
|
3824
3824
|
"dist"
|
|
@@ -3872,14 +3872,14 @@ var package_default = {
|
|
|
3872
3872
|
},
|
|
3873
3873
|
dependencies: {
|
|
3874
3874
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
3875
|
-
"@orval/angular": "6.29.
|
|
3876
|
-
"@orval/axios": "6.29.
|
|
3877
|
-
"@orval/core": "6.29.
|
|
3878
|
-
"@orval/hono": "6.29.
|
|
3879
|
-
"@orval/mock": "6.29.
|
|
3880
|
-
"@orval/query": "6.29.
|
|
3881
|
-
"@orval/swr": "6.29.
|
|
3882
|
-
"@orval/zod": "6.29.
|
|
3875
|
+
"@orval/angular": "6.29.1",
|
|
3876
|
+
"@orval/axios": "6.29.1",
|
|
3877
|
+
"@orval/core": "6.29.1",
|
|
3878
|
+
"@orval/hono": "6.29.1",
|
|
3879
|
+
"@orval/mock": "6.29.1",
|
|
3880
|
+
"@orval/query": "6.29.1",
|
|
3881
|
+
"@orval/swr": "6.29.1",
|
|
3882
|
+
"@orval/zod": "6.29.1",
|
|
3883
3883
|
ajv: "^8.12.0",
|
|
3884
3884
|
cac: "^6.7.14",
|
|
3885
3885
|
chalk: "^4.1.2",
|