@kubb/core 4.5.6 → 4.5.7
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 +1 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/core",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.7",
|
|
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",
|
|
@@ -105,9 +105,6 @@
|
|
|
105
105
|
"consola": "^3.4.2",
|
|
106
106
|
"zod": "^4.1.12"
|
|
107
107
|
},
|
|
108
|
-
"optionalDependencies": {
|
|
109
|
-
"@kubb/fabric-core": "0.2.19"
|
|
110
|
-
},
|
|
111
108
|
"peerDependencies": {
|
|
112
109
|
"@kubb/react-fabric": "0.2.19"
|
|
113
110
|
},
|