@nocobase/plugin-notification-email 2.2.0-beta.7 → 2.2.0-beta.9

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.
@@ -7,6 +7,6 @@
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
9
  export declare const NAMESPACE = "notification-email";
10
- export declare function useNotificationEmailTranslation(): import("react-i18next").UseTranslationResponse<("@nocobase/plugin-notification-email" | "client" | "notification-email")[], undefined>;
10
+ export declare function useNotificationEmailTranslation(): import("react-i18next").UseTranslationResponse<("@nocobase/plugin-notification-email" | "notification-email" | "client")[], undefined>;
11
11
  export declare function useT(): (key: string, options?: Record<string, any>) => string;
12
12
  export declare function tExpr(key: string): string;
@@ -8,13 +8,13 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.2.0-beta.7",
11
+ "@nocobase/client": "2.2.0-beta.9",
12
12
  "react": "18.2.0",
13
- "@nocobase/plugin-notification-manager": "2.2.0-beta.7",
14
- "@nocobase/utils": "2.2.0-beta.7",
15
- "@nocobase/flow-engine": "2.2.0-beta.7",
13
+ "@nocobase/plugin-notification-manager": "2.2.0-beta.9",
14
+ "@nocobase/utils": "2.2.0-beta.9",
15
+ "@nocobase/flow-engine": "2.2.0-beta.9",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/client-v2": "2.2.0-beta.7",
18
- "@nocobase/server": "2.2.0-beta.7",
17
+ "@nocobase/client-v2": "2.2.0-beta.9",
18
+ "@nocobase/server": "2.2.0-beta.9",
19
19
  "antd": "5.24.2"
20
20
  };
@@ -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":"2026-06-25T01:04:25.092Z"}
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":"2026-07-06T02:57:14.479Z"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-notification-email",
3
- "version": "2.2.0-beta.7",
3
+ "version": "2.2.0-beta.9",
4
4
  "displayName": "Notification: Email",
5
5
  "displayName.ru-RU": "Уведомления: Электронная почта (Email)",
6
6
  "displayName.zh-CN": "通知:电子邮件",
@@ -26,5 +26,5 @@
26
26
  "Notification"
27
27
  ],
28
28
  "license": "Apache-2.0",
29
- "gitHead": "e6a3fa8963a73cd9ddfc1273d71b0012483e1ad8"
29
+ "gitHead": "60e3d7abbaa0c7cead76f71a4f3d5eedb6b8acdb"
30
30
  }