@tanstack/query-devtools 5.20.1 → 5.20.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.
- package/build/Devtools/{C3WICRFF.jsx → 2TZ2XDYA.jsx} +28 -24
- package/build/Devtools/{4MFZ6GJ2.js → 6ZYZQAZS.js} +28 -24
- package/build/Devtools/{SLJ7V32M.jsx → FWYJEP5C.jsx} +28 -24
- package/build/Devtools/{BCQ5SSOV.js → ZIZ6ACOL.js} +28 -24
- package/build/chunk/{LF7D7ABG.jsx → AZNCIVVX.jsx} +178 -298
- package/build/chunk/{JYLDHR36.js → O2PITFF6.js} +178 -298
- package/build/chunk/{F4H74EX7.jsx → PQZZ5Z2E.jsx} +178 -298
- package/build/chunk/{6HEWUOJS.js → XKKA3NOX.js} +178 -298
- package/build/dev.cjs +223 -339
- package/build/dev.js +3 -3
- package/build/dev.jsx +2 -2
- package/build/index.cjs +223 -339
- package/build/index.js +3 -3
- package/build/index.jsx +2 -2
- package/package.json +5 -5
package/build/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createSignal, render, lazy, setupStyleSheet, createComponent, mergeProps } from './chunk/
|
|
1
|
+
import { createSignal, render, lazy, setupStyleSheet, createComponent, mergeProps } from './chunk/XKKA3NOX.js';
|
|
2
2
|
|
|
3
3
|
// src/index.tsx
|
|
4
4
|
var TanstackQueryDevtools = class {
|
|
@@ -56,6 +56,7 @@ var TanstackQueryDevtools = class {
|
|
|
56
56
|
throw new Error("Devtools is already mounted");
|
|
57
57
|
}
|
|
58
58
|
const dispose = render(() => {
|
|
59
|
+
const _self$ = this;
|
|
59
60
|
const [btnPosition] = this.#buttonPosition;
|
|
60
61
|
const [pos] = this.#position;
|
|
61
62
|
const [isOpen] = this.#initialIsOpen;
|
|
@@ -65,11 +66,10 @@ var TanstackQueryDevtools = class {
|
|
|
65
66
|
if (this.#Component) {
|
|
66
67
|
Devtools = this.#Component;
|
|
67
68
|
} else {
|
|
68
|
-
Devtools = lazy(() => import('./Devtools/
|
|
69
|
+
Devtools = lazy(() => import('./Devtools/6ZYZQAZS.js'));
|
|
69
70
|
this.#Component = Devtools;
|
|
70
71
|
}
|
|
71
72
|
setupStyleSheet(this.#styleNonce);
|
|
72
|
-
const _self$ = this;
|
|
73
73
|
return createComponent(Devtools, mergeProps({
|
|
74
74
|
get queryFlavor() {
|
|
75
75
|
return _self$.#queryFlavor;
|
package/build/index.jsx
CHANGED
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
lazy,
|
|
4
4
|
render,
|
|
5
5
|
setupStyleSheet
|
|
6
|
-
} from "./chunk/
|
|
6
|
+
} from "./chunk/AZNCIVVX.jsx";
|
|
7
7
|
|
|
8
8
|
// src/index.tsx
|
|
9
9
|
var TanstackQueryDevtools = class {
|
|
@@ -70,7 +70,7 @@ var TanstackQueryDevtools = class {
|
|
|
70
70
|
if (this.#Component) {
|
|
71
71
|
Devtools = this.#Component;
|
|
72
72
|
} else {
|
|
73
|
-
Devtools = lazy(() => import("./Devtools/
|
|
73
|
+
Devtools = lazy(() => import("./Devtools/FWYJEP5C.jsx"));
|
|
74
74
|
this.#Component = Devtools;
|
|
75
75
|
}
|
|
76
76
|
setupStyleSheet(this.#styleNonce);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/query-devtools",
|
|
3
|
-
"version": "5.20.
|
|
3
|
+
"version": "5.20.2",
|
|
4
4
|
"description": "Developer tools to interact with and visualize the TanStack Query cache",
|
|
5
5
|
"author": "tannerlinsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
"@solid-primitives/keyed": "^1.2.0",
|
|
43
43
|
"@solid-primitives/resize-observer": "^2.0.22",
|
|
44
44
|
"@solid-primitives/storage": "^1.3.11",
|
|
45
|
-
"@tanstack/match-sorter-utils": "^8.8
|
|
45
|
+
"@tanstack/match-sorter-utils": "^8.11.8",
|
|
46
46
|
"clsx": "^2.0.0",
|
|
47
47
|
"goober": "^2.1.13",
|
|
48
|
-
"solid-js": "^1.8.
|
|
48
|
+
"solid-js": "^1.8.14",
|
|
49
49
|
"solid-transition-group": "^0.2.3",
|
|
50
50
|
"superjson": "^1.13.3",
|
|
51
51
|
"tsup-preset-solid": "^2.2.0",
|
|
52
|
-
"vite-plugin-solid": "^2.
|
|
53
|
-
"@tanstack/query-core": "5.20.
|
|
52
|
+
"vite-plugin-solid": "^2.9.1",
|
|
53
|
+
"@tanstack/query-core": "5.20.2"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"clean": "rimraf ./build && rimraf ./coverage",
|