@fileverse-dev/dsheet 1.1.11 → 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.
Files changed (2) hide show
  1. package/dist/index.es.js +8 -4
  2. 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: "DUNESIM",
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, "DUNESIM");
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
- DUNESIM: t1e,
77462
+ DUNE: t1e,
77459
77463
  DVAR: Ase,
77460
77464
  DVARP: Sse,
77461
77465
  EDATE: fie,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "1.1.11",
5
+ "version": "1.1.12",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@fileverse-dev/dsheets-templates": "^0.0.18",
37
- "@fileverse-dev/formulajs": "^4.4.13",
38
- "@fileverse-dev/fortune-react": "^1.1.10",
37
+ "@fileverse-dev/formulajs": "^4.4.14",
38
+ "@fileverse-dev/fortune-react": "^1.1.11",
39
39
  "@fileverse/ui": "^4.1.7-patch-21",
40
40
  "classnames": "^2.5.1",
41
41
  "exceljs": "^4.4.0",
@@ -78,4 +78,4 @@
78
78
  "typescript": "^5.2.2",
79
79
  "vite": "^5.0.0"
80
80
  }
81
- }
81
+ }