orval 6.24.0 → 6.25.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 +8 -8
- package/dist/bin/orval.js.map +1 -1
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/dist/bin/orval.js
CHANGED
|
@@ -3778,7 +3778,7 @@ var import_chalk2 = __toESM(require("chalk"));
|
|
|
3778
3778
|
var package_default = {
|
|
3779
3779
|
name: "orval",
|
|
3780
3780
|
description: "A swagger client generator for typescript",
|
|
3781
|
-
version: "6.
|
|
3781
|
+
version: "6.25.0",
|
|
3782
3782
|
license: "MIT",
|
|
3783
3783
|
files: [
|
|
3784
3784
|
"dist"
|
|
@@ -3831,13 +3831,13 @@ var package_default = {
|
|
|
3831
3831
|
},
|
|
3832
3832
|
dependencies: {
|
|
3833
3833
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
3834
|
-
"@orval/angular": "6.
|
|
3835
|
-
"@orval/axios": "6.
|
|
3836
|
-
"@orval/core": "6.
|
|
3837
|
-
"@orval/mock": "6.
|
|
3838
|
-
"@orval/query": "6.
|
|
3839
|
-
"@orval/swr": "6.
|
|
3840
|
-
"@orval/zod": "6.
|
|
3834
|
+
"@orval/angular": "6.25.0",
|
|
3835
|
+
"@orval/axios": "6.25.0",
|
|
3836
|
+
"@orval/core": "6.25.0",
|
|
3837
|
+
"@orval/mock": "6.25.0",
|
|
3838
|
+
"@orval/query": "6.25.0",
|
|
3839
|
+
"@orval/swr": "6.25.0",
|
|
3840
|
+
"@orval/zod": "6.25.0",
|
|
3841
3841
|
ajv: "^8.12.0",
|
|
3842
3842
|
cac: "^6.7.14",
|
|
3843
3843
|
chalk: "^4.1.2",
|