@leankylin-sheet/core 5.2.1 → 5.2.2

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.esm.js CHANGED
@@ -46603,7 +46603,6 @@ function calculateSheetFromula(ctx, id) {
46603
46603
  setCellValue$1(ctx, r, c, result[1], null, {
46604
46604
  id: id
46605
46605
  });
46606
- insertUpdateFunctionGroup(ctx, r, c, id);
46607
46606
  }
46608
46607
  }
46609
46608
  file.calcChain = uniqBy(calcChain, function (item) {
package/dist/index.js CHANGED
@@ -46613,7 +46613,6 @@ function calculateSheetFromula(ctx, id) {
46613
46613
  setCellValue$1(ctx, r, c, result[1], null, {
46614
46614
  id: id
46615
46615
  });
46616
- insertUpdateFunctionGroup(ctx, r, c, id);
46617
46616
  }
46618
46617
  }
46619
46618
  file.calcChain = _.uniqBy(calcChain, function (item) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leankylin-sheet/core",
3
- "version": "5.2.1",
3
+ "version": "5.2.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "build": "father-build"
14
14
  },
15
15
  "dependencies": {
16
- "@leankylin-sheet/formula-parser": "5.2.1",
16
+ "@leankylin-sheet/formula-parser": "5.2.2",
17
17
  "dayjs": "^1.11.0",
18
18
  "immer": "^9.0.12",
19
19
  "lodash": "^4.17.21",