@nexusts/mail 0.9.0 → 0.9.1

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.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Public entry point for `nexusjs/mail`.
2
+ * Public entry point for `@nexusts/mail`.
3
3
  */
4
4
  export * from "./types.js";
5
5
  export { NullTransport, FileTransport, SmtpTransport, } from "./transports/index.js";
package/dist/types.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  import { safeGetMeta, safeDefineMeta, safeHasMeta } from "@nexusts/core/di/safe-reflect";
3
- * `nexusjs/mail` — outbound email.
3
+ * `@nexusts/mail` — outbound email.
4
4
  *
5
5
  * const mail = new MailService({ transport: new SmtpTransport({ host: 'smtp.gmail.com' }) });
6
6
  * await mail.send({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexusts/mail",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Outbound email (SMTP / File / Null transports)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  ],
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
- "@nexusts/core": "^0.9.0"
29
+ "@nexusts/core": "^0.9.1"
30
30
  },
31
31
  "repository": {
32
32
  "type": "git",