@fileverse-dev/fortune-core 1.0.2-mod-90 → 1.0.2-mod-88-patch-3
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 +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -75502,6 +75502,7 @@ 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);
|
|
75505
75506
|
var ops = patches.map(function (p) {
|
|
75506
75507
|
var op = {
|
|
75507
75508
|
op: p.op,
|
package/dist/index.js
CHANGED
|
@@ -75512,6 +75512,7 @@ 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);
|
|
75515
75516
|
var ops = patches.map(function (p) {
|
|
75516
75517
|
var op = {
|
|
75517
75518
|
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-
|
|
3
|
+
"version": "1.0.2-mod-88-patch-3",
|
|
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-
|
|
13
|
+
"@fileverse-dev/formula-parser": "0.2.13-mod-24-patch-3",
|
|
14
14
|
"dayjs": "^1.11.0",
|
|
15
15
|
"immer": "^9.0.12",
|
|
16
16
|
"lodash": "^4.17.21",
|