@nocobase/plugin-workflow-notification 1.7.0-beta.31 → 1.7.0-beta.32

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": "1.7.0-beta.31",
14
- "@nocobase/plugin-notification-manager": "1.7.0-beta.31",
15
- "@nocobase/client": "1.7.0-beta.31",
13
+ "@nocobase/plugin-workflow": "1.7.0-beta.32",
14
+ "@nocobase/plugin-notification-manager": "1.7.0-beta.32",
15
+ "@nocobase/client": "1.7.0-beta.32",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "1.7.0-beta.31"
17
+ "@nocobase/server": "1.7.0-beta.32"
18
18
  };
@@ -1,4 +1,4 @@
1
1
  {
2
- "Send email. You can use the variables in the upstream nodes as receivers, subject and content of the email.": "Send email by calling SMTP service. You can use the variables in the upstream nodes as receivers, subject and content of the email.",
3
- "Ignore failed sending and continue workflow": "Ignore failed sending and continue workflow"
4
- }
2
+ "Notification": "Notification",
3
+ "Send notification. You can use the variables in the upstream nodes as content and ohter config.": "Send notification. You can use the variables in the upstream nodes as content and ohter config."
4
+ }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "工作流:通知节点",
5
5
  "description": "Send notification in workflow.",
6
6
  "description.zh-CN": "可用于在工作流中发送各类通知。",
7
- "version": "1.7.0-beta.31",
7
+ "version": "1.7.0-beta.32",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/workflow-smtp-mailer",
@@ -23,5 +23,5 @@
23
23
  "keywords": [
24
24
  "Workflow"
25
25
  ],
26
- "gitHead": "84bf8bcfeeaf3a05086e24cef00507ca209ac3c5"
26
+ "gitHead": "d78ca2740143209c6a16002e0c36e3256ed5fd88"
27
27
  }