@nocobase/plugin-workflow-custom-action-trigger 2.0.23 → 2.0.25
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
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"@formily/react": "2.3.7",
|
|
13
|
-
"@nocobase/client": "2.0.
|
|
14
|
-
"@nocobase/plugin-workflow": "2.0.
|
|
15
|
-
"@nocobase/flow-engine": "2.0.
|
|
13
|
+
"@nocobase/client": "2.0.25",
|
|
14
|
+
"@nocobase/plugin-workflow": "2.0.25",
|
|
15
|
+
"@nocobase/flow-engine": "2.0.25",
|
|
16
16
|
"@emotion/css": "11.13.0",
|
|
17
17
|
"antd": "5.24.2",
|
|
18
18
|
"react-router-dom": "6.30.1",
|
|
19
|
-
"@nocobase/utils": "2.0.
|
|
19
|
+
"@nocobase/utils": "2.0.25",
|
|
20
20
|
"react-i18next": "11.18.6",
|
|
21
21
|
"@formily/antd-v5": "1.2.3",
|
|
22
|
-
"@nocobase/plugin-error-handler": "2.0.
|
|
23
|
-
"@nocobase/data-source-manager": "2.0.
|
|
24
|
-
"@nocobase/server": "2.0.
|
|
22
|
+
"@nocobase/plugin-error-handler": "2.0.25",
|
|
23
|
+
"@nocobase/data-source-manager": "2.0.25",
|
|
24
|
+
"@nocobase/server": "2.0.25",
|
|
25
25
|
"lodash": "4.17.21",
|
|
26
|
-
"@nocobase/actions": "2.0.
|
|
27
|
-
"@nocobase/plugin-workflow-test": "2.0.
|
|
28
|
-
"@nocobase/test": "2.0.
|
|
26
|
+
"@nocobase/actions": "2.0.25",
|
|
27
|
+
"@nocobase/plugin-workflow-test": "2.0.25",
|
|
28
|
+
"@nocobase/test": "2.0.25"
|
|
29
29
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-workflow-custom-action-trigger",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.25",
|
|
4
4
|
"displayName": "Workflow: Custom action event",
|
|
5
5
|
"displayName.zh-CN": "工作流:自定义操作事件",
|
|
6
6
|
"description": "Triggers after click a custom action button.",
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
],
|
|
28
28
|
"editionLevel": 0
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "9644a56bc97170ad2b8b56333fc8fa6c35f265b3",
|
|
31
31
|
"license": "Apache-2.0"
|
|
32
32
|
}
|