@nocobase/plugin-workflow-parallel 0.20.0-alpha.9 → 0.21.0-alpha.2

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.
@@ -2,11 +2,11 @@ module.exports = {
2
2
  "react": "18.2.0",
3
3
  "antd": "5.12.8",
4
4
  "@ant-design/icons": "5.2.6",
5
- "@nocobase/client": "0.20.0-alpha.9",
6
- "@nocobase/plugin-workflow": "0.20.0-alpha.9",
5
+ "@nocobase/client": "0.21.0-alpha.2",
6
+ "@nocobase/plugin-workflow": "0.21.0-alpha.2",
7
7
  "react-i18next": "11.18.6",
8
- "@nocobase/server": "0.20.0-alpha.9",
9
- "@nocobase/plugin-workflow-test": "0.20.0-alpha.9",
10
- "@nocobase/test": "0.20.0-alpha.9",
11
- "@nocobase/utils": "0.20.0-alpha.9"
8
+ "@nocobase/server": "0.21.0-alpha.2",
9
+ "@nocobase/plugin-workflow-test": "0.21.0-alpha.2",
10
+ "@nocobase/test": "0.21.0-alpha.2",
11
+ "@nocobase/utils": "0.21.0-alpha.2"
12
12
  };
@@ -2,6 +2,7 @@
2
2
  "Parallel branch": "分支",
3
3
  "Run multiple branch processes in parallel.": "并行运行多个分支流程。",
4
4
  "Add branch": "增加分支",
5
+ "Mode": "执行模式",
5
6
  "All succeeded": "全部成功",
6
7
  "Any succeeded": "任意成功",
7
8
  "Any succeeded or failed": "任意成功或失败",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "工作流:并行分支节点",
5
5
  "description": "Could be used for parallel execution of branch processes in the workflow.",
6
6
  "description.zh-CN": "用于在工作流中需要并行执行的分支流程。",
7
- "version": "0.20.0-alpha.9",
7
+ "version": "0.21.0-alpha.2",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/workflow-parallel",
@@ -22,7 +22,7 @@
22
22
  "@nocobase/server": "0.x",
23
23
  "@nocobase/test": "0.x"
24
24
  },
25
- "gitHead": "5473d9039cfdb649a8c8c625edefc9a3ac464be5",
25
+ "gitHead": "90628f2e2da846208fb2d7966ddb4e467d187ffb",
26
26
  "keywords": [
27
27
  "Workflow"
28
28
  ]
@@ -2,6 +2,7 @@
2
2
  "Parallel branch": "分支",
3
3
  "Run multiple branch processes in parallel.": "并行运行多个分支流程。",
4
4
  "Add branch": "增加分支",
5
+ "Mode": "执行模式",
5
6
  "All succeeded": "全部成功",
6
7
  "Any succeeded": "任意成功",
7
8
  "Any succeeded or failed": "任意成功或失败",