@nocobase/plugin-workflow-notification 2.0.0-alpha.56 → 2.0.0-alpha.57

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.
@@ -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.56",
14
- "@nocobase/plugin-notification-manager": "2.0.0-alpha.56",
15
- "@nocobase/client": "2.0.0-alpha.56",
13
+ "@nocobase/plugin-workflow": "2.0.0-alpha.57",
14
+ "@nocobase/plugin-notification-manager": "2.0.0-alpha.57",
15
+ "@nocobase/client": "2.0.0-alpha.57",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "2.0.0-alpha.56"
17
+ "@nocobase/server": "2.0.0-alpha.57"
18
18
  };
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Send notification in workflow.",
7
7
  "description.ru-RU": "Отправляет уведомления в рамках рабочего процесса.",
8
8
  "description.zh-CN": "可用于在工作流中发送各类通知。",
9
- "version": "2.0.0-alpha.56",
9
+ "version": "2.0.0-alpha.57",
10
10
  "license": "AGPL-3.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/workflow-smtp-mailer",
@@ -26,5 +26,5 @@
26
26
  "keywords": [
27
27
  "Workflow"
28
28
  ],
29
- "gitHead": "a26a7c3422ea8089e0f04c89c9d32ff25bc09a0c"
29
+ "gitHead": "b9ec8bc83fd86a9cadfc4fb2f87a4e015061b289"
30
30
  }