@slickteam/nestjs-cellar 1.0.0 → 1.0.2

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.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Slick Nestjs Cellar
2
2
 
3
+ Available on npmjs.org : [@slickteam/nestjs-cellar](https://www.npmjs.com/package/@slickteam/nestjs-cellar)
4
+
3
5
  ## Usage
4
6
 
5
7
  - Install dependency
@@ -16,7 +18,6 @@ CELLAR_ADDON_KEY_ID=
16
18
  CELLAR_ADDON_KEY_SECRET=
17
19
  CELLAR_ADDON_REGION=fr
18
20
  CELLAR_ADDON_TIMEOUT_SIGNED_URL=3600
19
- CELLAR_BUCKET=example-bucket
20
21
  ```
21
22
 
22
23
  - In module where you want use this module, add this :
@@ -35,10 +36,10 @@ class ExempleModule {}
35
36
 
36
37
  Nestjs
37
38
 
38
- - `@nestjs/common`: `^10.4.5`
39
- - `@nestjs/config`: `^3.2.3`
39
+ - `@nestjs/common`: `^10.4.7`
40
+ - `@nestjs/config`: `^3.3.0`
40
41
 
41
42
  Cellar (AWS)
42
43
 
43
- - `@aws-sdk/client-s3`: `^3.673.0`
44
- - `@aws-sdk/s3-request-presigner`: `^3.673.0`
44
+ - `@aws-sdk/client-s3`: `^3.688.0`
45
+ - `@aws-sdk/s3-request-presigner`: `^3.688.0`