orval 6.29.0 → 6.29.1
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
|
@@ -3807,7 +3807,7 @@ var import_chalk2 = __toESM(require("chalk"));
|
|
|
3807
3807
|
var package_default = {
|
|
3808
3808
|
name: "orval",
|
|
3809
3809
|
description: "A swagger client generator for typescript",
|
|
3810
|
-
version: "6.29.
|
|
3810
|
+
version: "6.29.1",
|
|
3811
3811
|
license: "MIT",
|
|
3812
3812
|
files: [
|
|
3813
3813
|
"dist"
|
|
@@ -3861,14 +3861,14 @@ var package_default = {
|
|
|
3861
3861
|
},
|
|
3862
3862
|
dependencies: {
|
|
3863
3863
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
3864
|
-
"@orval/angular": "6.29.
|
|
3865
|
-
"@orval/axios": "6.29.
|
|
3866
|
-
"@orval/core": "6.29.
|
|
3867
|
-
"@orval/hono": "6.29.
|
|
3868
|
-
"@orval/mock": "6.29.
|
|
3869
|
-
"@orval/query": "6.29.
|
|
3870
|
-
"@orval/swr": "6.29.
|
|
3871
|
-
"@orval/zod": "6.29.
|
|
3864
|
+
"@orval/angular": "6.29.1",
|
|
3865
|
+
"@orval/axios": "6.29.1",
|
|
3866
|
+
"@orval/core": "6.29.1",
|
|
3867
|
+
"@orval/hono": "6.29.1",
|
|
3868
|
+
"@orval/mock": "6.29.1",
|
|
3869
|
+
"@orval/query": "6.29.1",
|
|
3870
|
+
"@orval/swr": "6.29.1",
|
|
3871
|
+
"@orval/zod": "6.29.1",
|
|
3872
3872
|
ajv: "^8.12.0",
|
|
3873
3873
|
cac: "^6.7.14",
|
|
3874
3874
|
chalk: "^4.1.2",
|