@nocobase/evaluators 2.0.0-alpha.5 → 2.0.0-alpha.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.
|
@@ -43,6 +43,6 @@ var import_formulajs = __toESM(require("../../utils/formulajs"));
|
|
|
43
43
|
var formulajs_default = {
|
|
44
44
|
label: "Formula.js",
|
|
45
45
|
tooltip: '{{t("Formula.js supports most Microsoft Excel formula functions.")}}',
|
|
46
|
-
link: "
|
|
46
|
+
link: "FORMULAJS_DOC_URL",
|
|
47
47
|
evaluate: import_formulajs.default
|
|
48
48
|
};
|
|
@@ -43,6 +43,6 @@ var import_mathjs = __toESM(require("../../utils/mathjs"));
|
|
|
43
43
|
var mathjs_default = {
|
|
44
44
|
label: "Math.js",
|
|
45
45
|
tooltip: `{{t('Math.js comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types.')}}`,
|
|
46
|
-
link: "
|
|
46
|
+
link: "MATHJS_DOC_URL",
|
|
47
47
|
evaluate: import_mathjs.default
|
|
48
48
|
};
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/evaluators",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.50",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
7
7
|
"license": "AGPL-3.0",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@formulajs/formulajs": "4.4.9",
|
|
10
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
10
|
+
"@nocobase/utils": "2.0.0-alpha.50",
|
|
11
11
|
"mathjs": "^10.6.0"
|
|
12
12
|
},
|
|
13
13
|
"repository": {
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
16
16
|
"directory": "packages/evaluators"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "a6eb64abf3632e116ad0b295a7f410270a1059d1"
|
|
19
19
|
}
|