@kubb/plugin-svelte-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.
@@ -30,6 +30,8 @@ declare function Mutation({
30
30
  mutationKeyName
31
31
  }: Props$4): 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$3 = {
@@ -30,6 +30,8 @@ declare function Mutation({
30
30
  mutationKeyName
31
31
  }: Props$4): 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$3 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-svelte-query",
3
- "version": "0.0.0-canary-20251023142501",
3
+ "version": "0.0.0-canary-20251023194514",
4
4
  "description": "Svelte Query hooks generator plugin for Kubb, creating type-safe API client hooks from OpenAPI specifications for Svelte applications.",
5
5
  "keywords": [
6
6
  "svelte-query",
@@ -61,20 +61,20 @@
61
61
  ],
62
62
  "dependencies": {
63
63
  "remeda": "^2.32.0",
64
- "@kubb/core": "0.0.0-canary-20251023142501",
65
- "@kubb/oas": "0.0.0-canary-20251023142501",
66
- "@kubb/plugin-client": "0.0.0-canary-20251023142501",
67
- "@kubb/plugin-oas": "0.0.0-canary-20251023142501",
68
- "@kubb/plugin-ts": "0.0.0-canary-20251023142501",
69
- "@kubb/plugin-zod": "0.0.0-canary-20251023142501",
70
- "@kubb/react": "0.0.0-canary-20251023142501"
64
+ "@kubb/core": "0.0.0-canary-20251023194514",
65
+ "@kubb/oas": "0.0.0-canary-20251023194514",
66
+ "@kubb/plugin-client": "0.0.0-canary-20251023194514",
67
+ "@kubb/plugin-oas": "0.0.0-canary-20251023194514",
68
+ "@kubb/plugin-ts": "0.0.0-canary-20251023194514",
69
+ "@kubb/plugin-zod": "0.0.0-canary-20251023194514",
70
+ "@kubb/react": "0.0.0-canary-20251023194514"
71
71
  },
72
72
  "devDependencies": {
73
73
  "tsdown": "^0.15.9",
74
74
  "typescript": "^5.9.3"
75
75
  },
76
76
  "peerDependencies": {
77
- "@kubb/react": "0.0.0-canary-20251023142501"
77
+ "@kubb/react": "0.0.0-canary-20251023194514"
78
78
  },
79
79
  "engines": {
80
80
  "node": ">=20"