kubb 5.0.0-beta.40 → 5.0.0-beta.41

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 +16 -17
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -5,9 +5,10 @@
5
5
 
6
6
  [![npm version][npm-version-src]][npm-version-href]
7
7
  [![npm downloads][npm-downloads-src]][npm-downloads-href]
8
- [![Coverage][coverage-src]][coverage-href]
8
+ [![Stars][stars-src]][stars-href]
9
9
  [![License][license-src]][license-href]
10
- [![Sponsors][sponsors-src]][sponsors-href]
10
+ [![Coverage][coverage-src]][coverage-href]
11
+ [![Node][node-src]][node-href]
11
12
 
12
13
  <h4>
13
14
  <a href="https://kubb.dev" target="_blank">Documentation</a>
@@ -190,19 +191,17 @@ See [LICENSE](./LICENSE) for details.
190
191
 
191
192
  <!-- Badges -->
192
193
 
193
- [npm-version-src]: https://img.shields.io/npm/v/@kubb/core?flat&colorA=18181B&colorB=f58517
194
- [npm-version-href]: https://npmx.dev/package/@kubb/core
195
- [npm-downloads-src]: https://img.shields.io/npm/dm/@kubb/core?flat&colorA=18181B&colorB=f58517
196
- [npm-downloads-href]: https://npmjs.com/package/@kubb/core
197
- [license-src]: https://img.shields.io/npm/l/%40kubb%2Fcore?flat&colorA=18181B&colorB=f58517
198
- [license-href]: https://github.com/kubb-labs/kubb/blob/main/licenses/LICENSE-MIT
199
- [build-src]: https://img.shields.io/github/actions/workflow/status/kubb-labs/kubb/ci.yaml?style=flat&colorA=18181B&colorB=f58517
200
- [build-href]: https://www.npmjs.com/package/@kubb/core
201
- [minified-src]: https://img.shields.io/bundlephobia/min/@kubb/core?style=flat&colorA=18181B&colorB=f58517
202
- [minified-href]: https://www.npmjs.com/package/@kubb/core
203
- [coverage-src]: https://img.shields.io/codecov/c/github/kubb-labs/kubb?style=flat&colorA=18181B&colorB=f58517
204
- [coverage-href]: https://www.npmjs.com/package/@kubb/core
205
- [contributors-src]: https://img.shields.io/github/contributors/kubb-labs/kubb?style=flat&colorA=18181B&colorB=f58517&label=%20
194
+ [npm-version-src]: https://shieldcn.dev/npm/v/kubb.svg?variant=secondary&size=xs&theme=zinc&mode=dark
195
+ [npm-version-href]: https://npmx.dev/package/kubb
196
+ [npm-downloads-src]: https://shieldcn.dev/npm/dm/@kubb/core.svg?variant=secondary&size=xs&theme=zinc&mode=dark
197
+ [npm-downloads-href]: https://npmx.dev/package/kubb
198
+ [stars-src]: https://shieldcn.dev/github/stars/kubb-labs/kubb.svg?variant=secondary&size=xs&theme=zinc&mode=dark
199
+ [stars-href]: https://github.com/kubb-labs/kubb
200
+ [license-src]: https://shieldcn.dev/npm/license/kubb.svg?variant=secondary&size=xs&theme=zinc
201
+ [license-href]: https://github.com/kubb-labs/kubb/blob/main/LICENSE
202
+ [node-src]: https://shieldcn.dev/npm/node/kubb.svg?variant=secondary&size=xs&theme=zinc&mode=dark
203
+ [node-href]: https://npmx.dev/package/kubb
204
+ [contributors-src]: https://shieldcn.dev/github/contributors/kubb-labs/kubb.svg?variant=secondary&size=xs&theme=zinc&mode=dark
206
205
  [contributors-href]: #contributors-
207
- [sponsors-src]: https://img.shields.io/github/sponsors/stijnvanhulle?style=flat&colorA=18181B&colorB=f58517
208
- [sponsors-href]: https://github.com/sponsors/stijnvanhulle/
206
+ [coverage-src]: https://shieldcn.dev/codecov/github/kubb-labs/kubb.svg?variant=secondary&size=xs&theme=zinc&mode=dark
207
+ [coverage-href]: https://app.codecov.io/gh/kubb-labs/kubb
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubb",
3
- "version": "5.0.0-beta.40",
3
+ "version": "5.0.0-beta.41",
4
4
  "description": "Meta-package and entry point for Kubb — a plugin-based code generation framework for OpenAPI. Includes defineConfig, all public APIs, and serves as the gateway to the entire Kubb ecosystem.",
5
5
  "keywords": [
6
6
  "api-client",
@@ -54,21 +54,21 @@
54
54
  "registry": "https://registry.npmjs.org/"
55
55
  },
56
56
  "dependencies": {
57
- "@kubb/adapter-oas": "5.0.0-beta.40",
58
- "@kubb/cli": "5.0.0-beta.40",
59
- "@kubb/core": "5.0.0-beta.40",
60
- "@kubb/mcp": "5.0.0-beta.40",
61
- "@kubb/middleware-barrel": "5.0.0-beta.40",
62
- "@kubb/parser-md": "5.0.0-beta.40",
63
- "@kubb/parser-ts": "5.0.0-beta.40",
64
- "@kubb/renderer-jsx": "5.0.0-beta.40"
57
+ "@kubb/adapter-oas": "5.0.0-beta.41",
58
+ "@kubb/cli": "5.0.0-beta.41",
59
+ "@kubb/core": "5.0.0-beta.41",
60
+ "@kubb/mcp": "5.0.0-beta.41",
61
+ "@kubb/middleware-barrel": "5.0.0-beta.41",
62
+ "@kubb/parser-md": "5.0.0-beta.41",
63
+ "@kubb/parser-ts": "5.0.0-beta.41",
64
+ "@kubb/renderer-jsx": "5.0.0-beta.41"
65
65
  },
66
66
  "devDependencies": {
67
67
  "typescript": "^6.0.3",
68
68
  "@internals/utils": "0.0.0"
69
69
  },
70
70
  "peerDependencies": {
71
- "@kubb/agent": "5.0.0-beta.40"
71
+ "@kubb/agent": "5.0.0-beta.41"
72
72
  },
73
73
  "peerDependenciesMeta": {
74
74
  "@kubb/agent": {