@nocobase/plugin-workflow-manual 2.0.0-alpha.43 → 2.0.0-alpha.45

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.
@@ -8,7 +8,7 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-alpha.43",
11
+ "@nocobase/client": "2.0.0-alpha.45",
12
12
  "react": "18.2.0",
13
13
  "react-router-dom": "6.30.1",
14
14
  "@formily/react": "2.3.7",
@@ -19,15 +19,15 @@ module.exports = {
19
19
  "dayjs": "1.11.13",
20
20
  "react-i18next": "11.18.6",
21
21
  "lodash": "4.17.21",
22
- "@nocobase/plugin-workflow": "2.0.0-alpha.43",
23
- "@nocobase/plugin-mobile": "2.0.0-alpha.43",
24
- "@nocobase/utils": "2.0.0-alpha.43",
25
- "@nocobase/server": "2.0.0-alpha.43",
26
- "@nocobase/database": "2.0.0-alpha.43",
27
- "@nocobase/actions": "2.0.0-alpha.43",
28
- "@nocobase/resourcer": "2.0.0-alpha.43",
29
- "@nocobase/test": "2.0.0-alpha.43",
30
- "@nocobase/plugin-workflow-test": "2.0.0-alpha.43",
22
+ "@nocobase/plugin-workflow": "2.0.0-alpha.45",
23
+ "@nocobase/plugin-mobile": "2.0.0-alpha.45",
24
+ "@nocobase/utils": "2.0.0-alpha.45",
25
+ "@nocobase/server": "2.0.0-alpha.45",
26
+ "@nocobase/database": "2.0.0-alpha.45",
27
+ "@nocobase/actions": "2.0.0-alpha.45",
28
+ "@nocobase/resourcer": "2.0.0-alpha.45",
29
+ "@nocobase/test": "2.0.0-alpha.45",
30
+ "@nocobase/plugin-workflow-test": "2.0.0-alpha.45",
31
31
  "@formily/core": "2.3.7",
32
32
  "sequelize": "6.35.2"
33
33
  };
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Could be used for workflows which some of decisions are made by users.",
7
7
  "description.ru-RU": "Может использоваться в рабочих процессах, где какие-то решения принимаются пользователями.",
8
8
  "description.zh-CN": "用于人工控制部分决策的流程。",
9
- "version": "2.0.0-alpha.43",
9
+ "version": "2.0.0-alpha.45",
10
10
  "license": "AGPL-3.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/workflow-manual",
@@ -33,7 +33,7 @@
33
33
  "@nocobase/test": "2.x",
34
34
  "@nocobase/utils": "2.x"
35
35
  },
36
- "gitHead": "5e1b7446db50446b80427240a38a9417f3742c05",
36
+ "gitHead": "ddb6d6b89f4f3dc49dc942d46901e9e6f159be58",
37
37
  "keywords": [
38
38
  "Workflow"
39
39
  ]