@nocobase/plugin-workflow-action-trigger 0.20.0-alpha.13 → 0.20.0-alpha.14
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 +9 -9
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"@formily/react": "2.3.0",
|
|
3
|
-
"@nocobase/client": "0.20.0-alpha.
|
|
4
|
-
"@nocobase/plugin-workflow": "0.20.0-alpha.
|
|
3
|
+
"@nocobase/client": "0.20.0-alpha.14",
|
|
4
|
+
"@nocobase/plugin-workflow": "0.20.0-alpha.14",
|
|
5
5
|
"react-i18next": "11.18.6",
|
|
6
6
|
"lodash": "4.17.21",
|
|
7
7
|
"sequelize": "6.35.2",
|
|
8
|
-
"@nocobase/database": "0.20.0-alpha.
|
|
9
|
-
"@nocobase/server": "0.20.0-alpha.
|
|
10
|
-
"@nocobase/resourcer": "0.20.0-alpha.
|
|
11
|
-
"@nocobase/actions": "0.20.0-alpha.
|
|
12
|
-
"@nocobase/plugin-workflow-test": "0.20.0-alpha.
|
|
13
|
-
"@nocobase/test": "0.20.0-alpha.
|
|
14
|
-
"@nocobase/utils": "0.20.0-alpha.
|
|
8
|
+
"@nocobase/database": "0.20.0-alpha.14",
|
|
9
|
+
"@nocobase/server": "0.20.0-alpha.14",
|
|
10
|
+
"@nocobase/resourcer": "0.20.0-alpha.14",
|
|
11
|
+
"@nocobase/actions": "0.20.0-alpha.14",
|
|
12
|
+
"@nocobase/plugin-workflow-test": "0.20.0-alpha.14",
|
|
13
|
+
"@nocobase/test": "0.20.0-alpha.14",
|
|
14
|
+
"@nocobase/utils": "0.20.0-alpha.14"
|
|
15
15
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:数据操作触发器",
|
|
5
5
|
"description": "Bind action buttons to trigger workflow events when clicked.",
|
|
6
6
|
"description.zh-CN": "可对数据操作按钮绑定,在点击后触发对应的工作流事件。",
|
|
7
|
-
"version": "0.20.0-alpha.
|
|
7
|
+
"version": "0.20.0-alpha.14",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/plugins/workflow-action-trigger",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@nocobase/server": "0.x",
|
|
22
22
|
"@nocobase/test": "0.x"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "4af62dec7c2358a7596c80cdc1cf893ca8cd57e7",
|
|
25
25
|
"keywords": [
|
|
26
26
|
"Workflow"
|
|
27
27
|
]
|