@leankylin-sheet/core 5.2.18 → 5.2.19
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 +0 -1
- package/dist/index.js +0 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -46623,7 +46623,6 @@ function updateFunctionGroup(ctx) {
|
|
|
46623
46623
|
}
|
|
46624
46624
|
}
|
|
46625
46625
|
file.calcChain = calcChain;
|
|
46626
|
-
console.log('calcChain', calcChain);
|
|
46627
46626
|
}
|
|
46628
46627
|
}
|
|
46629
46628
|
function parseCellReferences(expression) {
|
package/dist/index.js
CHANGED
|
@@ -46633,7 +46633,6 @@ function updateFunctionGroup(ctx) {
|
|
|
46633
46633
|
}
|
|
46634
46634
|
}
|
|
46635
46635
|
file.calcChain = calcChain;
|
|
46636
|
-
console.log('calcChain', calcChain);
|
|
46637
46636
|
}
|
|
46638
46637
|
}
|
|
46639
46638
|
function parseCellReferences(expression) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leankylin-sheet/core",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.19",
|
|
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.
|
|
16
|
+
"@leankylin-sheet/formula-parser": "5.2.19",
|
|
17
17
|
"dayjs": "^1.11.0",
|
|
18
18
|
"immer": "^9.0.12",
|
|
19
19
|
"lodash": "^4.17.21",
|