@fileverse-dev/dsheet 1.2.66 → 1.2.67

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 +1 -1
package/dist/index.es.js CHANGED
@@ -185040,7 +185040,7 @@ const V_t = (e) => {
185040
185040
  try {
185041
185041
  (r = e == null ? void 0 : e.setDataBlockCalcFunction) == null || r.call(e, (c) => {
185042
185042
  var b, g, w, x, k;
185043
- const f = (g = (b = e.newValue) == null ? void 0 : b.f) == null ? void 0 : g.split("=")[1], s = f == null ? void 0 : f.match(/^(\w+)\((.*)\)$/);
185043
+ const f = (g = (b = e.newValue) == null ? void 0 : b.f) == null ? void 0 : g.split("=")[1], s = f == null ? void 0 : f.match(/^=?(\w+)(?:\(([^)]*)\)?)?$/);
185044
185044
  if (!s)
185045
185045
  throw new Error(`Invalid function call format: ${f}`);
185046
185046
  const o = s[2];
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.2.66",
5
+ "version": "1.2.67",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {