@builder6/email 0.7.3 → 0.7.4

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 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,6 +9,7 @@ B6_EMAIL_HOST=email.xxxx.amazonaws.com
9
9
  B6_EMAIL_PORT=465
10
10
  B6_EMAIL_USERNAME=xxxxx
11
11
  B6_EMAIL_PASSWORD=xxxxx
12
+ B6_EMAIL_SECURE=xxxxx
12
13
  ```
13
14
 
14
15
  ## 配置定时发送
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder6/email",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -11,11 +11,11 @@
11
11
  "build:watch": "rm -rf dist && tsc --watch"
12
12
  },
13
13
  "dependencies": {
14
- "@builder6/core": "^0.7.3",
14
+ "@builder6/core": "^0.7.4",
15
15
  "nodemailer": "^6.9.16"
16
16
  },
17
17
  "publishConfig": {
18
18
  "access": "public"
19
19
  },
20
- "gitHead": "3627169fe0dd5b01955470785b6632a09939636c"
20
+ "gitHead": "f30f14d167b6b222d4b16ed0d33f211cfd4afc44"
21
21
  }