@builder6/files 0.11.2 → 0.11.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 +3 -9
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,17 +1,11 @@
1
- # Builder6 Email Module
1
+ # Builder6 Files Module
2
2
 
3
3
 
4
4
  ## Environment Variables
5
5
 
6
6
  ```shell
7
- B6_EMAIL_FROM=Steedos <noreply@steedos.com>
8
- B6_EMAIL_HOST=email.xxxx.amazonaws.com
9
- B6_EMAIL_PORT=465
10
- B6_EMAIL_USERNAME=xxxxx
11
- B6_EMAIL_PASSWORD=xxxxx
12
- B6_EMAIL_SECURE=false
13
- B6_EMAIL_DEBUG=true
14
- B6_EMAIL_LOGGER=true
7
+ # 允许匿名下载的 collections
8
+ STEEDOS_CFS_DOWNLOAD_PUBLIC=avatars
15
9
  ```
16
10
 
17
11
  ## 配置定时发送
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder6/files",
3
- "version": "0.11.2",
3
+ "version": "0.11.4",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -12,11 +12,11 @@
12
12
  "build:watch": "rimraf dist && tsc --watch"
13
13
  },
14
14
  "dependencies": {
15
- "@builder6/core": "^0.11.2",
15
+ "@builder6/core": "^0.11.4",
16
16
  "nodemailer": "^6.9.16"
17
17
  },
18
18
  "publishConfig": {
19
19
  "access": "public"
20
20
  },
21
- "gitHead": "c3d491866a58c281802a7ea98664c3b56419cab3"
21
+ "gitHead": "855ea3883b298d65e843233320ab3ef478bcc6cc"
22
22
  }