kubb 5.0.0 → 5.0.2

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 +3 -3
  2. package/package.json +25 -14
package/README.md CHANGED
@@ -187,15 +187,15 @@ See [LICENSE](./LICENSE) for details.
187
187
  <!-- Badges -->
188
188
 
189
189
  [npm-version-src]: https://shieldcn.dev/npm/v/@kubb/core.svg?variant=secondary&size=xs&theme=zinc&mode=dark
190
- [npm-version-href]: https://npmx.dev/package/kubb
190
+ [npm-version-href]: https://npmx.dev/package/@kubb/core
191
191
  [npm-downloads-src]: https://shieldcn.dev/npm/dm/@kubb/core.svg?variant=secondary&size=xs&theme=zinc&mode=dark
192
- [npm-downloads-href]: https://npmx.dev/package/kubb
192
+ [npm-downloads-href]: https://npmx.dev/package/@kubb/core
193
193
  [stars-src]: https://shieldcn.dev/github/stars/kubb-labs/kubb.svg?variant=secondary&size=xs&theme=zinc&mode=dark
194
194
  [stars-href]: https://github.com/kubb-labs/kubb
195
195
  [license-src]: https://shieldcn.dev/npm/license/kubb.svg?variant=secondary&size=xs&theme=zinc
196
196
  [license-href]: https://github.com/kubb-labs/kubb/blob/main/LICENSE
197
197
  [node-src]: https://shieldcn.dev/npm/node/kubb.svg?variant=secondary&size=xs&theme=zinc&mode=dark
198
- [node-href]: https://npmx.dev/package/kubb
198
+ [node-href]: https://npmx.dev/package/@kubb/core
199
199
  [contributors-src]: https://shieldcn.dev/github/contributors/kubb-labs/kubb.svg?variant=secondary&size=xs&theme=zinc&mode=dark
200
200
  [contributors-href]: #contributors-
201
201
  [coverage-src]: https://shieldcn.dev/codecov/github/kubb-labs/kubb.svg?variant=secondary&size=xs&theme=zinc&mode=dark
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubb",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
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",
@@ -15,6 +15,7 @@
15
15
  "typescript",
16
16
  "zod"
17
17
  ],
18
+ "homepage": "https://kubb.dev",
18
19
  "license": "MIT",
19
20
  "author": "stijnvanhulle",
20
21
  "repository": {
@@ -22,6 +23,16 @@
22
23
  "url": "git+https://github.com/kubb-labs/kubb.git",
23
24
  "directory": "packages/kubb"
24
25
  },
26
+ "funding": [
27
+ {
28
+ "type": "github",
29
+ "url": "https://github.com/sponsors/stijnvanhulle"
30
+ },
31
+ {
32
+ "type": "opencollective",
33
+ "url": "https://opencollective.com/kubb"
34
+ }
35
+ ],
25
36
  "bin": {
26
37
  "kubb": "bin/kubb.js"
27
38
  },
@@ -109,26 +120,26 @@
109
120
  "registry": "https://registry.npmjs.org/"
110
121
  },
111
122
  "dependencies": {
112
- "@kubb/adapter-oas": "5.0.0",
113
- "@kubb/cli": "5.0.0",
114
- "@kubb/core": "5.0.0",
115
- "@kubb/kit": "5.0.0",
116
- "@kubb/plugin-barrel": "5.0.0",
117
- "@kubb/parser-ts": "5.0.0",
118
- "@kubb/mcp": "5.0.0",
119
- "unplugin-kubb": "5.0.0",
120
- "@kubb/renderer-jsx": "5.0.0",
121
- "@kubb/parser-md": "5.0.0"
123
+ "@kubb/adapter-oas": "5.0.2",
124
+ "@kubb/cli": "5.0.2",
125
+ "@kubb/kit": "5.0.2",
126
+ "@kubb/core": "5.0.2",
127
+ "@kubb/parser-ts": "5.0.2",
128
+ "@kubb/parser-md": "5.0.2",
129
+ "@kubb/plugin-barrel": "5.0.2",
130
+ "@kubb/mcp": "5.0.2",
131
+ "unplugin-kubb": "5.0.2",
132
+ "@kubb/renderer-jsx": "5.0.2"
122
133
  },
123
134
  "devDependencies": {
124
135
  "@farmfe/core": "^1.7.11",
125
136
  "@nuxt/kit": "^4.5.2",
126
137
  "@nuxt/schema": "^4.5.2",
127
138
  "esbuild": "^0.28.2",
128
- "rolldown": "^1.2.4",
129
- "rollup": "^4.62.4",
139
+ "rolldown": "^1.2.5",
140
+ "rollup": "^4.62.5",
130
141
  "typescript": "^6.0.3",
131
- "vite": "^8.2.1",
142
+ "vite": "^8.2.2",
132
143
  "webpack": "^5.109.2",
133
144
  "@internals/utils": "0.0.1"
134
145
  },