unplugin-kubb 0.1.31 → 0.1.32
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/LICENSE +1 -1
- package/README.md +8 -8
- package/dist/types.d.cts +3 -0
- package/dist/types.d.ts +3 -0
- package/package.json +7 -8
- package/src/index.ts +1 -0
- package/src/types.ts +3 -0
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<p>
|
|
7
7
|
Kubb plugin for Vite, webpack, esbuild, Rollup, Nuxt, Astro and Rspack.
|
|
8
8
|
</p>
|
|
9
|
-
<img src="https://raw.githubusercontent.com/kubb-
|
|
9
|
+
<img src="https://raw.githubusercontent.com/kubb-labs/kubb/main/assets/banner.png" alt="logo" height="auto" />
|
|
10
10
|
|
|
11
11
|
[![npm version][npm-version-src]][npm-version-href]
|
|
12
12
|
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
</p>
|
|
19
19
|
|
|
20
20
|
<h4>
|
|
21
|
-
<a href="https://codesandbox.io/s/github/kubb-
|
|
21
|
+
<a href="https://codesandbox.io/s/github/kubb-labs/kubb/tree/alpha/examples/typescript" target="_blank">View Demo</a>
|
|
22
22
|
<span> · </span>
|
|
23
23
|
<a href="https://kubb.dev/" target="_blank">Documentation</a>
|
|
24
24
|
<span> · </span>
|
|
25
|
-
<a href="https://github.com/kubb-
|
|
25
|
+
<a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Report Bug</a>
|
|
26
26
|
<span> · </span>
|
|
27
|
-
<a href="https://github.com/kubb-
|
|
27
|
+
<a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Request Feature</a>
|
|
28
28
|
</h4>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
@@ -148,11 +148,11 @@ type Options = {
|
|
|
148
148
|
[npm-version-href]: https://npmjs.com/package/unplugin-kubb
|
|
149
149
|
[npm-downloads-src]: https://img.shields.io/npm/dm/unplugin-kubb?flat&colorA=18181B&colorB=f58517
|
|
150
150
|
[npm-downloads-href]: https://npmjs.com/package/unplugin-kubb
|
|
151
|
-
[license-src]: https://img.shields.io/github/license/kubb-
|
|
152
|
-
[license-href]: https://github.com/kubb-
|
|
153
|
-
[build-src]: https://img.shields.io/github/actions/workflow/status/kubb-
|
|
151
|
+
[license-src]: https://img.shields.io/github/license/kubb-labs/kubb.svg?flat&colorA=18181B&colorB=f58517
|
|
152
|
+
[license-href]: https://github.com/kubb-labs/kubb/blob/main/LICENSE
|
|
153
|
+
[build-src]: https://img.shields.io/github/actions/workflow/status/kubb-labs/kubb/ci.yaml?style=flat&colorA=18181B&colorB=f58517
|
|
154
154
|
[build-href]: https://www.npmjs.com/package/unplugin-kubb
|
|
155
155
|
[minified-src]: https://img.shields.io/bundlephobia/min/unplugin-kubb?style=flat&colorA=18181B&colorB=f58517
|
|
156
156
|
[minified-href]: https://www.npmjs.com/package/unplugin-kubb
|
|
157
|
-
[coverage-src]: https://img.shields.io/codecov/c/github/kubb-
|
|
157
|
+
[coverage-src]: https://img.shields.io/codecov/c/github/kubb-labs/kubb?style=flat&colorA=18181B&colorB=f58517
|
|
158
158
|
[coverage-href]: https://www.npmjs.com/package/unplugin-kubb
|
package/dist/types.d.cts
CHANGED
package/dist/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unplugin-kubb",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.32",
|
|
4
4
|
"description": "Unplugin for Kubb",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unplugin",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
],
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "git://github.com/kubb-
|
|
21
|
+
"url": "git://github.com/kubb-labs/kubb.git",
|
|
22
22
|
"directory": "packages/unplugin"
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"rollup": "^3",
|
|
99
99
|
"vite": ">=3",
|
|
100
100
|
"webpack": "^4 || ^5",
|
|
101
|
-
"@kubb/core": "2.13.
|
|
101
|
+
"@kubb/core": "2.13.1"
|
|
102
102
|
},
|
|
103
103
|
"peerDependenciesMeta": {
|
|
104
104
|
"webpack": {
|
|
@@ -128,18 +128,17 @@
|
|
|
128
128
|
"@nuxt/schema": "^3.11.2",
|
|
129
129
|
"@types/node": "^20.12.7",
|
|
130
130
|
"rimraf": "^5.0.5",
|
|
131
|
-
"rollup": "^4.14.
|
|
131
|
+
"rollup": "^4.14.3",
|
|
132
132
|
"tsup": "^8.0.2",
|
|
133
133
|
"typescript": "^5.4.5",
|
|
134
|
-
"vite": "^5.2.
|
|
134
|
+
"vite": "^5.2.9",
|
|
135
135
|
"vitest": "^1.5.0",
|
|
136
136
|
"webpack": "^5.91.0",
|
|
137
137
|
"@kubb/biome-config": "0.1.0",
|
|
138
|
+
"@kubb/core": "2.13.1",
|
|
138
139
|
"@kubb/ts-config": "0.1.0",
|
|
139
|
-
"@kubb/tsup-config": "1.1.8"
|
|
140
|
-
"@kubb/core": "2.13.0"
|
|
140
|
+
"@kubb/tsup-config": "1.1.8"
|
|
141
141
|
},
|
|
142
|
-
"packageManager": "pnpm@8.15.0",
|
|
143
142
|
"engines": {
|
|
144
143
|
"node": ">=18",
|
|
145
144
|
"pnpm": ">=8.15.0"
|
package/src/index.ts
CHANGED