@tanstack/vue-query-devtools 6.1.24 → 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.
@@ -6,13 +6,13 @@ export interface DevtoolsOptions {
6
6
  */
7
7
  initialIsOpen?: boolean;
8
8
  /**
9
- * The position of the React 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 React Query devtools panel.
15
+ * The position of the Vue Query devtools panel.
16
16
  * 'top' | 'bottom' | 'left' | 'right'
17
17
  * Defaults to 'bottom'.
18
18
  */
@@ -6,13 +6,13 @@ export interface DevtoolsOptions {
6
6
  */
7
7
  initialIsOpen?: boolean;
8
8
  /**
9
- * The position of the React 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 React Query devtools panel.
15
+ * The position of the Vue 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/vue-query-devtools",
3
- "version": "6.1.24",
3
+ "version": "6.1.26",
4
4
  "description": "Developer tools to interact with and visualize the TanStack/vue-query cache",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
@@ -42,7 +42,7 @@
42
42
  "!src/__tests__"
43
43
  ],
44
44
  "dependencies": {
45
- "@tanstack/query-devtools": "5.100.5"
45
+ "@tanstack/query-devtools": "5.100.7"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@vitejs/plugin-vue": "^5.2.4",
@@ -51,11 +51,11 @@
51
51
  "vite": "^6.4.1",
52
52
  "vue": "^3.4.27",
53
53
  "vue-tsc": "^2.2.8",
54
- "@tanstack/vue-query": "5.100.5"
54
+ "@tanstack/vue-query": "5.100.7"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "vue": "^3.3.0",
58
- "@tanstack/vue-query": "^5.100.5"
58
+ "@tanstack/vue-query": "^5.100.7"
59
59
  },
60
60
  "scripts": {
61
61
  "clean": "premove ./build ./coverage ./dist-ts",
package/src/types.ts CHANGED
@@ -12,13 +12,13 @@ export interface DevtoolsOptions {
12
12
  */
13
13
  initialIsOpen?: boolean
14
14
  /**
15
- * The position of the React Query logo to open and close the devtools panel.
16
- * 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'
15
+ * The position of the TanStack logo to open and close the devtools panel.
16
+ * 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'relative'
17
17
  * Defaults to 'bottom-right'.
18
18
  */
19
19
  buttonPosition?: DevtoolsButtonPosition
20
20
  /**
21
- * The position of the React Query devtools panel.
21
+ * The position of the Vue Query devtools panel.
22
22
  * 'top' | 'bottom' | 'left' | 'right'
23
23
  * Defaults to 'bottom'.
24
24
  */