@kubb/plugin-svelte-query 4.9.3 → 4.10.0

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-svelte-query",
3
- "version": "4.9.3",
3
+ "version": "4.10.0",
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",
@@ -69,12 +69,12 @@
69
69
  "dependencies": {
70
70
  "@kubb/react-fabric": "0.5.4",
71
71
  "remeda": "^2.32.0",
72
- "@kubb/core": "4.9.3",
73
- "@kubb/oas": "4.9.3",
74
- "@kubb/plugin-client": "4.9.3",
75
- "@kubb/plugin-oas": "4.9.3",
76
- "@kubb/plugin-ts": "4.9.3",
77
- "@kubb/plugin-zod": "4.9.3"
72
+ "@kubb/core": "4.10.0",
73
+ "@kubb/oas": "4.10.0",
74
+ "@kubb/plugin-client": "4.10.0",
75
+ "@kubb/plugin-oas": "4.10.0",
76
+ "@kubb/plugin-ts": "4.10.0",
77
+ "@kubb/plugin-zod": "4.10.0"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "@kubb/react-fabric": "0.5.4"