@fileverse-dev/fortune-core 1.1.10-live-query-v8 → 1.1.11-patch-1

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.
@@ -1499,9 +1499,6 @@ function copy(ctx) {
1499
1499
  continue;
1500
1500
  }
1501
1501
  var cell = (_c = flowdata === null || flowdata === void 0 ? void 0 : flowdata[copyR]) === null || _c === void 0 ? void 0 : _c[copyC];
1502
- console.log("COPIED CELL", {
1503
- cell: cell
1504
- });
1505
1502
  if (!_lodash.default.isNil((_d = cell === null || cell === void 0 ? void 0 : cell.mc) === null || _d === void 0 ? void 0 : _d.rs)) {
1506
1503
  HasMC = true;
1507
1504
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.1.10-live-query-v8",
3
+ "version": "1.1.11-patch-1",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -15,7 +15,7 @@
15
15
  "dev": "father-build --watch"
16
16
  },
17
17
  "dependencies": {
18
- "@fileverse-dev/formula-parser": "0.2.61-live-query-v7",
18
+ "@fileverse-dev/formula-parser": "0.2.62",
19
19
  "dayjs": "^1.11.0",
20
20
  "immer": "^9.0.12",
21
21
  "lodash": "^4.17.21",