@kubb/plugin-ts 5.0.0-alpha.33 → 5.0.0-alpha.34
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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -1082,7 +1082,7 @@ const typeGenerator = (0, _kubb_core.defineGenerator)({
|
|
|
1082
1082
|
});
|
|
1083
1083
|
//#endregion
|
|
1084
1084
|
//#region package.json
|
|
1085
|
-
var version = "5.0.0-alpha.
|
|
1085
|
+
var version = "5.0.0-alpha.34";
|
|
1086
1086
|
//#endregion
|
|
1087
1087
|
//#region src/resolvers/resolverTs.ts
|
|
1088
1088
|
/**
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-ts",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.34",
|
|
4
4
|
"description": "TypeScript code generation plugin for Kubb, transforming OpenAPI schemas into TypeScript interfaces, types, and utility functions.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"remeda": "^2.33.7",
|
|
53
53
|
"typescript": "5.9.3",
|
|
54
|
-
"@kubb/ast": "5.0.0-alpha.
|
|
55
|
-
"@kubb/core": "5.0.0-alpha.
|
|
56
|
-
"@kubb/
|
|
57
|
-
"@kubb/
|
|
54
|
+
"@kubb/ast": "5.0.0-alpha.34",
|
|
55
|
+
"@kubb/core": "5.0.0-alpha.34",
|
|
56
|
+
"@kubb/parser-ts": "5.0.0-alpha.34",
|
|
57
|
+
"@kubb/renderer-jsx": "5.0.0-alpha.34"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@kubb/renderer-jsx": "5.0.0-alpha.
|
|
60
|
+
"@kubb/renderer-jsx": "5.0.0-alpha.34"
|
|
61
61
|
},
|
|
62
62
|
"engines": {
|
|
63
63
|
"node": ">=22"
|