@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 CHANGED
@@ -22,9 +22,9 @@
22
22
 
23
23
  # @kubb/plugin-vue-query
24
24
 
25
- ### Generate Vue Query composables from OpenAPI
25
+ ### Generate Vue Query composables with Kubb
26
26
 
27
- `@kubb/plugin-vue-query` generates TanStack Query composables from your OpenAPI specification. Each operation becomes a typed `useQuery`, `useMutation`, or `useInfiniteQuery` composable for Vue 3.
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