@xnestjs/storage 1.8.0 → 1.9.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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -70,7 +70,7 @@ export class MyModule {}
70
70
  The library supports configuration through environment variables. Environment variables below is accepted.
71
71
  All environment variables starts with prefix (STORAGE\_). This can be configured while registering the module.
72
72
 
73
- <--- BEGIN env --->
73
+ <!--- BEGIN env --->
74
74
 
75
75
  | Environment Variable | Type | Default | Description |
76
76
  | -------------------- | ---- | ------- | ----------------------------------- |
@@ -90,4 +90,4 @@ All environment variables starts with prefix (STORAGE\_). This can be configured
90
90
  | STORAGE_S3_SECRET_KEY | String | | |
91
91
  | STORAGE_S3_ACC_ENDPOINT | String | | |
92
92
 
93
- <--- END env --->
93
+ <!--- END env --->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xnestjs/storage",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "description": "NestJS extension library for Storage solutions (S3,GS)",
5
5
  "author": "Panates",
6
6
  "license": "MIT",