orval 7.1.1 → 7.2.0
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 +11 -11
- package/dist/bin/orval.js.map +1 -1
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -3752,7 +3752,7 @@ var import_chalk2 = __toESM(require("chalk"));
|
|
|
3752
3752
|
var package_default = {
|
|
3753
3753
|
name: "orval",
|
|
3754
3754
|
description: "A swagger client generator for typescript",
|
|
3755
|
-
version: "7.
|
|
3755
|
+
version: "7.2.0",
|
|
3756
3756
|
license: "MIT",
|
|
3757
3757
|
files: [
|
|
3758
3758
|
"dist"
|
|
@@ -3806,19 +3806,19 @@ var package_default = {
|
|
|
3806
3806
|
},
|
|
3807
3807
|
dependencies: {
|
|
3808
3808
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
3809
|
-
"@orval/angular": "7.
|
|
3810
|
-
"@orval/axios": "7.
|
|
3811
|
-
"@orval/core": "7.
|
|
3812
|
-
"@orval/fetch": "7.
|
|
3813
|
-
"@orval/hono": "7.
|
|
3814
|
-
"@orval/mock": "7.
|
|
3815
|
-
"@orval/query": "7.
|
|
3816
|
-
"@orval/swr": "7.
|
|
3817
|
-
"@orval/zod": "7.
|
|
3809
|
+
"@orval/angular": "7.2.0",
|
|
3810
|
+
"@orval/axios": "7.2.0",
|
|
3811
|
+
"@orval/core": "7.2.0",
|
|
3812
|
+
"@orval/fetch": "7.2.0",
|
|
3813
|
+
"@orval/hono": "7.2.0",
|
|
3814
|
+
"@orval/mock": "7.2.0",
|
|
3815
|
+
"@orval/query": "7.2.0",
|
|
3816
|
+
"@orval/swr": "7.2.0",
|
|
3817
|
+
"@orval/zod": "7.2.0",
|
|
3818
3818
|
ajv: "^8.12.0",
|
|
3819
3819
|
cac: "^6.7.14",
|
|
3820
3820
|
chalk: "^4.1.2",
|
|
3821
|
-
chokidar: "^
|
|
3821
|
+
chokidar: "^4.0.1",
|
|
3822
3822
|
enquirer: "^2.4.1",
|
|
3823
3823
|
execa: "^5.1.1",
|
|
3824
3824
|
"find-up": "5.0.0",
|