@nocobase/plugin-workflow-test 2.0.0-alpha.49 → 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.
|
@@ -882,13 +882,13 @@ const builtinExpression = {
|
|
|
882
882
|
value: "math.js",
|
|
883
883
|
label: "Math.js",
|
|
884
884
|
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')}}",
|
|
885
|
-
link: "https://
|
|
885
|
+
link: "https://v2.docs.nocobase.com/calculation-engine/math"
|
|
886
886
|
},
|
|
887
887
|
{
|
|
888
888
|
value: "formula.js",
|
|
889
889
|
label: "Formula.js",
|
|
890
890
|
tooltip: '{{t("Formula.js supports most Microsoft Excel formula functions.")}}',
|
|
891
|
-
link: "https://docs.nocobase.com/
|
|
891
|
+
link: "https://v2.docs.nocobase.com/calculation-engine/formula"
|
|
892
892
|
}
|
|
893
893
|
],
|
|
894
894
|
default: "formula.js"
|
package/dist/externalVersion.js
CHANGED
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
12
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.0.0-alpha.50",
|
|
12
|
+
"@nocobase/utils": "2.0.0-alpha.50",
|
|
13
13
|
"lodash": "4.17.21",
|
|
14
|
-
"@nocobase/test": "2.0.0-alpha.
|
|
15
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
16
|
-
"@nocobase/data-source-manager": "2.0.0-alpha.
|
|
17
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
14
|
+
"@nocobase/test": "2.0.0-alpha.50",
|
|
15
|
+
"@nocobase/server": "2.0.0-alpha.50",
|
|
16
|
+
"@nocobase/data-source-manager": "2.0.0-alpha.50",
|
|
17
|
+
"@nocobase/database": "2.0.0-alpha.50"
|
|
18
18
|
};
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"displayName": "Workflow: test kit",
|
|
4
4
|
"displayName.ru-RU": "Рабочий процесс: Набор тестов",
|
|
5
5
|
"displayName.zh-CN": "工作流:测试工具包",
|
|
6
|
-
"version": "2.0.0-alpha.
|
|
6
|
+
"version": "2.0.0-alpha.50",
|
|
7
7
|
"license": "AGPL-3.0",
|
|
8
8
|
"main": "dist/server/index.js",
|
|
9
9
|
"types": "./dist/server/index.d.ts",
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
"nocobase": {
|
|
16
16
|
"internal": true
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "a6eb64abf3632e116ad0b295a7f410270a1059d1"
|
|
19
19
|
}
|