@nocobase/plugin-workflow-notification 1.7.0-beta.1 → 1.7.0-beta.3

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.1",
14
- "@nocobase/plugin-notification-manager": "1.7.0-beta.1",
15
- "@nocobase/client": "1.7.0-beta.1",
13
+ "@nocobase/plugin-workflow": "1.7.0-beta.3",
14
+ "@nocobase/plugin-notification-manager": "1.7.0-beta.3",
15
+ "@nocobase/client": "1.7.0-beta.3",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "1.7.0-beta.1"
17
+ "@nocobase/server": "1.7.0-beta.3"
18
18
  };
@@ -0,0 +1,6 @@
1
+ {
2
+ "Notification": "Benachrichtigung",
3
+ "Send notification. You can use the variables in the upstream nodes as content and ohter config.": "Benachrichtigung senden. Sie können die Variablen in den vorgelagerten Knoten als Inhalt und andere Konfiguration verwenden.",
4
+ "Send email. You can use the variables in the upstream nodes as receivers, subject and content of the email.": "E-Mail senden durch Aufruf des SMTP-Dienstes. Sie können die Variablen in den vorgelagerten Knoten als Empfänger, Betreff und Inhalt der E-Mail verwenden.",
5
+ "Ignore failed sending and continue workflow": "Fehlgeschlagenen Versand ignorieren und Workflow fortsetzen"
6
+ }
@@ -0,0 +1,4 @@
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
+ }
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.1",
7
+ "version": "1.7.0-beta.3",
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": "374a1bc60b3d55fd8b532a57c8fe0423eed1d11e"
26
+ "gitHead": "8d52cb1d366a968f87c1cd3f98f55f24be3056a5"
27
27
  }