@fileverse-dev/dsheet 1.1.10 → 1.1.12
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/index.es.js +10 -6
- package/dist/style.css +1 -1
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -11135,7 +11135,7 @@ If "derivatives": exchange name (e.g., "binance_futures", "hyperliquid", "weex-f
|
|
|
11135
11135
|
LOGO: "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://docs.sim.dune.com&size=32",
|
|
11136
11136
|
BRAND_COLOR: "#fef7f5",
|
|
11137
11137
|
BRAND_SECONDARY_COLOR: "#f9ab99",
|
|
11138
|
-
n: "
|
|
11138
|
+
n: "DUNE",
|
|
11139
11139
|
t: 20,
|
|
11140
11140
|
d: "Query Sim APIs for blockchain activity, token prices, and token-holder data.",
|
|
11141
11141
|
a: "Query Sim APIs for blockchain activity, token prices, and token-holder data.",
|
|
@@ -76479,13 +76479,17 @@ function kl({ url: e, serviceName: r, headers: t = {} }) {
|
|
|
76479
76479
|
HEADERS: {
|
|
76480
76480
|
"target-url": c,
|
|
76481
76481
|
method: "GET",
|
|
76482
|
-
"Content-Type": "application/json"
|
|
76482
|
+
"Content-Type": "application/json",
|
|
76483
|
+
"Cache-Control": "no-store",
|
|
76484
|
+
Pragma: "no-cache"
|
|
76483
76485
|
}
|
|
76484
76486
|
};
|
|
76485
76487
|
}
|
|
76486
76488
|
return {
|
|
76487
76489
|
URL: e,
|
|
76488
76490
|
HEADERS: {
|
|
76491
|
+
"Cache-Control": "no-store",
|
|
76492
|
+
Pragma: "no-cache",
|
|
76489
76493
|
...t
|
|
76490
76494
|
}
|
|
76491
76495
|
};
|
|
@@ -77312,7 +77316,7 @@ async function t1e() {
|
|
|
77312
77316
|
}
|
|
77313
77317
|
return p;
|
|
77314
77318
|
} catch (r) {
|
|
77315
|
-
return Gi(r, "
|
|
77319
|
+
return Gi(r, "DUNE");
|
|
77316
77320
|
}
|
|
77317
77321
|
}
|
|
77318
77322
|
async function r1e() {
|
|
@@ -77455,7 +77459,7 @@ const c1e = { errors: $te, symbols: nie, date: are }, fd = /* @__PURE__ */ Objec
|
|
|
77455
77459
|
DSTDEV: Tse,
|
|
77456
77460
|
DSTDEVP: Mse,
|
|
77457
77461
|
DSUM: Ese,
|
|
77458
|
-
|
|
77462
|
+
DUNE: t1e,
|
|
77459
77463
|
DVAR: Ase,
|
|
77460
77464
|
DVARP: Sse,
|
|
77461
77465
|
EDATE: fie,
|
|
@@ -173952,7 +173956,7 @@ const f9t = (e, r, t = "Anonymous", a = !0, n = "") => {
|
|
|
173952
173956
|
{
|
|
173953
173957
|
align: "start",
|
|
173954
173958
|
alignOffset: 0,
|
|
173955
|
-
className: "w-72 export-content",
|
|
173959
|
+
className: "w-72 export-content-popover",
|
|
173956
173960
|
elevation: 2,
|
|
173957
173961
|
side: "bottom",
|
|
173958
173962
|
sideOffset: 4,
|
|
@@ -174083,7 +174087,7 @@ const f9t = (e, r, t = "Anonymous", a = !0, n = "") => {
|
|
|
174083
174087
|
{
|
|
174084
174088
|
align: "end",
|
|
174085
174089
|
alignOffset: 0,
|
|
174086
|
-
className: "export-content !w-[235px]",
|
|
174090
|
+
className: "export-content-popover !w-[235px]",
|
|
174087
174091
|
elevation: 2,
|
|
174088
174092
|
side: "bottom",
|
|
174089
174093
|
sideOffset: 4,
|