@nocobase/plugin-workflow-delay 1.7.0-beta.31 → 1.7.0-beta.32

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.
@@ -11,8 +11,8 @@ module.exports = {
11
11
  "react": "18.2.0",
12
12
  "antd": "5.24.2",
13
13
  "@ant-design/icons": "5.6.1",
14
- "@nocobase/plugin-workflow": "1.7.0-beta.31",
15
- "@nocobase/client": "1.7.0-beta.31",
14
+ "@nocobase/plugin-workflow": "1.7.0-beta.32",
15
+ "@nocobase/client": "1.7.0-beta.32",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "1.7.0-beta.31"
17
+ "@nocobase/server": "1.7.0-beta.32"
18
18
  };
@@ -2,8 +2,9 @@
2
2
  "Delay": "Delay",
3
3
  "Delay a period of time and then continue or exit the process. Can be used to set wait or timeout times in parallel branches.": "Delay a period of time and then continue or exit the process. Can be used to set wait or timeout times in parallel branches.",
4
4
  "Duration": "Duration",
5
+ "Unit": "Unit",
5
6
  "End status": "End status",
6
7
  "Select status": "Select status",
7
8
  "Succeed and continue": "Succeed and continue",
8
9
  "Fail and exit": "Fail and exit"
9
- }
10
+ }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "工作流:延时节点",
5
5
  "description": "Could be used in workflow parallel branch for waiting other branches.",
6
6
  "description.zh-CN": "可用于工作流并行分支中等待其他分支执行完成。",
7
- "version": "1.7.0-beta.31",
7
+ "version": "1.7.0-beta.32",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/workflow-delay",
@@ -21,7 +21,7 @@
21
21
  "@nocobase/server": "1.x",
22
22
  "@nocobase/test": "1.x"
23
23
  },
24
- "gitHead": "84bf8bcfeeaf3a05086e24cef00507ca209ac3c5",
24
+ "gitHead": "d78ca2740143209c6a16002e0c36e3256ed5fd88",
25
25
  "keywords": [
26
26
  "Workflow"
27
27
  ]