kubb 5.0.0-beta.74 → 5.0.0-beta.76
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/README.md +6 -8
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
[![License][license-src]][license-href]
|
|
10
10
|
[![Coverage][coverage-src]][coverage-href]
|
|
11
11
|
[![Node][node-src]][node-href]
|
|
12
|
+
[![OC Backers][oc-backers-src]][oc-backers-href]
|
|
12
13
|
|
|
13
14
|
<h4>
|
|
14
15
|
<a href="https://kubb.dev" target="_blank">Documentation</a>
|
|
@@ -70,11 +71,12 @@ See the [documentation](https://kubb.dev) for detailed usage and advanced featur
|
|
|
70
71
|
Kubb is an open source project, and its development is funded entirely by sponsors. If you would like to become a sponsor, please consider:
|
|
71
72
|
|
|
72
73
|
- [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle)
|
|
74
|
+
- [Back Kubb on Open Collective](https://opencollective.com/kubb)
|
|
73
75
|
- [See sponsorship tiers and our sponsors](https://kubb.dev/sponsors)
|
|
74
76
|
|
|
75
77
|
<p align="center">
|
|
76
78
|
<a href="https://github.com/sponsors/stijnvanhulle">
|
|
77
|
-
<img src="https://
|
|
79
|
+
<img src="https://shieldcn.dev/sponsors/stijnvanhulle.svg?titleAlign=center&mode=dark" alt="stijnvanhulle sponsors" width="100%" />
|
|
78
80
|
</a>
|
|
79
81
|
</p>
|
|
80
82
|
|
|
@@ -181,13 +183,7 @@ See [LICENSE](./LICENSE) for details.
|
|
|
181
183
|
|
|
182
184
|
## Star history
|
|
183
185
|
|
|
184
|
-
<
|
|
185
|
-
<picture>
|
|
186
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kubb-labs/kubb&type=Date&theme=dark" />
|
|
187
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kubb-labs/kubb&type=Date" />
|
|
188
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kubb-labs/kubb&type=Date" />
|
|
189
|
-
</picture>
|
|
190
|
-
</a>
|
|
186
|
+
<img alt="Star history chart" src="https://shieldcn.dev/chart/github/stars/kubb-labs/kubb.svg?theme=orange" width="100%" />
|
|
191
187
|
|
|
192
188
|
<!-- Badges -->
|
|
193
189
|
|
|
@@ -205,3 +201,5 @@ See [LICENSE](./LICENSE) for details.
|
|
|
205
201
|
[contributors-href]: #contributors-
|
|
206
202
|
[coverage-src]: https://shieldcn.dev/codecov/github/kubb-labs/kubb.svg?variant=secondary&size=xs&theme=zinc&mode=dark
|
|
207
203
|
[coverage-href]: https://app.codecov.io/gh/kubb-labs/kubb
|
|
204
|
+
[oc-backers-src]: https://shieldcn.dev/opencollective/backers/kubb.svg?variant=secondary&size=xs&theme=zinc&mode=dark
|
|
205
|
+
[oc-backers-href]: https://opencollective.com/kubb
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kubb",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.76",
|
|
4
4
|
"description": "The meta framework for code generation. Point Kubb at a schema and it generates types, clients, hooks, validators, mocks, and more.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"api-client",
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"registry": "https://registry.npmjs.org/"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@kubb/adapter-oas": "5.0.0-beta.
|
|
53
|
-
"@kubb/cli": "5.0.0-beta.
|
|
54
|
-
"@kubb/core": "5.0.0-beta.
|
|
55
|
-
"@kubb/mcp": "5.0.0-beta.
|
|
56
|
-
"@kubb/parser-md": "5.0.0-beta.
|
|
57
|
-
"@kubb/parser-ts": "5.0.0-beta.
|
|
58
|
-
"@kubb/plugin-barrel": "5.0.0-beta.
|
|
59
|
-
"@kubb/renderer-jsx": "5.0.0-beta.
|
|
52
|
+
"@kubb/adapter-oas": "5.0.0-beta.76",
|
|
53
|
+
"@kubb/cli": "5.0.0-beta.76",
|
|
54
|
+
"@kubb/core": "5.0.0-beta.76",
|
|
55
|
+
"@kubb/mcp": "5.0.0-beta.76",
|
|
56
|
+
"@kubb/parser-md": "5.0.0-beta.76",
|
|
57
|
+
"@kubb/parser-ts": "5.0.0-beta.76",
|
|
58
|
+
"@kubb/plugin-barrel": "5.0.0-beta.76",
|
|
59
|
+
"@kubb/renderer-jsx": "5.0.0-beta.76"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"typescript": "^6.0.3",
|