@fileverse-dev/dsheet 1.0.44-patch-2 → 1.0.44-patch-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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +5 -5
package/dist/index.es.js CHANGED
@@ -77745,7 +77745,7 @@ async function Fw({
77745
77745
  if (y.result.includes("Max rate limit reached"))
77746
77746
  throw new Bw(u.apiKeyName);
77747
77747
  }
77748
- return y.result;
77748
+ return e === "gas" ? [y.result] : y.result;
77749
77749
  }
77750
77750
  const zse = async (e, r) => {
77751
77751
  if (!e) return null;
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.0.44-patch-2",
5
+ "version": "1.0.44-patch-4",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -34,10 +34,10 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@fileverse-dev/dsheets-templates": "^0.0.17",
37
- "@fileverse-dev/formula-parser": "^0.2.21-patch-2",
38
- "@fileverse-dev/formulajs": "^4.4.11-mod-69",
39
- "@fileverse-dev/fortune-core": "^1.0.26-patch-2",
40
- "@fileverse-dev/fortune-react": "^1.0.26-patch-2",
37
+ "@fileverse-dev/formula-parser": "0.2.21-patch-4",
38
+ "@fileverse-dev/formulajs": "^4.4.11-mod-70",
39
+ "@fileverse-dev/fortune-core": "1.0.26-patch-4",
40
+ "@fileverse-dev/fortune-react": "1.0.26-patch-4",
41
41
  "@fileverse/ui": "^4.1.7-patch-18",
42
42
  "classnames": "^2.5.1",
43
43
  "exceljs": "^4.4.0",