@kubb/core 4.0.0 → 4.0.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/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Core functionality for Kubb's plugin-based code generation system, providing the foundation for transforming OpenAPI specifications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"remeda": "^2.32.0",
|
|
92
92
|
"seedrandom": "^3.0.5",
|
|
93
93
|
"semver": "^7.7.2",
|
|
94
|
-
"@kubb/parser-ts": "4.0.
|
|
94
|
+
"@kubb/parser-ts": "4.0.2"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -101,8 +101,7 @@
|
|
|
101
101
|
"consola": "^3.4.2",
|
|
102
102
|
"tsdown": "^0.14.2",
|
|
103
103
|
"typescript": "^5.9.2",
|
|
104
|
-
"zod": "^4.1.
|
|
105
|
-
"@kubb/config-ts": "4.0.0"
|
|
104
|
+
"zod": "^4.1.11"
|
|
106
105
|
},
|
|
107
106
|
"engines": {
|
|
108
107
|
"node": ">=20"
|