@kubb/renderer-jsx 5.0.0-beta.34 → 5.0.0-beta.35
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 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/renderer-jsx",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.35",
|
|
4
4
|
"description": "JSX-based renderer for Kubb. Provides a custom React runtime, reconciler, and built-in components (File, Function, Type, Const) for component-based, type-safe code generation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"codegen",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"yaml": "^2.9.0",
|
|
79
|
-
"@kubb/ast": "5.0.0-beta.
|
|
79
|
+
"@kubb/ast": "5.0.0-beta.35"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@types/react": "^19.2.15",
|
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"lint:fix": "oxlint --fix .",
|
|
108
108
|
"release": "pnpm publish --no-git-check",
|
|
109
109
|
"release:canary": "bash ../../.github/canary.sh && node ../../scripts/build.js canary && pnpm publish --no-git-check -tag canary",
|
|
110
|
+
"release:stage": "pnpm stage publish --no-git-check",
|
|
110
111
|
"start": "tsdown --watch ./src",
|
|
111
112
|
"start:devtools": "npx react-devtools",
|
|
112
113
|
"test": "vitest --passWithNoTests",
|