@nocobase/plugin-workflow-test 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.
@@ -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://mathjs.org/"
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/handbook/calculation-engines/formula"
891
+ link: "https://v2.docs.nocobase.com/calculation-engine/formula"
892
892
  }
893
893
  ],
894
894
  default: "formula.js"
@@ -8,11 +8,11 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-alpha.5",
12
- "@nocobase/utils": "2.0.0-alpha.5",
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.5",
15
- "@nocobase/server": "2.0.0-alpha.5",
16
- "@nocobase/data-source-manager": "2.0.0-alpha.5",
17
- "@nocobase/database": "2.0.0-alpha.5"
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
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-workflow-test",
3
3
  "displayName": "Workflow: test kit",
4
+ "displayName.ru-RU": "Рабочий процесс: Набор тестов",
4
5
  "displayName.zh-CN": "工作流:测试工具包",
5
- "version": "2.0.0-alpha.5",
6
+ "version": "2.0.0-alpha.50",
6
7
  "license": "AGPL-3.0",
7
8
  "main": "dist/server/index.js",
8
9
  "types": "./dist/server/index.d.ts",
@@ -11,5 +12,8 @@
11
12
  "@nocobase/server": "2.x",
12
13
  "@nocobase/test": "2.x"
13
14
  },
14
- "gitHead": "943e035bbec27f9ecfe8ce8857955945f20976f3"
15
+ "nocobase": {
16
+ "internal": true
17
+ },
18
+ "gitHead": "a6eb64abf3632e116ad0b295a7f410270a1059d1"
15
19
  }