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/index.js
CHANGED
|
@@ -3789,7 +3789,7 @@ var import_chalk2 = __toESM(require("chalk"));
|
|
|
3789
3789
|
var package_default = {
|
|
3790
3790
|
name: "orval",
|
|
3791
3791
|
description: "A swagger client generator for typescript",
|
|
3792
|
-
version: "6.
|
|
3792
|
+
version: "6.25.0",
|
|
3793
3793
|
license: "MIT",
|
|
3794
3794
|
files: [
|
|
3795
3795
|
"dist"
|
|
@@ -3842,13 +3842,13 @@ var package_default = {
|
|
|
3842
3842
|
},
|
|
3843
3843
|
dependencies: {
|
|
3844
3844
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
3845
|
-
"@orval/angular": "6.
|
|
3846
|
-
"@orval/axios": "6.
|
|
3847
|
-
"@orval/core": "6.
|
|
3848
|
-
"@orval/mock": "6.
|
|
3849
|
-
"@orval/query": "6.
|
|
3850
|
-
"@orval/swr": "6.
|
|
3851
|
-
"@orval/zod": "6.
|
|
3845
|
+
"@orval/angular": "6.25.0",
|
|
3846
|
+
"@orval/axios": "6.25.0",
|
|
3847
|
+
"@orval/core": "6.25.0",
|
|
3848
|
+
"@orval/mock": "6.25.0",
|
|
3849
|
+
"@orval/query": "6.25.0",
|
|
3850
|
+
"@orval/swr": "6.25.0",
|
|
3851
|
+
"@orval/zod": "6.25.0",
|
|
3852
3852
|
ajv: "^8.12.0",
|
|
3853
3853
|
cac: "^6.7.14",
|
|
3854
3854
|
chalk: "^4.1.2",
|