unplugin-kubb 0.1.5 → 0.1.7
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 +14 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -48,8 +48,6 @@ export default defineConfig({
|
|
|
48
48
|
})
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
-
Example: [`playground/`](./playground/)
|
|
52
|
-
|
|
53
51
|
<br></details>
|
|
54
52
|
|
|
55
53
|
<details>
|
|
@@ -130,6 +128,20 @@ build({
|
|
|
130
128
|
|
|
131
129
|
<br></details>
|
|
132
130
|
|
|
131
|
+
## Options
|
|
132
|
+
|
|
133
|
+
### config
|
|
134
|
+
|
|
135
|
+
Define the options for Kubb.
|
|
136
|
+
|
|
137
|
+
::: info type
|
|
138
|
+
|
|
139
|
+
```typescript [Options]
|
|
140
|
+
type Options = {
|
|
141
|
+
config: UserConfig
|
|
142
|
+
}
|
|
143
|
+
```
|
|
144
|
+
|
|
133
145
|
<!-- Badges -->
|
|
134
146
|
|
|
135
147
|
[npm-version-src]: https://img.shields.io/npm/v/unplugin-kubb?flat&colorA=18181B&colorB=f58517
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unplugin-kubb",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "Unplugin for Kubb",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unplugin",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"rollup": "^3",
|
|
99
99
|
"vite": ">=3",
|
|
100
100
|
"webpack": "^4 || ^5",
|
|
101
|
-
"@kubb/core": "2.6.
|
|
101
|
+
"@kubb/core": "2.6.2"
|
|
102
102
|
},
|
|
103
103
|
"peerDependenciesMeta": {
|
|
104
104
|
"webpack": {
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"vite": "^5.1.3",
|
|
136
136
|
"vitest": "^1.3.0",
|
|
137
137
|
"webpack": "^5.90.2",
|
|
138
|
-
"@kubb/core": "2.6.
|
|
138
|
+
"@kubb/core": "2.6.2",
|
|
139
139
|
"@kubb/eslint-config": "1.1.8",
|
|
140
140
|
"@kubb/ts-config": "0.1.0",
|
|
141
141
|
"@kubb/tsup-config": "1.1.8"
|