@nocobase/plugin-workflow-test 1.7.0-beta.20 → 1.7.0-beta.21

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.
@@ -888,7 +888,7 @@ const builtinExpression = {
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://formulajs.info/functions/"
891
+ link: "https://docs.nocobase.com/handbook/calculation-engines/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": "1.7.0-beta.20",
12
- "@nocobase/utils": "1.7.0-beta.20",
11
+ "@nocobase/client": "1.7.0-beta.21",
12
+ "@nocobase/utils": "1.7.0-beta.21",
13
13
  "lodash": "4.17.21",
14
- "@nocobase/test": "1.7.0-beta.20",
15
- "@nocobase/server": "1.7.0-beta.20",
16
- "@nocobase/data-source-manager": "1.7.0-beta.20",
17
- "@nocobase/database": "1.7.0-beta.20"
14
+ "@nocobase/test": "1.7.0-beta.21",
15
+ "@nocobase/server": "1.7.0-beta.21",
16
+ "@nocobase/data-source-manager": "1.7.0-beta.21",
17
+ "@nocobase/database": "1.7.0-beta.21"
18
18
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nocobase/plugin-workflow-test",
3
3
  "displayName": "Workflow: test kit",
4
4
  "displayName.zh-CN": "工作流:测试工具包",
5
- "version": "1.7.0-beta.20",
5
+ "version": "1.7.0-beta.21",
6
6
  "license": "AGPL-3.0",
7
7
  "main": "dist/server/index.js",
8
8
  "types": "./dist/server/index.d.ts",
@@ -11,5 +11,5 @@
11
11
  "@nocobase/server": "1.x",
12
12
  "@nocobase/test": "1.x"
13
13
  },
14
- "gitHead": "178910a2afe33bd4850e2519507d32b631a380fc"
14
+ "gitHead": "845f6124b170717387ba9d7ebf3cc2df7a861bc3"
15
15
  }