orval 6.28.0 → 6.28.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/index.js
CHANGED
|
@@ -3821,7 +3821,7 @@ var import_chalk2 = __toESM(require("chalk"));
|
|
|
3821
3821
|
var package_default = {
|
|
3822
3822
|
name: "orval",
|
|
3823
3823
|
description: "A swagger client generator for typescript",
|
|
3824
|
-
version: "6.28.
|
|
3824
|
+
version: "6.28.1",
|
|
3825
3825
|
license: "MIT",
|
|
3826
3826
|
files: [
|
|
3827
3827
|
"dist"
|
|
@@ -3875,14 +3875,14 @@ var package_default = {
|
|
|
3875
3875
|
},
|
|
3876
3876
|
dependencies: {
|
|
3877
3877
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
3878
|
-
"@orval/angular": "6.28.
|
|
3879
|
-
"@orval/axios": "6.28.
|
|
3880
|
-
"@orval/core": "6.28.
|
|
3881
|
-
"@orval/mock": "6.28.
|
|
3882
|
-
"@orval/query": "6.28.
|
|
3883
|
-
"@orval/swr": "6.28.
|
|
3884
|
-
"@orval/zod": "6.28.
|
|
3885
|
-
"@orval/hono": "6.28.
|
|
3878
|
+
"@orval/angular": "6.28.1",
|
|
3879
|
+
"@orval/axios": "6.28.1",
|
|
3880
|
+
"@orval/core": "6.28.1",
|
|
3881
|
+
"@orval/mock": "6.28.1",
|
|
3882
|
+
"@orval/query": "6.28.1",
|
|
3883
|
+
"@orval/swr": "6.28.1",
|
|
3884
|
+
"@orval/zod": "6.28.1",
|
|
3885
|
+
"@orval/hono": "6.28.1",
|
|
3886
3886
|
ajv: "^8.12.0",
|
|
3887
3887
|
cac: "^6.7.14",
|
|
3888
3888
|
chalk: "^4.1.2",
|