@tanstack/solid-query-devtools 5.51.15 → 5.51.16

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.
@@ -47,8 +47,8 @@ function SolidQueryDevtools(props) {
47
47
  onCleanup(() => devtools.unmount());
48
48
  });
49
49
  return (() => {
50
- const _el$ = _tmpl$();
51
- const _ref$ = ref;
50
+ var _el$ = _tmpl$();
51
+ var _ref$ = ref;
52
52
  typeof _ref$ === "function" ? use(_ref$, _el$) : ref = _el$;
53
53
  return _el$;
54
54
  })();
package/build/dev.cjs CHANGED
@@ -63,8 +63,8 @@ function SolidQueryDevtools(props) {
63
63
  solidJs.onCleanup(() => devtools.unmount());
64
64
  });
65
65
  return (() => {
66
- const _el$ = _tmpl$();
67
- const _ref$ = ref;
66
+ var _el$ = _tmpl$();
67
+ var _ref$ = ref;
68
68
  typeof _ref$ === "function" ? web.use(_ref$, _el$) : ref = _el$;
69
69
  return _el$;
70
70
  })();
package/build/dev.js CHANGED
@@ -1,7 +1,7 @@
1
- import { clientOnly } from './chunk/E5RSUBQ2.js';
1
+ import { clientOnly } from './chunk/LI74GHL5.js';
2
2
  import { isDev } from 'solid-js/web';
3
3
 
4
- var SolidQueryDevtools = isDev ? clientOnly(() => import('./devtools/E6F574RQ.js')) : function() {
4
+ var SolidQueryDevtools = isDev ? clientOnly(() => import('./devtools/2BVXGBPD.js')) : function() {
5
5
  return null;
6
6
  };
7
7
 
@@ -1 +1 @@
1
- export { clientOnly, SolidQueryDevtools as default } from '../chunk/E5RSUBQ2.js';
1
+ export { clientOnly, SolidQueryDevtools as default } from '../chunk/LI74GHL5.js';
package/build/index.cjs CHANGED
@@ -63,8 +63,8 @@ function SolidQueryDevtools(props) {
63
63
  solidJs.onCleanup(() => devtools.unmount());
64
64
  });
65
65
  return (() => {
66
- const _el$ = _tmpl$();
67
- const _ref$ = ref;
66
+ var _el$ = _tmpl$();
67
+ var _ref$ = ref;
68
68
  typeof _ref$ === "function" ? web.use(_ref$, _el$) : ref = _el$;
69
69
  return _el$;
70
70
  })();
package/build/index.js CHANGED
@@ -1,7 +1,7 @@
1
- import { clientOnly } from './chunk/E5RSUBQ2.js';
1
+ import { clientOnly } from './chunk/LI74GHL5.js';
2
2
  import { isDev } from 'solid-js/web';
3
3
 
4
- var SolidQueryDevtools = isDev ? clientOnly(() => import('./devtools/E6F574RQ.js')) : function() {
4
+ var SolidQueryDevtools = isDev ? clientOnly(() => import('./devtools/2BVXGBPD.js')) : function() {
5
5
  return null;
6
6
  };
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/solid-query-devtools",
3
- "version": "5.51.15",
3
+ "version": "5.51.16",
4
4
  "description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
@@ -42,17 +42,17 @@
42
42
  "src"
43
43
  ],
44
44
  "dependencies": {
45
- "@tanstack/query-devtools": "5.51.15"
45
+ "@tanstack/query-devtools": "5.51.16"
46
46
  },
47
47
  "devDependencies": {
48
- "solid-js": "^1.8.17",
48
+ "solid-js": "^1.8.19",
49
49
  "tsup-preset-solid": "^2.2.0",
50
50
  "vite-plugin-solid": "^2.10.2",
51
- "@tanstack/solid-query": "5.51.15"
51
+ "@tanstack/solid-query": "5.51.16"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "solid-js": "^1.6.0",
55
- "@tanstack/solid-query": "^5.51.15"
55
+ "@tanstack/solid-query": "^5.51.16"
56
56
  },
57
57
  "scripts": {}
58
58
  }