@kubb/plugin-vue-query 0.0.0-canary-20251023142501 → 0.0.0-canary-20251023194514
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/dist/components.d.cts +2 -0
- package/dist/components.d.ts +2 -0
- package/package.json +9 -9
package/dist/components.d.cts
CHANGED
|
@@ -30,6 +30,8 @@ declare function Mutation({
|
|
|
30
30
|
mutationKeyName
|
|
31
31
|
}: Props$6): any;
|
|
32
32
|
import * as import___kubb_react_fabric from "@kubb/react-fabric";
|
|
33
|
+
import * as import___kubb_react_fabric_parsers from "@kubb/react-fabric/parsers";
|
|
34
|
+
import * as import___kubb_react_fabric_plugins from "@kubb/react-fabric/plugins";
|
|
33
35
|
//#endregion
|
|
34
36
|
//#region src/components/Query.d.ts
|
|
35
37
|
type Props$5 = {
|
package/dist/components.d.ts
CHANGED
|
@@ -30,6 +30,8 @@ declare function Mutation({
|
|
|
30
30
|
mutationKeyName
|
|
31
31
|
}: Props$6): any;
|
|
32
32
|
import * as import___kubb_react_fabric from "@kubb/react-fabric";
|
|
33
|
+
import * as import___kubb_react_fabric_parsers from "@kubb/react-fabric/parsers";
|
|
34
|
+
import * as import___kubb_react_fabric_plugins from "@kubb/react-fabric/plugins";
|
|
33
35
|
//#endregion
|
|
34
36
|
//#region src/components/Query.d.ts
|
|
35
37
|
type Props$5 = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-vue-query",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251023194514",
|
|
4
4
|
"description": "Vue Query hooks generator plugin for Kubb, creating type-safe API client hooks from OpenAPI specifications for Vue.js applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue-query",
|
|
@@ -62,20 +62,20 @@
|
|
|
62
62
|
],
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"remeda": "^2.32.0",
|
|
65
|
-
"@kubb/core": "0.0.0-canary-
|
|
66
|
-
"@kubb/oas": "0.0.0-canary-
|
|
67
|
-
"@kubb/plugin-client": "0.0.0-canary-
|
|
68
|
-
"@kubb/plugin-oas": "0.0.0-canary-
|
|
69
|
-
"@kubb/plugin-ts": "0.0.0-canary-
|
|
70
|
-
"@kubb/plugin-zod": "0.0.0-canary-
|
|
71
|
-
"@kubb/react": "0.0.0-canary-
|
|
65
|
+
"@kubb/core": "0.0.0-canary-20251023194514",
|
|
66
|
+
"@kubb/oas": "0.0.0-canary-20251023194514",
|
|
67
|
+
"@kubb/plugin-client": "0.0.0-canary-20251023194514",
|
|
68
|
+
"@kubb/plugin-oas": "0.0.0-canary-20251023194514",
|
|
69
|
+
"@kubb/plugin-ts": "0.0.0-canary-20251023194514",
|
|
70
|
+
"@kubb/plugin-zod": "0.0.0-canary-20251023194514",
|
|
71
|
+
"@kubb/react": "0.0.0-canary-20251023194514"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"tsdown": "^0.15.9",
|
|
75
75
|
"typescript": "^5.9.3"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
|
-
"@kubb/react": "0.0.0-canary-
|
|
78
|
+
"@kubb/react": "0.0.0-canary-20251023194514"
|
|
79
79
|
},
|
|
80
80
|
"engines": {
|
|
81
81
|
"node": ">=20"
|