@leankylin-sheet/core 4.0.48 → 4.0.50
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
|
@@ -37660,7 +37660,6 @@ function functionCopy(ctx, txt, mode, step) {
|
|
|
37660
37660
|
txt = txt.substring(1);
|
|
37661
37661
|
}
|
|
37662
37662
|
var funcstack = txt.split("");
|
|
37663
|
-
console.log("funcstack", funcstack);
|
|
37664
37663
|
var i = 0;
|
|
37665
37664
|
var str = "";
|
|
37666
37665
|
var function_str = "";
|
package/dist/index.js
CHANGED
|
@@ -37670,7 +37670,6 @@ function functionCopy(ctx, txt, mode, step) {
|
|
|
37670
37670
|
txt = txt.substring(1);
|
|
37671
37671
|
}
|
|
37672
37672
|
var funcstack = txt.split("");
|
|
37673
|
-
console.log("funcstack", funcstack);
|
|
37674
37673
|
var i = 0;
|
|
37675
37674
|
var str = "";
|
|
37676
37675
|
var function_str = "";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leankylin-sheet/core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.50",
|
|
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": "4.0.
|
|
16
|
+
"@leankylin-sheet/formula-parser": "4.0.50",
|
|
17
17
|
"dayjs": "^1.11.0",
|
|
18
18
|
"immer": "^9.0.12",
|
|
19
19
|
"lodash": "^4.17.21",
|