@kubb/core 3.13.1 → 3.14.0
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/LICENSE +1 -1
- package/package.json +12 -8
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/core",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "3.14.0",
|
|
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",
|
|
7
7
|
"plugins",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
8
|
+
"plugin-system",
|
|
9
|
+
"code-generator",
|
|
10
|
+
"codegen",
|
|
11
|
+
"openapi",
|
|
12
|
+
"swagger",
|
|
13
|
+
"kubb"
|
|
10
14
|
],
|
|
11
15
|
"repository": {
|
|
12
16
|
"type": "git",
|
|
@@ -90,10 +94,10 @@
|
|
|
90
94
|
"natural-orderby": "^5.0.0",
|
|
91
95
|
"object-hash": "^3.0.0",
|
|
92
96
|
"p-queue": "^8.1.0",
|
|
93
|
-
"remeda": "^2.
|
|
97
|
+
"remeda": "^2.24.0",
|
|
94
98
|
"seedrandom": "^3.0.5",
|
|
95
99
|
"semver": "^7.7.2",
|
|
96
|
-
"@kubb/parser-ts": "3.
|
|
100
|
+
"@kubb/parser-ts": "3.14.0"
|
|
97
101
|
},
|
|
98
102
|
"devDependencies": {
|
|
99
103
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -104,8 +108,8 @@
|
|
|
104
108
|
"prettier": "^3.6.2",
|
|
105
109
|
"tsup": "^8.5.0",
|
|
106
110
|
"typescript": "^5.8.3",
|
|
107
|
-
"@kubb/config-ts": "3.
|
|
108
|
-
"@kubb/config-tsup": "3.
|
|
111
|
+
"@kubb/config-ts": "3.14.0",
|
|
112
|
+
"@kubb/config-tsup": "3.14.0"
|
|
109
113
|
},
|
|
110
114
|
"engines": {
|
|
111
115
|
"node": ">=20"
|