@tanstack/query-devtools 5.8.4 → 5.8.8
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/{3NHE6LPY.jsx → 3XM2XICE.jsx} +1 -0
- package/build/Devtools/{W6R25HSA.jsx → DKV2AFO3.jsx} +1 -0
- package/build/Devtools/{4HZPHOEU.js → SZIKXSIQ.js} +1 -0
- package/build/Devtools/{RC3HOX77.js → YNBGVEJ4.js} +1 -0
- package/build/dev.cjs +1 -0
- package/build/dev.js +1 -1
- package/build/dev.jsx +1 -1
- package/build/index.cjs +1 -0
- package/build/index.js +1 -1
- package/build/index.jsx +1 -1
- package/package.json +2 -2
- package/src/Explorer.tsx +1 -0
|
@@ -10364,6 +10364,7 @@ var stylesFactory = (theme) => {
|
|
|
10364
10364
|
`,
|
|
10365
10365
|
label: u`
|
|
10366
10366
|
color: ${t2(colors.gray[700], colors.gray[300])};
|
|
10367
|
+
white-space: nowrap;
|
|
10367
10368
|
`,
|
|
10368
10369
|
value: u`
|
|
10369
10370
|
color: ${t2(colors.purple[600], colors.purple[400])};
|
|
@@ -10363,6 +10363,7 @@ var stylesFactory = (theme) => {
|
|
|
10363
10363
|
`,
|
|
10364
10364
|
label: u`
|
|
10365
10365
|
color: ${t2(colors.gray[700], colors.gray[300])};
|
|
10366
|
+
white-space: nowrap;
|
|
10366
10367
|
`,
|
|
10367
10368
|
value: u`
|
|
10368
10369
|
color: ${t2(colors.purple[600], colors.purple[400])};
|
package/build/dev.cjs
CHANGED
|
@@ -12916,6 +12916,7 @@ var init_Explorer = __esm({
|
|
|
12916
12916
|
`,
|
|
12917
12917
|
label: u`
|
|
12918
12918
|
color: ${t2(colors.gray[700], colors.gray[300])};
|
|
12919
|
+
white-space: nowrap;
|
|
12919
12920
|
`,
|
|
12920
12921
|
value: u`
|
|
12921
12922
|
color: ${t2(colors.purple[600], colors.purple[400])};
|
package/build/dev.js
CHANGED
|
@@ -65,7 +65,7 @@ var TanstackQueryDevtools = class {
|
|
|
65
65
|
if (this.#Component) {
|
|
66
66
|
Devtools = this.#Component;
|
|
67
67
|
} else {
|
|
68
|
-
Devtools = lazy(() => import('./Devtools/
|
|
68
|
+
Devtools = lazy(() => import('./Devtools/SZIKXSIQ.js'));
|
|
69
69
|
this.#Component = Devtools;
|
|
70
70
|
}
|
|
71
71
|
setupStyleSheet(this.#styleNonce);
|
package/build/dev.jsx
CHANGED
|
@@ -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/3XM2XICE.jsx"));
|
|
74
74
|
this.#Component = Devtools;
|
|
75
75
|
}
|
|
76
76
|
setupStyleSheet(this.#styleNonce);
|
package/build/index.cjs
CHANGED
|
@@ -12914,6 +12914,7 @@ var init_Explorer = __esm({
|
|
|
12914
12914
|
`,
|
|
12915
12915
|
label: u`
|
|
12916
12916
|
color: ${t2(colors.gray[700], colors.gray[300])};
|
|
12917
|
+
white-space: nowrap;
|
|
12917
12918
|
`,
|
|
12918
12919
|
value: u`
|
|
12919
12920
|
color: ${t2(colors.purple[600], colors.purple[400])};
|
package/build/index.js
CHANGED
|
@@ -65,7 +65,7 @@ var TanstackQueryDevtools = class {
|
|
|
65
65
|
if (this.#Component) {
|
|
66
66
|
Devtools = this.#Component;
|
|
67
67
|
} else {
|
|
68
|
-
Devtools = lazy(() => import('./Devtools/
|
|
68
|
+
Devtools = lazy(() => import('./Devtools/YNBGVEJ4.js'));
|
|
69
69
|
this.#Component = Devtools;
|
|
70
70
|
}
|
|
71
71
|
setupStyleSheet(this.#styleNonce);
|
package/build/index.jsx
CHANGED
|
@@ -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/DKV2AFO3.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.8.
|
|
3
|
+
"version": "5.8.8",
|
|
4
4
|
"description": "Developer tools to interact with and visualize the TanStack Query cache",
|
|
5
5
|
"author": "tannerlinsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"superjson": "^1.12.4",
|
|
51
51
|
"tsup-preset-solid": "^2.1.0",
|
|
52
52
|
"vite-plugin-solid": "^2.7.2",
|
|
53
|
-
"@tanstack/query-core": "5.8.
|
|
53
|
+
"@tanstack/query-core": "5.8.7"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"clean": "rimraf ./build && rimraf ./coverage",
|
package/src/Explorer.tsx
CHANGED