@nocobase/plugin-workflow-parallel 2.0.0-alpha.51 → 2.0.0-alpha.53

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.51",
15
- "@nocobase/plugin-workflow": "2.0.0-alpha.51",
14
+ "@nocobase/client": "2.0.0-alpha.53",
15
+ "@nocobase/plugin-workflow": "2.0.0-alpha.53",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "2.0.0-alpha.51",
18
- "@nocobase/plugin-workflow-test": "2.0.0-alpha.51",
19
- "@nocobase/test": "2.0.0-alpha.51",
20
- "@nocobase/utils": "2.0.0-alpha.51"
17
+ "@nocobase/server": "2.0.0-alpha.53",
18
+ "@nocobase/plugin-workflow-test": "2.0.0-alpha.53",
19
+ "@nocobase/test": "2.0.0-alpha.53",
20
+ "@nocobase/utils": "2.0.0-alpha.53"
21
21
  };
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.51",
9
+ "version": "2.0.0-alpha.53",
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": "a1e34dd97f370d54f3d80a6b83ab7ddb9c72dc18",
28
+ "gitHead": "ff30cf8261f5a97b3f24c3752af5bbc564167b37",
29
29
  "keywords": [
30
30
  "Workflow"
31
31
  ]