@tanstack/vue-query-devtools 5.12.1 → 5.13.3
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.
|
@@ -2252,7 +2252,7 @@ var oi = (e, t = !1) => {
|
|
|
2252
2252
|
const t = $n(() => {
|
|
2253
2253
|
const [n] = m(this, J), [r] = m(this, ee), [i] = m(this, te), [s] = m(this, ne), [o] = m(this, Z);
|
|
2254
2254
|
let a;
|
|
2255
|
-
m(this, re) ? a = m(this, re) : (a = xn(() => import("./
|
|
2255
|
+
m(this, re) ? a = m(this, re) : (a = xn(() => import("./XEIAQO4C-41881724.js")), b(this, re, a)), Lr(m(this, ve));
|
|
2256
2256
|
const u = this;
|
|
2257
2257
|
return Sn(a, En({
|
|
2258
2258
|
get queryFlavor() {
|
|
@@ -2372,10 +2372,10 @@ export {
|
|
|
2372
2372
|
si as r,
|
|
2373
2373
|
ai as s,
|
|
2374
2374
|
oi as t,
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2375
|
+
jr as u,
|
|
2376
|
+
le as v,
|
|
2377
|
+
vt as w,
|
|
2378
|
+
Ur as x,
|
|
2379
2379
|
Kr as y,
|
|
2380
2380
|
qr as z
|
|
2381
2381
|
};
|
package/dist/index.js
CHANGED
package/dist/production.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/vue-query-devtools",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.13.3",
|
|
4
4
|
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache",
|
|
5
5
|
"author": "tannerlinsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"src"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@tanstack/query-devtools": "5.
|
|
42
|
+
"@tanstack/query-devtools": "5.13.3"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
46
46
|
"vue": "^3.3.0",
|
|
47
47
|
"vue-tsc": "^1.8.21",
|
|
48
48
|
"vite": "^4.5.0",
|
|
49
|
-
"@tanstack/vue-query": "5.12.
|
|
49
|
+
"@tanstack/vue-query": "5.12.2"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"vue": "^3.3.0"
|