@nocobase/plugin-workflow-parallel 2.0.0-alpha.4 → 2.0.0-alpha.5

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.4",
15
- "@nocobase/plugin-workflow": "2.0.0-alpha.4",
14
+ "@nocobase/client": "2.0.0-alpha.5",
15
+ "@nocobase/plugin-workflow": "2.0.0-alpha.5",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "2.0.0-alpha.4",
18
- "@nocobase/plugin-workflow-test": "2.0.0-alpha.4",
19
- "@nocobase/test": "2.0.0-alpha.4",
20
- "@nocobase/utils": "2.0.0-alpha.4"
17
+ "@nocobase/server": "2.0.0-alpha.5",
18
+ "@nocobase/plugin-workflow-test": "2.0.0-alpha.5",
19
+ "@nocobase/test": "2.0.0-alpha.5",
20
+ "@nocobase/utils": "2.0.0-alpha.5"
21
21
  };
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": "2.0.0-alpha.4",
7
+ "version": "2.0.0-alpha.5",
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": "2.x",
23
23
  "@nocobase/test": "2.x"
24
24
  },
25
- "gitHead": "54f3cab47e7efbdc73377014d05f5fc66a4affbb",
25
+ "gitHead": "943e035bbec27f9ecfe8ce8857955945f20976f3",
26
26
  "keywords": [
27
27
  "Workflow"
28
28
  ]