emdash-smtp-node-transports 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # emdash-smtp-node-transports
2
+
3
+ Internal Node.js transport package for `emdash-smtp`.
4
+
5
+ If you are installing EmDash SMTP in an app, install `emdash-smtp` instead.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "emdash-smtp-node-transports",
3
- "version": "0.2.0",
4
- "description": "Trusted-only SMTP and sendmail transport adapters for EmDash SMTP",
3
+ "version": "0.2.1",
4
+ "description": "Internal Node.js transport adapters for emdash-smtp. End users should install emdash-smtp.",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
7
7
  "types": "dist/index.d.mts",
@@ -23,7 +23,7 @@
23
23
  ],
24
24
  "author": "Mason James",
25
25
  "dependencies": {
26
- "emdash-smtp-core": "0.2.0",
26
+ "emdash-smtp-core": "0.2.1",
27
27
  "nodemailer": "^6.10.1"
28
28
  },
29
29
  "license": "MIT",