@tanstack/vue-query-devtools 5.8.2 → 5.8.4
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Yi = Object.defineProperty;
|
|
2
2
|
var Xi = (e, t, n) => t in e ? Yi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
3
|
var Br = (e, t, n) => (Xi(e, typeof t != "symbol" ? t + "" : t, n), n);
|
|
4
|
-
import { d as In, s as Gn, m as Vn, c as z, g as Zi, a as D, b as v, e as U, o as It, i as E, f as G, h as or, j, k as V, u as Se, t as q, l as tn, S as R, n as I, p as Rr, q as Ji, r as ze, v as F, w as es, x as Et, y as Ct, z as ts, A as xn, F as qo, $ as ct, B as $n, C as jn, D as ns, E as Be, G as ke, I as rs, H as ir, J as Qt, K as Nr, L as J, P as os, M as is, N as ss, O as qn, Q as ls, R as as, T as cs, U as Pn, V as us, W as ds } from "./devtools.vue_vue_type_script_setup_true_lang-
|
|
4
|
+
import { d as In, s as Gn, m as Vn, c as z, g as Zi, a as D, b as v, e as U, o as It, i as E, f as G, h as or, j, k as V, u as Se, t as q, l as tn, S as R, n as I, p as Rr, q as Ji, r as ze, v as F, w as es, x as Et, y as Ct, z as ts, A as xn, F as qo, $ as ct, B as $n, C as jn, D as ns, E as Be, G as ke, I as rs, H as ir, J as Qt, K as Nr, L as J, P as os, M as is, N as ss, O as qn, Q as ls, R as as, T as cs, U as Pn, V as us, W as ds } from "./devtools.vue_vue_type_script_setup_true_lang-9a32b48e.js";
|
|
5
5
|
import "vue";
|
|
6
6
|
var Po = {
|
|
7
7
|
À: "A",
|
|
@@ -7089,7 +7089,9 @@ var Ju = () => {
|
|
|
7089
7089
|
}), null), G(() => I(i, O(_`
|
|
7090
7090
|
& .tsqd-panel-transition-exit-active,
|
|
7091
7091
|
& .tsqd-panel-transition-enter-active {
|
|
7092
|
-
transition:
|
|
7092
|
+
transition:
|
|
7093
|
+
opacity 0.3s,
|
|
7094
|
+
transform 0.3s;
|
|
7093
7095
|
}
|
|
7094
7096
|
|
|
7095
7097
|
& .tsqd-panel-transition-exit-to,
|
|
@@ -7099,7 +7101,9 @@ var Ju = () => {
|
|
|
7099
7101
|
|
|
7100
7102
|
& .tsqd-button-transition-exit-active,
|
|
7101
7103
|
& .tsqd-button-transition-enter-active {
|
|
7102
|
-
transition:
|
|
7104
|
+
transition:
|
|
7105
|
+
opacity 0.3s,
|
|
7106
|
+
transform 0.3s;
|
|
7103
7107
|
}
|
|
7104
7108
|
|
|
7105
7109
|
& .tsqd-button-transition-exit-to,
|
|
@@ -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("./RC3HOX77-763401c4.js")), b(this, re, a)), Lr(m(this, ve));
|
|
2256
2256
|
const u = this;
|
|
2257
2257
|
return Sn(a, En({
|
|
2258
2258
|
get queryFlavor() {
|
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.8.
|
|
3
|
+
"version": "5.8.4",
|
|
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.8.
|
|
42
|
+
"@tanstack/query-devtools": "5.8.4"
|
|
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.4.11",
|
|
49
|
-
"@tanstack/vue-query": "5.8.
|
|
49
|
+
"@tanstack/vue-query": "5.8.4"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"vue": "^3.3.0"
|