@travetto/email-nodemailer 3.0.2 → 3.1.0-rc.0

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  <!-- This file was generated by @travetto/doc and should not be modified directly -->
2
- <!-- Please modify https://github.com/travetto/travetto/tree/main/module/email-nodemailer/DOC.ts and execute "npx trv doc" to rebuild -->
2
+ <!-- Please modify https://github.com/travetto/travetto/tree/main/module/email-nodemailer/DOC.tsx and execute "npx trv doc" to rebuild -->
3
3
  # Email Nodemailer Support
4
+
4
5
  ## Email transmission module.
5
6
 
6
7
  **Install: @travetto/email-nodemailer**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/email-nodemailer",
3
- "version": "3.0.2",
3
+ "version": "3.1.0-rc.0",
4
4
  "description": "Email transmission module.",
5
5
  "keywords": [
6
6
  "email",
@@ -24,7 +24,7 @@
24
24
  "directory": "module/email-nodemailer"
25
25
  },
26
26
  "dependencies": {
27
- "@travetto/email": "^3.0.2",
27
+ "@travetto/email": "^3.1.0-rc.0",
28
28
  "@types/nodemailer": "^6.4.7",
29
29
  "nodemailer": "^6.9.1"
30
30
  },