@nocobase/plugin-workflow-manual 2.0.0-alpha.20 → 2.0.0-alpha.21
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.
- package/dist/externalVersion.js +10 -10
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.0.0-alpha.21",
|
|
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.
|
|
23
|
-
"@nocobase/plugin-mobile": "2.0.0-alpha.
|
|
24
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
25
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
26
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
27
|
-
"@nocobase/actions": "2.0.0-alpha.
|
|
28
|
-
"@nocobase/resourcer": "2.0.0-alpha.
|
|
29
|
-
"@nocobase/test": "2.0.0-alpha.
|
|
30
|
-
"@nocobase/plugin-workflow-test": "2.0.0-alpha.
|
|
22
|
+
"@nocobase/plugin-workflow": "2.0.0-alpha.21",
|
|
23
|
+
"@nocobase/plugin-mobile": "2.0.0-alpha.21",
|
|
24
|
+
"@nocobase/utils": "2.0.0-alpha.21",
|
|
25
|
+
"@nocobase/server": "2.0.0-alpha.21",
|
|
26
|
+
"@nocobase/database": "2.0.0-alpha.21",
|
|
27
|
+
"@nocobase/actions": "2.0.0-alpha.21",
|
|
28
|
+
"@nocobase/resourcer": "2.0.0-alpha.21",
|
|
29
|
+
"@nocobase/test": "2.0.0-alpha.21",
|
|
30
|
+
"@nocobase/plugin-workflow-test": "2.0.0-alpha.21",
|
|
31
31
|
"@formily/core": "2.3.7",
|
|
32
32
|
"sequelize": "6.35.2"
|
|
33
33
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:人工处理节点",
|
|
5
5
|
"description": "Could be used for workflows which some of decisions are made by users.",
|
|
6
6
|
"description.zh-CN": "用于人工控制部分决策的流程。",
|
|
7
|
-
"version": "2.0.0-alpha.
|
|
7
|
+
"version": "2.0.0-alpha.21",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/workflow-manual",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@nocobase/test": "2.x",
|
|
31
31
|
"@nocobase/utils": "2.x"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "0398c85e979d09e834952e71c5c1a1ccf1a3a8e1",
|
|
34
34
|
"keywords": [
|
|
35
35
|
"Workflow"
|
|
36
36
|
]
|