@kubb/renderer-jsx 5.0.0-beta.33 → 5.0.0-beta.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.
Files changed (2) hide show
  1. package/README.md +15 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  <div align="center">
2
- <h1>@kubb/renderer-jsx</h1>
3
2
  <a href="https://kubb.dev" target="_blank" rel="noopener noreferrer">
4
- <img width="180" src="https://raw.githubusercontent.com/kubb-labs/kubb/main/assets/logo.png" alt="Kubb logo">
3
+ <img src="https://kubb.dev/og.png" alt="Kubb banner">
5
4
  </a>
6
5
 
7
6
  [![npm version][npm-version-src]][npm-version-href]
@@ -11,7 +10,7 @@
11
10
  [![Sponsors][sponsors-src]][sponsors-href]
12
11
 
13
12
  <h4>
14
- <a href="https://kubb.dev/" target="_blank">Documentation</a>
13
+ <a href="https://kubb.dev" target="_blank">Documentation</a>
15
14
  <span> · </span>
16
15
  <a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Report Bug</a>
17
16
  <span> · </span>
@@ -19,7 +18,13 @@
19
18
  </h4>
20
19
  </div>
21
20
 
22
- 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 inside Kubb plugins.
21
+ <br />
22
+
23
+ # @kubb/renderer-jsx
24
+
25
+ ### JSX-based renderer for Kubb
26
+
27
+ Provides a custom React runtime, reconciler, and built-in components (`File`, `Function`, `Type`, `Const`) for component-based, type-safe code generation inside Kubb plugins.
23
28
 
24
29
  ## Installation
25
30
 
@@ -100,9 +105,10 @@ Pre-built renderer instance for use directly in Kubb plugins as the `jsxRenderer
100
105
 
101
106
  ## Supporting Kubb
102
107
 
103
- Kubb is an open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:
108
+ Kubb is an open source project, and its development is funded entirely by sponsors. If you would like to become a sponsor, please consider:
104
109
 
105
110
  - [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle)
111
+ - [See sponsorship tiers and our sponsors](https://kubb.dev/sponsors)
106
112
 
107
113
  <p align="center">
108
114
  <a href="https://github.com/sponsors/stijnvanhulle">
@@ -110,6 +116,10 @@ Kubb is an open source project with its ongoing development made possible entire
110
116
  </a>
111
117
  </p>
112
118
 
119
+ ## License
120
+
121
+ [MIT](https://github.com/kubb-labs/kubb/blob/main/licenses/LICENSE-MIT)
122
+
113
123
  <!-- Badges -->
114
124
 
115
125
  [npm-version-src]: https://img.shields.io/npm/v/@kubb/renderer-jsx?flat&colorA=18181B&colorB=f58517
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/renderer-jsx",
3
- "version": "5.0.0-beta.33",
3
+ "version": "5.0.0-beta.34",
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.33"
79
+ "@kubb/ast": "5.0.0-beta.34"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@types/react": "^19.2.15",