orval 6.28.0 → 6.28.2
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/bin/orval.js
CHANGED
|
@@ -3810,7 +3810,7 @@ var import_chalk2 = __toESM(require("chalk"));
|
|
|
3810
3810
|
var package_default = {
|
|
3811
3811
|
name: "orval",
|
|
3812
3812
|
description: "A swagger client generator for typescript",
|
|
3813
|
-
version: "6.28.
|
|
3813
|
+
version: "6.28.2",
|
|
3814
3814
|
license: "MIT",
|
|
3815
3815
|
files: [
|
|
3816
3816
|
"dist"
|
|
@@ -3864,14 +3864,14 @@ var package_default = {
|
|
|
3864
3864
|
},
|
|
3865
3865
|
dependencies: {
|
|
3866
3866
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
3867
|
-
"@orval/angular": "6.28.
|
|
3868
|
-
"@orval/axios": "6.28.
|
|
3869
|
-
"@orval/core": "6.28.
|
|
3870
|
-
"@orval/mock": "6.28.
|
|
3871
|
-
"@orval/query": "6.28.
|
|
3872
|
-
"@orval/swr": "6.28.
|
|
3873
|
-
"@orval/zod": "6.28.
|
|
3874
|
-
"@orval/hono": "6.28.
|
|
3867
|
+
"@orval/angular": "6.28.2",
|
|
3868
|
+
"@orval/axios": "6.28.2",
|
|
3869
|
+
"@orval/core": "6.28.2",
|
|
3870
|
+
"@orval/mock": "6.28.2",
|
|
3871
|
+
"@orval/query": "6.28.2",
|
|
3872
|
+
"@orval/swr": "6.28.2",
|
|
3873
|
+
"@orval/zod": "6.28.2",
|
|
3874
|
+
"@orval/hono": "6.28.2",
|
|
3875
3875
|
ajv: "^8.12.0",
|
|
3876
3876
|
cac: "^6.7.14",
|
|
3877
3877
|
chalk: "^4.1.2",
|