@tanstack/svelte-query-devtools 6.1.25 → 6.1.26

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.
@@ -16,13 +16,13 @@
16
16
  */
17
17
  initialIsOpen?: boolean
18
18
  /**
19
- * The position of the TanStack Query logo to open and close the devtools panel.
20
- * 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'
19
+ * The position of the TanStack logo to open and close the devtools panel.
20
+ * 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'relative'
21
21
  * Defaults to 'bottom-right'.
22
22
  */
23
23
  buttonPosition?: DevtoolsButtonPosition
24
24
  /**
25
- * The position of the TanStack Query devtools panel.
25
+ * The position of the Svelte Query devtools panel.
26
26
  * 'top' | 'bottom' | 'left' | 'right'
27
27
  * Defaults to 'bottom'.
28
28
  */
@@ -6,13 +6,13 @@ interface DevtoolsOptions {
6
6
  */
7
7
  initialIsOpen?: boolean;
8
8
  /**
9
- * The position of the TanStack Query logo to open and close the devtools panel.
10
- * 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'
9
+ * The position of the TanStack logo to open and close the devtools panel.
10
+ * 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'relative'
11
11
  * Defaults to 'bottom-right'.
12
12
  */
13
13
  buttonPosition?: DevtoolsButtonPosition;
14
14
  /**
15
- * The position of the TanStack Query devtools panel.
15
+ * The position of the Svelte Query devtools panel.
16
16
  * 'top' | 'bottom' | 'left' | 'right'
17
17
  * Defaults to 'bottom'.
18
18
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/svelte-query-devtools",
3
- "version": "6.1.25",
3
+ "version": "6.1.26",
4
4
  "description": "Developer tools to interact with and visualize the TanStack/svelte-query cache",
5
5
  "author": "Lachlan Collins",
6
6
  "license": "MIT",
@@ -39,7 +39,7 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "esm-env": "^1.2.1",
42
- "@tanstack/query-devtools": "5.100.6"
42
+ "@tanstack/query-devtools": "5.100.7"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@sveltejs/package": "^2.4.0",
@@ -49,11 +49,11 @@
49
49
  "svelte": "^5.39.3",
50
50
  "svelte-check": "^4.4.5",
51
51
  "typescript": "5.9.3",
52
- "@tanstack/svelte-query": "6.1.25"
52
+ "@tanstack/svelte-query": "6.1.26"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "svelte": "^5.25.0",
56
- "@tanstack/svelte-query": "^6.1.25"
56
+ "@tanstack/svelte-query": "^6.1.26"
57
57
  },
58
58
  "scripts": {
59
59
  "clean": "premove ./dist ./coverage ./.svelte-kit ./dist-ts",
@@ -16,13 +16,13 @@
16
16
  */
17
17
  initialIsOpen?: boolean
18
18
  /**
19
- * The position of the TanStack Query logo to open and close the devtools panel.
20
- * 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'
19
+ * The position of the TanStack logo to open and close the devtools panel.
20
+ * 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'relative'
21
21
  * Defaults to 'bottom-right'.
22
22
  */
23
23
  buttonPosition?: DevtoolsButtonPosition
24
24
  /**
25
- * The position of the TanStack Query devtools panel.
25
+ * The position of the Svelte Query devtools panel.
26
26
  * 'top' | 'bottom' | 'left' | 'right'
27
27
  * Defaults to 'bottom'.
28
28
  */