@nocobase/plugin-workflow-notification 2.0.0-alpha.42 → 2.0.0-alpha.44
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
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"@ant-design/icons": "5.6.1",
|
|
13
|
-
"@nocobase/plugin-workflow": "2.0.0-alpha.
|
|
14
|
-
"@nocobase/plugin-notification-manager": "2.0.0-alpha.
|
|
15
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
13
|
+
"@nocobase/plugin-workflow": "2.0.0-alpha.44",
|
|
14
|
+
"@nocobase/plugin-notification-manager": "2.0.0-alpha.44",
|
|
15
|
+
"@nocobase/client": "2.0.0-alpha.44",
|
|
16
16
|
"react-i18next": "11.18.6",
|
|
17
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
17
|
+
"@nocobase/server": "2.0.0-alpha.44"
|
|
18
18
|
};
|
package/package.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-workflow-notification",
|
|
3
3
|
"displayName": "Workflow: notification node",
|
|
4
|
+
"displayName.ru-RU": "Рабочий процесс: Узел уведомлений",
|
|
4
5
|
"displayName.zh-CN": "工作流:通知节点",
|
|
5
6
|
"description": "Send notification in workflow.",
|
|
7
|
+
"description.ru-RU": "Отправляет уведомления в рамках рабочего процесса.",
|
|
6
8
|
"description.zh-CN": "可用于在工作流中发送各类通知。",
|
|
7
|
-
"version": "2.0.0-alpha.
|
|
9
|
+
"version": "2.0.0-alpha.44",
|
|
8
10
|
"license": "AGPL-3.0",
|
|
9
11
|
"main": "./dist/server/index.js",
|
|
10
12
|
"homepage": "https://docs.nocobase.com/handbook/workflow-smtp-mailer",
|
|
13
|
+
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/workflow-smtp-mailer",
|
|
11
14
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow-smtp-mailer",
|
|
12
15
|
"devDependencies": {
|
|
13
16
|
"antd": "5.x",
|
|
@@ -23,5 +26,5 @@
|
|
|
23
26
|
"keywords": [
|
|
24
27
|
"Workflow"
|
|
25
28
|
],
|
|
26
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "075bd484c270740fe9b02f1989818da91139b6b9"
|
|
27
30
|
}
|