@fileverse-dev/fortune-core 1.0.2-mod-99 → 1.0.2-mod-101
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 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -57013,7 +57013,7 @@ function filterAndPickOthers(allItems, nameArray) {
|
|
|
57013
57013
|
var result = [].concat(matched, _toConsumableArray(others));
|
|
57014
57014
|
return result;
|
|
57015
57015
|
}
|
|
57016
|
-
var PROMOTED_CRYPTO_FUNCTIONS = ["
|
|
57016
|
+
var PROMOTED_CRYPTO_FUNCTIONS = ["EOA", "UNISWAP", "COINGECKO", "DEFILLAMA", "GNOSIS", "BASE"];
|
|
57017
57017
|
function rangeHightlightselected(ctx, $editor) {
|
|
57018
57018
|
var currSelection = getrangeseleciton();
|
|
57019
57019
|
if (!currSelection) return;
|
package/dist/index.js
CHANGED
|
@@ -57023,7 +57023,7 @@ function filterAndPickOthers(allItems, nameArray) {
|
|
|
57023
57023
|
var result = [].concat(matched, _toConsumableArray(others));
|
|
57024
57024
|
return result;
|
|
57025
57025
|
}
|
|
57026
|
-
var PROMOTED_CRYPTO_FUNCTIONS = ["
|
|
57026
|
+
var PROMOTED_CRYPTO_FUNCTIONS = ["EOA", "UNISWAP", "COINGECKO", "DEFILLAMA", "GNOSIS", "BASE"];
|
|
57027
57027
|
function rangeHightlightselected(ctx, $editor) {
|
|
57028
57028
|
var currSelection = getrangeseleciton();
|
|
57029
57029
|
if (!currSelection) return;
|
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-101",
|
|
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-34",
|
|
14
14
|
"dayjs": "^1.11.0",
|
|
15
15
|
"immer": "^9.0.12",
|
|
16
16
|
"lodash": "^4.17.21",
|