@tanstack/solid-query-devtools 5.17.15 → 5.17.18

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/build/index.d.cts CHANGED
@@ -10,7 +10,7 @@ interface DevtoolsOptions {
10
10
  /**
11
11
  * The position of the React Query logo to open and close the devtools panel.
12
12
  * 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'
13
- * Defaults to 'bottom-left'.
13
+ * Defaults to 'bottom-right'.
14
14
  */
15
15
  buttonPosition?: DevtoolsButtonPosition;
16
16
  /**
package/build/index.d.ts CHANGED
@@ -10,7 +10,7 @@ interface DevtoolsOptions {
10
10
  /**
11
11
  * The position of the React Query logo to open and close the devtools panel.
12
12
  * 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'
13
- * Defaults to 'bottom-left'.
13
+ * Defaults to 'bottom-right'.
14
14
  */
15
15
  buttonPosition?: DevtoolsButtonPosition;
16
16
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/solid-query-devtools",
3
- "version": "5.17.15",
3
+ "version": "5.17.18",
4
4
  "description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
package/src/devtools.tsx CHANGED
@@ -27,7 +27,7 @@ interface DevtoolsOptions {
27
27
  /**
28
28
  * The position of the React Query logo to open and close the devtools panel.
29
29
  * 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'
30
- * Defaults to 'bottom-left'.
30
+ * Defaults to 'bottom-right'.
31
31
  */
32
32
  buttonPosition?: DevtoolsButtonPosition
33
33
  /**