@payloadcms/email-nodemailer 3.0.0-canary.6041f49 → 3.0.0-canary.f1db24e

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,7 +9,7 @@ It abstracts all of the email functionality that was in Payload by default in 2.
9
9
  ## Installation
10
10
 
11
11
  ```sh
12
- pnpm add @payloadcms/email-nodemailer` nodemailer
12
+ pnpm add @payloadcms/email-nodemailer nodemailer
13
13
  ```
14
14
 
15
15
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payloadcms/email-nodemailer",
3
- "version": "3.0.0-canary.6041f49",
3
+ "version": "3.0.0-canary.f1db24e",
4
4
  "description": "Payload Nodemailer Email Adapter",
5
5
  "homepage": "https://payloadcms.com",
6
6
  "repository": {
@@ -28,10 +28,10 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/nodemailer": "6.4.14",
31
- "payload": "3.0.0-canary.6041f49"
31
+ "payload": "3.0.0-canary.f1db24e"
32
32
  },
33
33
  "peerDependencies": {
34
- "payload": "3.0.0-canary.6041f49"
34
+ "payload": "3.0.0-canary.f1db24e"
35
35
  },
36
36
  "engines": {
37
37
  "node": ">=18.20.2"