@nocobase/plugin-workflow-notification 1.7.0-beta.6 → 1.7.0-beta.8

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.6",
14
- "@nocobase/plugin-notification-manager": "1.7.0-beta.6",
15
- "@nocobase/client": "1.7.0-beta.6",
13
+ "@nocobase/plugin-workflow": "1.7.0-beta.8",
14
+ "@nocobase/plugin-notification-manager": "1.7.0-beta.8",
15
+ "@nocobase/client": "1.7.0-beta.8",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "1.7.0-beta.6"
17
+ "@nocobase/server": "1.7.0-beta.8"
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.": "Invia email chiamando il servizio SMTP. Puoi usare le variabili nei nodi upstream come destinatari, oggetto e contenuto dell'email.",
3
- "Ignore failed sending and continue workflow": "Ignora l'invio fallito e continua il workflow"
2
+ "Notification": "Notifiche",
3
+ "Send notification. You can use the variables in the upstream nodes as content and ohter config.": "Invia notifica. Puoi usare le variabili nei nodi upstream come contenuto e altre configurazioni"
4
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.6",
7
+ "version": "1.7.0-beta.8",
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": "4f1d3fa20b508322cc063b424588123e4ecc1c5f"
26
+ "gitHead": "9ad35ee90db98d95dfa660645d155f4f4e81b47c"
27
27
  }