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/bin/orval.js
CHANGED
|
@@ -3741,7 +3741,7 @@ var import_chalk2 = __toESM(require("chalk"));
|
|
|
3741
3741
|
var package_default = {
|
|
3742
3742
|
name: "orval",
|
|
3743
3743
|
description: "A swagger client generator for typescript",
|
|
3744
|
-
version: "7.
|
|
3744
|
+
version: "7.2.0",
|
|
3745
3745
|
license: "MIT",
|
|
3746
3746
|
files: [
|
|
3747
3747
|
"dist"
|
|
@@ -3795,19 +3795,19 @@ var package_default = {
|
|
|
3795
3795
|
},
|
|
3796
3796
|
dependencies: {
|
|
3797
3797
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
3798
|
-
"@orval/angular": "7.
|
|
3799
|
-
"@orval/axios": "7.
|
|
3800
|
-
"@orval/core": "7.
|
|
3801
|
-
"@orval/fetch": "7.
|
|
3802
|
-
"@orval/hono": "7.
|
|
3803
|
-
"@orval/mock": "7.
|
|
3804
|
-
"@orval/query": "7.
|
|
3805
|
-
"@orval/swr": "7.
|
|
3806
|
-
"@orval/zod": "7.
|
|
3798
|
+
"@orval/angular": "7.2.0",
|
|
3799
|
+
"@orval/axios": "7.2.0",
|
|
3800
|
+
"@orval/core": "7.2.0",
|
|
3801
|
+
"@orval/fetch": "7.2.0",
|
|
3802
|
+
"@orval/hono": "7.2.0",
|
|
3803
|
+
"@orval/mock": "7.2.0",
|
|
3804
|
+
"@orval/query": "7.2.0",
|
|
3805
|
+
"@orval/swr": "7.2.0",
|
|
3806
|
+
"@orval/zod": "7.2.0",
|
|
3807
3807
|
ajv: "^8.12.0",
|
|
3808
3808
|
cac: "^6.7.14",
|
|
3809
3809
|
chalk: "^4.1.2",
|
|
3810
|
-
chokidar: "^
|
|
3810
|
+
chokidar: "^4.0.1",
|
|
3811
3811
|
enquirer: "^2.4.1",
|
|
3812
3812
|
execa: "^5.1.1",
|
|
3813
3813
|
"find-up": "5.0.0",
|