@fileverse-dev/fortune-core 1.0.2-mod-88-patch-2 → 1.0.2-mod-90

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
@@ -75502,7 +75502,6 @@ function extractFormulaCellOps(ops) {
75502
75502
  }
75503
75503
  function patchToOp(ctx, patches, options) {
75504
75504
  var undo = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false;
75505
- console.log("patchToOp", patches);
75506
75505
  var ops = patches.map(function (p) {
75507
75506
  var op = {
75508
75507
  op: p.op,
package/dist/index.js CHANGED
@@ -75512,7 +75512,6 @@ function extractFormulaCellOps(ops) {
75512
75512
  }
75513
75513
  function patchToOp(ctx, patches, options) {
75514
75514
  var undo = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false;
75515
- console.log("patchToOp", patches);
75516
75515
  var ops = patches.map(function (p) {
75517
75516
  var op = {
75518
75517
  op: p.op,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.0.2-mod-88-patch-2",
3
+ "version": "1.0.2-mod-90",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "repository": "https://github.com/ruilisi/fortune-sheet",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "@fileverse-dev/formula-parser": "0.2.13-mod-24-patch-2",
13
+ "@fileverse-dev/formula-parser": "0.2.13-mod-25",
14
14
  "dayjs": "^1.11.0",
15
15
  "immer": "^9.0.12",
16
16
  "lodash": "^4.17.21",