@tanstack/svelte-query-devtools 6.2.0 → 6.2.2

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.
@@ -18,13 +18,15 @@
18
18
  /**
19
19
  * The position of the TanStack logo to open and close the devtools panel.
20
20
  * 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'relative'
21
- * Defaults to 'bottom-right'.
21
+ *
22
+ * @defaultValue bottom-right
22
23
  */
23
24
  buttonPosition?: DevtoolsButtonPosition
24
25
  /**
25
26
  * The position of the Svelte Query devtools panel.
26
27
  * 'top' | 'bottom' | 'left' | 'right'
27
- * Defaults to 'bottom'.
28
+ *
29
+ * @defaultValue bottom
28
30
  */
29
31
  position?: DevtoolsPosition
30
32
  /**
@@ -8,13 +8,15 @@ interface DevtoolsOptions {
8
8
  /**
9
9
  * The position of the TanStack logo to open and close the devtools panel.
10
10
  * 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'relative'
11
- * Defaults to 'bottom-right'.
11
+ *
12
+ * @defaultValue bottom-right
12
13
  */
13
14
  buttonPosition?: DevtoolsButtonPosition;
14
15
  /**
15
16
  * The position of the Svelte Query devtools panel.
16
17
  * 'top' | 'bottom' | 'left' | 'right'
17
- * Defaults to 'bottom'.
18
+ *
19
+ * @defaultValue bottom
18
20
  */
19
21
  position?: DevtoolsPosition;
20
22
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Devtools.svelte.d.ts","sourceRoot":"","sources":["../src/Devtools.svelte.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AACzD,OAAO,KAAK,EACR,sBAAsB,EACtB,iBAAiB,EACjB,gBAAgB,EAEjB,MAAM,0BAA0B,CAAC;AAGlC,UAAU,eAAe;IACvB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB;;;;OAIG;IACH,cAAc,CAAC,EAAE,sBAAsB,CAAA;IACvC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAA;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,CAAA;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAA;IACrC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;OAEG;IACH,eAAe,CAAC,EAAE,UAAU,CAAA;IAC5B;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAA;CAC9B;AAqEH,QAAA,MAAM,QAAQ,qDAAwC,CAAC;AACvD,KAAK,QAAQ,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC5C,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Devtools.svelte.d.ts","sourceRoot":"","sources":["../src/Devtools.svelte.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AACzD,OAAO,KAAK,EACR,sBAAsB,EACtB,iBAAiB,EACjB,gBAAgB,EAEjB,MAAM,0BAA0B,CAAC;AAGlC,UAAU,eAAe;IACvB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB;;;;;OAKG;IACH,cAAc,CAAC,EAAE,sBAAsB,CAAA;IACvC;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAA;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,CAAA;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAA;IACrC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;OAEG;IACH,eAAe,CAAC,EAAE,UAAU,CAAA;IAC5B;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAA;CAC9B;AAqEH,QAAA,MAAM,QAAQ,qDAAwC,CAAC;AACvD,KAAK,QAAQ,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC5C,eAAe,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/svelte-query-devtools",
3
- "version": "6.2.0",
3
+ "version": "6.2.2",
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.103.0"
42
+ "@tanstack/query-devtools": "5.103.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@sveltejs/package": "^2.5.8",
@@ -50,11 +50,11 @@
50
50
  "svelte": "^5.39.3",
51
51
  "svelte-check": "^4.4.5",
52
52
  "typescript": "5.9.3",
53
- "@tanstack/svelte-query": "6.2.0"
53
+ "@tanstack/svelte-query": "6.2.2"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "svelte": "^5.25.0",
57
- "@tanstack/svelte-query": "^6.2.0"
57
+ "@tanstack/svelte-query": "^6.2.2"
58
58
  },
59
59
  "scripts": {
60
60
  "clean": "premove ./dist ./coverage ./.svelte-kit ./dist-ts",
@@ -18,13 +18,15 @@
18
18
  /**
19
19
  * The position of the TanStack logo to open and close the devtools panel.
20
20
  * 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'relative'
21
- * Defaults to 'bottom-right'.
21
+ *
22
+ * @defaultValue bottom-right
22
23
  */
23
24
  buttonPosition?: DevtoolsButtonPosition
24
25
  /**
25
26
  * The position of the Svelte Query devtools panel.
26
27
  * 'top' | 'bottom' | 'left' | 'right'
27
- * Defaults to 'bottom'.
28
+ *
29
+ * @defaultValue bottom
28
30
  */
29
31
  position?: DevtoolsPosition
30
32
  /**