@nocobase/plugin-workflow-parallel 2.0.0-alpha.44 → 2.0.0-alpha.46

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,11 +11,11 @@ module.exports = {
11
11
  "react": "18.2.0",
12
12
  "antd": "5.24.2",
13
13
  "@ant-design/icons": "5.6.1",
14
- "@nocobase/client": "2.0.0-alpha.44",
15
- "@nocobase/plugin-workflow": "2.0.0-alpha.44",
14
+ "@nocobase/client": "2.0.0-alpha.46",
15
+ "@nocobase/plugin-workflow": "2.0.0-alpha.46",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "2.0.0-alpha.44",
18
- "@nocobase/plugin-workflow-test": "2.0.0-alpha.44",
19
- "@nocobase/test": "2.0.0-alpha.44",
20
- "@nocobase/utils": "2.0.0-alpha.44"
17
+ "@nocobase/server": "2.0.0-alpha.46",
18
+ "@nocobase/plugin-workflow-test": "2.0.0-alpha.46",
19
+ "@nocobase/test": "2.0.0-alpha.46",
20
+ "@nocobase/utils": "2.0.0-alpha.46"
21
21
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "Parallel branch": "并行分支",
3
3
  "Run multiple branch processes in parallel.": "并行运行多个分支流程。",
4
- "Add branch": "增加分支",
4
+ "Add branch": "添加分支",
5
5
  "Mode": "执行模式",
6
6
  "All succeeded": "全部成功",
7
7
  "Any succeeded": "任意成功",
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Could be used for parallel execution of branch processes in the workflow.",
7
7
  "description.ru-RU": "Может использоваться для параллельного выполнения ветвящихся процессов в рабочем процессе.",
8
8
  "description.zh-CN": "用于在工作流中需要并行执行的分支流程。",
9
- "version": "2.0.0-alpha.44",
9
+ "version": "2.0.0-alpha.46",
10
10
  "license": "AGPL-3.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/workflow-parallel",
@@ -25,7 +25,7 @@
25
25
  "@nocobase/server": "2.x",
26
26
  "@nocobase/test": "2.x"
27
27
  },
28
- "gitHead": "075bd484c270740fe9b02f1989818da91139b6b9",
28
+ "gitHead": "ebf3cbeea4957a914e3157f3c6b570dba685c46f",
29
29
  "keywords": [
30
30
  "Workflow"
31
31
  ]