@tanstack/solid-query-devtools 6.0.0-beta.7 → 6.0.0-rc.0
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/chunk/{P2Q55WHM.js → 46HMXOKE.js} +1 -9
- package/build/chunk/{RY5ZMUBR.js → QIJPPGKW.js} +1 -9
- package/build/dev.cjs +2 -10
- package/build/dev.js +3 -3
- package/build/dev.jsx +6 -12
- package/build/devtools/{2G7DEE34.js → 7AT5M27D.js} +1 -1
- package/build/devtools/{LSIX7NXW.js → HSTET7TP.js} +1 -1
- package/build/devtoolsPanel/{O2665ZNH.js → ENEPWAUM.js} +1 -1
- package/build/devtoolsPanel/{K27KNWGT.js → WI6DGUNI.js} +1 -1
- package/build/index.cjs +2 -10
- package/build/index.js +3 -3
- package/build/index.jsx +6 -12
- package/package.json +8 -8
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createRenderEffect, untrack, runWithOwner, sharedConfig } from 'solid-js';
|
|
2
2
|
|
|
3
|
-
// ../../node_modules/.pnpm/@solidjs+web@2.0.0-
|
|
3
|
+
// ../../node_modules/.pnpm/@solidjs+web@2.0.0-rc.0_solid-js@2.0.0-rc.0/node_modules/@solidjs/web/dist/web.js
|
|
4
4
|
var transparentOptions = {
|
|
5
5
|
transparent: true,
|
|
6
6
|
sync: true
|
|
@@ -80,14 +80,6 @@ function isHydrating(node) {
|
|
|
80
80
|
}
|
|
81
81
|
return false;
|
|
82
82
|
}
|
|
83
|
-
var ENVELOPE = /* @__PURE__ */ Symbol.for("solid.ResponseEnvelope");
|
|
84
|
-
var ResponseEnvelope = class {
|
|
85
|
-
constructor(response, value) {
|
|
86
|
-
this.response = response;
|
|
87
|
-
this.value = value;
|
|
88
|
-
}
|
|
89
|
-
};
|
|
90
|
-
ResponseEnvelope.prototype[ENVELOPE] = true;
|
|
91
83
|
var isServer = false;
|
|
92
84
|
var isDev = false;
|
|
93
85
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createRenderEffect, untrack, runWithOwner, sharedConfig } from 'solid-js';
|
|
2
2
|
|
|
3
|
-
// ../../node_modules/.pnpm/@solidjs+web@2.0.0-
|
|
3
|
+
// ../../node_modules/.pnpm/@solidjs+web@2.0.0-rc.0_solid-js@2.0.0-rc.0/node_modules/@solidjs/web/dist/dev.js
|
|
4
4
|
var transparentOptions = {
|
|
5
5
|
transparent: true,
|
|
6
6
|
sync: true
|
|
@@ -82,14 +82,6 @@ function isHydrating(node) {
|
|
|
82
82
|
}
|
|
83
83
|
return false;
|
|
84
84
|
}
|
|
85
|
-
var ENVELOPE = /* @__PURE__ */ Symbol.for("solid.ResponseEnvelope");
|
|
86
|
-
var ResponseEnvelope = class {
|
|
87
|
-
constructor(response, value) {
|
|
88
|
-
this.response = response;
|
|
89
|
-
this.value = value;
|
|
90
|
-
}
|
|
91
|
-
};
|
|
92
|
-
ResponseEnvelope.prototype[ENVELOPE] = true;
|
|
93
85
|
var isServer = false;
|
|
94
86
|
var isDev = true;
|
|
95
87
|
|
package/build/dev.cjs
CHANGED
|
@@ -85,9 +85,9 @@ function isHydrating(node) {
|
|
|
85
85
|
}
|
|
86
86
|
return false;
|
|
87
87
|
}
|
|
88
|
-
var transparentOptions, effect,
|
|
88
|
+
var transparentOptions, effect, isServer, isDev;
|
|
89
89
|
var init_dev = __esm({
|
|
90
|
-
"../../node_modules/.pnpm/@solidjs+web@2.0.0-
|
|
90
|
+
"../../node_modules/.pnpm/@solidjs+web@2.0.0-rc.0_solid-js@2.0.0-rc.0/node_modules/@solidjs/web/dist/dev.js"() {
|
|
91
91
|
transparentOptions = {
|
|
92
92
|
transparent: true,
|
|
93
93
|
sync: true
|
|
@@ -97,14 +97,6 @@ var init_dev = __esm({
|
|
|
97
97
|
...options,
|
|
98
98
|
transparent: !options.scope
|
|
99
99
|
} : transparentOptions);
|
|
100
|
-
ENVELOPE = /* @__PURE__ */ Symbol.for("solid.ResponseEnvelope");
|
|
101
|
-
ResponseEnvelope = class {
|
|
102
|
-
constructor(response, value) {
|
|
103
|
-
this.response = response;
|
|
104
|
-
this.value = value;
|
|
105
|
-
}
|
|
106
|
-
};
|
|
107
|
-
ResponseEnvelope.prototype[ENVELOPE] = true;
|
|
108
100
|
isServer = false;
|
|
109
101
|
isDev = true;
|
|
110
102
|
}
|
package/build/dev.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isDev, isServer } from './chunk/
|
|
1
|
+
import { isDev, isServer } from './chunk/QIJPPGKW.js';
|
|
2
2
|
import { createSignal, omit, sharedConfig, onSettled, createMemo, untrack } from 'solid-js';
|
|
3
3
|
|
|
4
4
|
function clientOnly(fn) {
|
|
@@ -19,10 +19,10 @@ function clientOnly(fn) {
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
// src/index.tsx
|
|
22
|
-
var SolidQueryDevtools = isDev ? clientOnly(() => import('./devtools/
|
|
22
|
+
var SolidQueryDevtools = isDev ? clientOnly(() => import('./devtools/HSTET7TP.js')) : function() {
|
|
23
23
|
return null;
|
|
24
24
|
};
|
|
25
|
-
var SolidQueryDevtoolsPanel = isDev ? clientOnly(() => import('./devtoolsPanel/
|
|
25
|
+
var SolidQueryDevtoolsPanel = isDev ? clientOnly(() => import('./devtoolsPanel/WI6DGUNI.js')) : function() {
|
|
26
26
|
return null;
|
|
27
27
|
};
|
|
28
28
|
|
package/build/dev.jsx
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
|
-
// ../../node_modules/.pnpm/@solidjs+web@2.0.0-
|
|
2
|
-
import { createRenderEffect, createMemo, sharedConfig, untrack,
|
|
1
|
+
// ../../node_modules/.pnpm/@solidjs+web@2.0.0-rc.0_solid-js@2.0.0-rc.0/node_modules/@solidjs/web/dist/dev.js
|
|
2
|
+
import { createRenderEffect, createMemo, runWithOwner, sharedConfig, untrack, flatten, createRoot, merge, createComponent, omit, createOwner, createSignal, $DEVCOMP, onCleanup, enableHydration, enforceLoadingBoundary, flush, getOwner, createEffect } from "solid-js";
|
|
3
3
|
import { Errored, For, Hydration, Loading, Match, NoHydration, Repeat, Reveal, Show, Switch, createComponent as createComponent2, getOwner as getOwner2, untrack as untrack2 } from "solid-js";
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
constructor(response, value) {
|
|
7
|
-
this.response = response;
|
|
8
|
-
this.value = value;
|
|
9
|
-
}
|
|
10
|
-
};
|
|
11
|
-
ResponseEnvelope.prototype[ENVELOPE] = true;
|
|
4
|
+
var FLASH_COOKIE = "flash";
|
|
5
|
+
var FLASH_MATCHER = new RegExp(`(?:^|;\\s*)${FLASH_COOKIE}=([^;]+)`);
|
|
12
6
|
var isServer = false;
|
|
13
7
|
var isDev = true;
|
|
14
8
|
|
|
@@ -17,7 +11,7 @@ import {
|
|
|
17
11
|
createMemo as createMemo2,
|
|
18
12
|
createSignal as createSignal2,
|
|
19
13
|
omit as omit2,
|
|
20
|
-
onSettled
|
|
14
|
+
onSettled,
|
|
21
15
|
sharedConfig as sharedConfig2,
|
|
22
16
|
untrack as untrack3
|
|
23
17
|
} from "solid-js";
|
|
@@ -32,7 +26,7 @@ function clientOnly(fn) {
|
|
|
32
26
|
const rest = omit2(props, "fallback");
|
|
33
27
|
if ((Comp = comp()) && !sharedConfig2.hydrating) return Comp(rest);
|
|
34
28
|
const [mounted, setMounted] = createSignal2(!sharedConfig2.hydrating);
|
|
35
|
-
|
|
29
|
+
onSettled(() => {
|
|
36
30
|
setMounted(true);
|
|
37
31
|
});
|
|
38
32
|
return createMemo2(
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref, template } from '../chunk/
|
|
1
|
+
import { ref, template } from '../chunk/46HMXOKE.js';
|
|
2
2
|
import { createMemo, createEffect, onSettled, runWithOwner } from 'solid-js';
|
|
3
3
|
import { useQueryClient, onlineManager } from '@tanstack/solid-query';
|
|
4
4
|
import { TanstackQueryDevtools } from '@tanstack/query-devtools';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref, template } from '../chunk/
|
|
1
|
+
import { ref, template } from '../chunk/QIJPPGKW.js';
|
|
2
2
|
import { createMemo, createEffect, onSettled, runWithOwner } from 'solid-js';
|
|
3
3
|
import { useQueryClient, onlineManager } from '@tanstack/solid-query';
|
|
4
4
|
import { TanstackQueryDevtools } from '@tanstack/query-devtools';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref, effect, style, template } from '../chunk/
|
|
1
|
+
import { ref, effect, style, template } from '../chunk/46HMXOKE.js';
|
|
2
2
|
import { createMemo, createEffect, onSettled, runWithOwner } from 'solid-js';
|
|
3
3
|
import { useQueryClient, onlineManager } from '@tanstack/solid-query';
|
|
4
4
|
import { TanstackQueryDevtoolsPanel } from '@tanstack/query-devtools';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref, effect, style, template } from '../chunk/
|
|
1
|
+
import { ref, effect, style, template } from '../chunk/QIJPPGKW.js';
|
|
2
2
|
import { createMemo, createEffect, onSettled, runWithOwner } from 'solid-js';
|
|
3
3
|
import { useQueryClient, onlineManager } from '@tanstack/solid-query';
|
|
4
4
|
import { TanstackQueryDevtoolsPanel } from '@tanstack/query-devtools';
|
package/build/index.cjs
CHANGED
|
@@ -83,9 +83,9 @@ function isHydrating(node) {
|
|
|
83
83
|
}
|
|
84
84
|
return false;
|
|
85
85
|
}
|
|
86
|
-
var transparentOptions, effect,
|
|
86
|
+
var transparentOptions, effect, isServer, isDev;
|
|
87
87
|
var init_web = __esm({
|
|
88
|
-
"../../node_modules/.pnpm/@solidjs+web@2.0.0-
|
|
88
|
+
"../../node_modules/.pnpm/@solidjs+web@2.0.0-rc.0_solid-js@2.0.0-rc.0/node_modules/@solidjs/web/dist/web.js"() {
|
|
89
89
|
transparentOptions = {
|
|
90
90
|
transparent: true,
|
|
91
91
|
sync: true
|
|
@@ -95,14 +95,6 @@ var init_web = __esm({
|
|
|
95
95
|
...options,
|
|
96
96
|
transparent: !options.scope
|
|
97
97
|
} : transparentOptions);
|
|
98
|
-
ENVELOPE = /* @__PURE__ */ Symbol.for("solid.ResponseEnvelope");
|
|
99
|
-
ResponseEnvelope = class {
|
|
100
|
-
constructor(response, value) {
|
|
101
|
-
this.response = response;
|
|
102
|
-
this.value = value;
|
|
103
|
-
}
|
|
104
|
-
};
|
|
105
|
-
ResponseEnvelope.prototype[ENVELOPE] = true;
|
|
106
98
|
isServer = false;
|
|
107
99
|
isDev = false;
|
|
108
100
|
}
|
package/build/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isDev, isServer } from './chunk/
|
|
1
|
+
import { isDev, isServer } from './chunk/46HMXOKE.js';
|
|
2
2
|
import { createSignal, omit, sharedConfig, onSettled, createMemo, untrack } from 'solid-js';
|
|
3
3
|
|
|
4
4
|
function clientOnly(fn) {
|
|
@@ -19,10 +19,10 @@ function clientOnly(fn) {
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
// src/index.tsx
|
|
22
|
-
var SolidQueryDevtools = isDev ? clientOnly(() => import('./devtools/
|
|
22
|
+
var SolidQueryDevtools = isDev ? clientOnly(() => import('./devtools/7AT5M27D.js')) : function() {
|
|
23
23
|
return null;
|
|
24
24
|
};
|
|
25
|
-
var SolidQueryDevtoolsPanel = isDev ? clientOnly(() => import('./devtoolsPanel/
|
|
25
|
+
var SolidQueryDevtoolsPanel = isDev ? clientOnly(() => import('./devtoolsPanel/ENEPWAUM.js')) : function() {
|
|
26
26
|
return null;
|
|
27
27
|
};
|
|
28
28
|
|
package/build/index.jsx
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
|
-
// ../../node_modules/.pnpm/@solidjs+web@2.0.0-
|
|
2
|
-
import { createRenderEffect, createMemo, sharedConfig, untrack,
|
|
1
|
+
// ../../node_modules/.pnpm/@solidjs+web@2.0.0-rc.0_solid-js@2.0.0-rc.0/node_modules/@solidjs/web/dist/web.js
|
|
2
|
+
import { createRenderEffect, createMemo, runWithOwner, sharedConfig, untrack, flatten, createRoot, merge, createComponent, omit, createOwner, createSignal, onCleanup, enableHydration, flush, getOwner, createEffect } from "solid-js";
|
|
3
3
|
import { Errored, For, Hydration, Loading, Match, NoHydration, Repeat, Reveal, Show, Switch, createComponent as createComponent2, getOwner as getOwner2, untrack as untrack2 } from "solid-js";
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
constructor(response, value) {
|
|
7
|
-
this.response = response;
|
|
8
|
-
this.value = value;
|
|
9
|
-
}
|
|
10
|
-
};
|
|
11
|
-
ResponseEnvelope.prototype[ENVELOPE] = true;
|
|
4
|
+
var FLASH_COOKIE = "flash";
|
|
5
|
+
var FLASH_MATCHER = new RegExp(`(?:^|;\\s*)${FLASH_COOKIE}=([^;]+)`);
|
|
12
6
|
var isServer = false;
|
|
13
7
|
var isDev = false;
|
|
14
8
|
|
|
@@ -17,7 +11,7 @@ import {
|
|
|
17
11
|
createMemo as createMemo2,
|
|
18
12
|
createSignal as createSignal2,
|
|
19
13
|
omit as omit2,
|
|
20
|
-
onSettled
|
|
14
|
+
onSettled,
|
|
21
15
|
sharedConfig as sharedConfig2,
|
|
22
16
|
untrack as untrack3
|
|
23
17
|
} from "solid-js";
|
|
@@ -32,7 +26,7 @@ function clientOnly(fn) {
|
|
|
32
26
|
const rest = omit2(props, "fallback");
|
|
33
27
|
if ((Comp = comp()) && !sharedConfig2.hydrating) return Comp(rest);
|
|
34
28
|
const [mounted, setMounted] = createSignal2(!sharedConfig2.hydrating);
|
|
35
|
-
|
|
29
|
+
onSettled(() => {
|
|
36
30
|
setMounted(true);
|
|
37
31
|
});
|
|
38
32
|
return createMemo2(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/solid-query-devtools",
|
|
3
|
-
"version": "6.0.0-
|
|
3
|
+
"version": "6.0.0-rc.0",
|
|
4
4
|
"description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache",
|
|
5
5
|
"author": "tannerlinsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -49,19 +49,19 @@
|
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@babel/core": "^7.28.0",
|
|
51
51
|
"@babel/preset-typescript": "^7.18.6",
|
|
52
|
-
"@solidjs/signals": "^2.0.0-
|
|
52
|
+
"@solidjs/signals": "^2.0.0-rc.0",
|
|
53
53
|
"@solidjs/testing-library": "^0.8.10",
|
|
54
|
-
"@solidjs/
|
|
55
|
-
"
|
|
54
|
+
"@solidjs/vite-plugin": "^3.0.0-next.27",
|
|
55
|
+
"@solidjs/web": "^2.0.0-rc.0",
|
|
56
|
+
"babel-preset-solid": "^2.0.0-rc.0",
|
|
56
57
|
"npm-run-all2": "^5.0.0",
|
|
57
|
-
"solid-js": "2.0.0-
|
|
58
|
+
"solid-js": "^2.0.0-rc.0",
|
|
58
59
|
"tsup-preset-solid": "^2.2.0",
|
|
59
|
-
"
|
|
60
|
-
"@tanstack/solid-query": "6.0.0-beta.7"
|
|
60
|
+
"@tanstack/solid-query": "6.0.0-rc.0"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"solid-js": ">=2.0.0-beta.0 <3.0.0",
|
|
64
|
-
"@tanstack/solid-query": "^6.0.0-
|
|
64
|
+
"@tanstack/solid-query": "^6.0.0-rc.0"
|
|
65
65
|
},
|
|
66
66
|
"scripts": {
|
|
67
67
|
"clean": "premove ./build ./coverage ./dist-ts",
|