@nocobase/plugin-notification-email 1.7.0-alpha.1 → 1.7.0-alpha.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.
@@ -8,10 +8,10 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.7.0-alpha.1",
11
+ "@nocobase/client": "1.7.0-alpha.3",
12
12
  "react": "18.2.0",
13
- "@nocobase/plugin-notification-manager": "1.7.0-alpha.1",
14
- "@nocobase/utils": "1.7.0-alpha.1",
15
- "@nocobase/server": "1.7.0-alpha.1",
13
+ "@nocobase/plugin-notification-manager": "1.7.0-alpha.3",
14
+ "@nocobase/utils": "1.7.0-alpha.3",
15
+ "@nocobase/server": "1.7.0-alpha.3",
16
16
  "react-i18next": "11.18.6"
17
17
  };
@@ -0,0 +1,22 @@
1
+ {
2
+ "Email": "E-Mail",
3
+ "From": "Von",
4
+ "To": "An",
5
+ "CC": "CC",
6
+ "BCC": "BCC",
7
+ "Add email address": "E-Mail-Adresse hinzufügen",
8
+ "Subject": "Betreff",
9
+ "Content": "Inhalt",
10
+ "Host": "Host",
11
+ "Port": "Port",
12
+ "Secure": "Sicher",
13
+ "Account": "Konto",
14
+ "Password" : "Passwort",
15
+ "Configure": "Konfigurieren",
16
+ "The email address that will be used as the sender": "Die E-Mail-Adresse, die als Absender verwendet wird",
17
+ "SMTP mail": "SMTP-E-Mail",
18
+ "SMTP server host": "SMTP-Server-Host",
19
+ "Content type": "Inhaltstyp",
20
+ "Plain text": "Einfacher Text",
21
+ "Transport": "Transport"
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "Email": "E-mailadres",
3
+ "From": "Van",
4
+ "To": "Naar",
5
+ "CC": "CC",
6
+ "BCC": "BCC",
7
+ "Add email address": "Voeg een e-mailadres toe",
8
+ "Subject": "Onderwerp",
9
+ "Content": "Inhoud",
10
+ "Host": "Host",
11
+ "Port": "Poort",
12
+ "Secure": "Veilig",
13
+ "Account": "Account",
14
+ "Password": "Wachtwoord",
15
+ "Configure": "Configureren",
16
+ "The email address that will be used as the sender": "Het e-mailadres dat gebruikt wordt als verzender",
17
+ "SMTP mail": "SMTP e-mail",
18
+ "SMTP server host": "SMTP server host",
19
+ "Content type": "Inhoudstype",
20
+ "Plain text": "Platte text",
21
+ "Transport": "Transport"
22
+ }
@@ -1 +1 @@
1
- {"name":"nodemailer","version":"6.9.7","description":"Easy as cake e-mail sending from your Node.js applications","main":"lib/nodemailer.js","scripts":{"test":"grunt --trace-warnings","update":"rm -rf node_modules/ package-lock.json && ncu -u && npm install"},"repository":{"type":"git","url":"https://github.com/nodemailer/nodemailer.git"},"keywords":["Nodemailer"],"author":"Andris Reinman","license":"MIT-0","bugs":{"url":"https://github.com/nodemailer/nodemailer/issues"},"homepage":"https://nodemailer.com/","devDependencies":{"@aws-sdk/client-ses":"3.433.0","aws-sdk":"2.1478.0","bunyan":"1.8.15","chai":"4.3.10","eslint-config-nodemailer":"1.2.0","eslint-config-prettier":"9.0.0","grunt":"1.6.1","grunt-cli":"1.4.3","grunt-eslint":"24.3.0","grunt-mocha-test":"0.13.3","libbase64":"1.2.1","libmime":"5.2.1","libqp":"2.0.1","mocha":"10.2.0","nodemailer-ntlm-auth":"1.0.4","proxy":"1.0.2","proxy-test-server":"1.0.0","sinon":"17.0.0","smtp-server":"3.13.0"},"engines":{"node":">=6.0.0"},"_lastModified":"2025-03-11T04:47:05.909Z"}
1
+ {"name":"nodemailer","version":"6.9.7","description":"Easy as cake e-mail sending from your Node.js applications","main":"lib/nodemailer.js","scripts":{"test":"grunt --trace-warnings","update":"rm -rf node_modules/ package-lock.json && ncu -u && npm install"},"repository":{"type":"git","url":"https://github.com/nodemailer/nodemailer.git"},"keywords":["Nodemailer"],"author":"Andris Reinman","license":"MIT-0","bugs":{"url":"https://github.com/nodemailer/nodemailer/issues"},"homepage":"https://nodemailer.com/","devDependencies":{"@aws-sdk/client-ses":"3.433.0","aws-sdk":"2.1478.0","bunyan":"1.8.15","chai":"4.3.10","eslint-config-nodemailer":"1.2.0","eslint-config-prettier":"9.0.0","grunt":"1.6.1","grunt-cli":"1.4.3","grunt-eslint":"24.3.0","grunt-mocha-test":"0.13.3","libbase64":"1.2.1","libmime":"5.2.1","libqp":"2.0.1","mocha":"10.2.0","nodemailer-ntlm-auth":"1.0.4","proxy":"1.0.2","proxy-test-server":"1.0.0","sinon":"17.0.0","smtp-server":"3.13.0"},"engines":{"node":">=6.0.0"},"_lastModified":"2025-03-18T02:37:33.889Z"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-notification-email",
3
- "version": "1.7.0-alpha.1",
3
+ "version": "1.7.0-alpha.3",
4
4
  "displayName": "Notification: Email",
5
5
  "displayName.zh-CN": "通知:电子邮件",
6
6
  "description": "Used for sending email notifications with built-in SMTP transport.",
@@ -21,5 +21,5 @@
21
21
  "keywords": [
22
22
  "Notification"
23
23
  ],
24
- "gitHead": "e411c9728b4d1f16b0beac16e40dd3499352b052"
24
+ "gitHead": "153723ec01c4e9ba179f9d5a32190057dbed453f"
25
25
  }