@tanstack/query-devtools 5.0.0-alpha.82 → 5.0.0-alpha.84
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/dist/cjs/{Devtools-a3544476.cjs → Devtools-0f2840bd.cjs} +2304 -2285
- package/dist/cjs/Devtools-0f2840bd.cjs.map +1 -0
- package/dist/cjs/{index-75214373.cjs → index-edbb2275.cjs} +2 -2
- package/dist/cjs/{index-75214373.cjs.map → index-edbb2275.cjs.map} +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/{Devtools-370ac576.js → Devtools-26de9f2c.js} +2304 -2285
- package/dist/esm/Devtools-26de9f2c.js.map +1 -0
- package/dist/esm/{index-9cbc91c2.js → index-7c6d68e3.js} +3 -3
- package/dist/esm/{index-9cbc91c2.js.map → index-7c6d68e3.js.map} +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/source/Devtools.jsx +6 -6
- package/dist/source/Explorer.jsx +3 -3
- package/dist/types/Context.d.ts +1 -1
- package/dist/types/Devtools.d.ts +2 -2
- package/dist/types/index.d.ts +1 -1
- package/package.json +3 -3
- package/src/Context.ts +1 -1
- package/src/Devtools.tsx +17 -17
- package/src/Explorer.tsx +3 -3
- package/src/index.tsx +3 -3
- package/src/utils.tsx +1 -1
- package/dist/cjs/Devtools-a3544476.cjs.map +0 -1
- package/dist/esm/Devtools-370ac576.js.map +0 -1
|
@@ -1321,7 +1321,7 @@ class TanstackQueryDevtools {
|
|
|
1321
1321
|
if (this.Component) {
|
|
1322
1322
|
Devtools = this.Component;
|
|
1323
1323
|
} else {
|
|
1324
|
-
Devtools = lazy(() => import('./Devtools-
|
|
1324
|
+
Devtools = lazy(() => import('./Devtools-26de9f2c.js'));
|
|
1325
1325
|
this.Component = Devtools;
|
|
1326
1326
|
}
|
|
1327
1327
|
const _self$ = this;
|
|
@@ -1365,5 +1365,5 @@ class TanstackQueryDevtools {
|
|
|
1365
1365
|
}
|
|
1366
1366
|
}
|
|
1367
1367
|
|
|
1368
|
-
export { $TRACK as $, For as F, Index as I, Match as M, Show as S, TanstackQueryDevtools as T, createMemo as a,
|
|
1369
|
-
//# sourceMappingURL=index-
|
|
1368
|
+
export { $TRACK as $, For as F, Index as I, Match as M, Show as S, TanstackQueryDevtools as T, createMemo as a, useTransition as b, createSignal as c, createRoot as d, onMount as e, createEffect as f, createRenderEffect as g, delegateEvents as h, insert as i, createComponent as j, className as k, addEventListener as l, Switch as m, useContext as n, onCleanup as o, createContext as p, on as q, spread as r, setAttribute as s, template as t, untrack as u, mergeProps as v, use as w };
|
|
1369
|
+
//# sourceMappingURL=index-7c6d68e3.js.map
|