@kubb/plugin-vue-query 5.0.0-beta.64 → 5.0.0-beta.73
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 +2 -2
- package/dist/index.cjs +1637 -54
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +430 -3
- package/dist/index.js +1609 -48
- package/dist/index.js.map +1 -1
- package/package.json +10 -19
- package/dist/components-CAlEf7Oh.js +0 -1118
- package/dist/components-CAlEf7Oh.js.map +0 -1
- package/dist/components-CfU59l8V.cjs +0 -1238
- package/dist/components-CfU59l8V.cjs.map +0 -1
- package/dist/components.cjs +0 -9
- package/dist/components.d.ts +0 -187
- package/dist/components.js +0 -2
- package/dist/generators-DpMLVmyi.cjs +0 -637
- package/dist/generators-DpMLVmyi.cjs.map +0 -1
- package/dist/generators-fWBjs0CN.js +0 -620
- package/dist/generators-fWBjs0CN.js.map +0 -1
- package/dist/generators.cjs +0 -5
- package/dist/generators.d.ts +0 -30
- package/dist/generators.js +0 -2
- package/dist/types-C6a_58nb.d.ts +0 -266
- /package/dist/{chunk-C0LytTxp.js → rolldown-runtime-C0LytTxp.js} +0 -0
package/README.md
CHANGED
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
# @kubb/plugin-vue-query
|
|
24
24
|
|
|
25
|
-
### Generate Vue Query composables
|
|
25
|
+
### Generate Vue Query composables with Kubb
|
|
26
26
|
|
|
27
|
-
`@kubb/plugin-vue-query` generates TanStack Query composables
|
|
27
|
+
`@kubb/plugin-vue-query` generates TanStack Query composables with Kubb. Each operation becomes a typed `useQuery`, `useMutation`, or `useInfiniteQuery` composable for Vue 3.
|
|
28
28
|
|
|
29
29
|
## Installation
|
|
30
30
|
|