@zola_do/nestjs-shared 0.2.16 → 0.2.17
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 +2 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,12 +38,6 @@ Meta package that re-exports all `@zola_do/*` packages for one-shot installation
|
|
|
38
38
|
npm install @zola_do/nestjs-shared
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
**Note:** If installation fails due to `nestjs-minio-client` postinstall script, use:
|
|
42
|
-
|
|
43
|
-
```bash
|
|
44
|
-
npm install @zola_do/nestjs-shared --ignore-scripts
|
|
45
|
-
```
|
|
46
|
-
|
|
47
41
|
## Usage
|
|
48
42
|
|
|
49
43
|
Import from the meta package or from individual packages:
|
|
@@ -304,10 +298,10 @@ npm install @nestjs/common @nestjs/core @nestjs/typeorm @nestjs/jwt @nestjs/pass
|
|
|
304
298
|
npm install @nestjs/config @nestjs/swagger @nestjs/throttler
|
|
305
299
|
npm install typeorm typeorm-extension passport passport-jwt
|
|
306
300
|
npm install class-validator class-transformer
|
|
307
|
-
npm install
|
|
301
|
+
npm install bcryptjs jsonwebtoken
|
|
308
302
|
npm install @nestjs-modules/mailer nodemailer
|
|
309
303
|
npm install @aws-sdk/client-s3 @aws-sdk/s3-request-presigner
|
|
310
|
-
npm install
|
|
304
|
+
npm install minio
|
|
311
305
|
npm install docx-templates pdf-lib docx-merger axios form-data
|
|
312
306
|
npm install dotenv
|
|
313
307
|
```
|