nest-logger-bundle 1.1.2 → 1.1.3

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 +0 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -608,7 +608,6 @@ export class SampleUserService {
608
608
 
609
609
  ```
610
610
 
611
-
612
611
  ## Stay in touch
613
612
 
614
613
  - Author - [Pedro Henrique C.](https://twitter.com/pedrohcdo)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nest-logger-bundle",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "author": "Pedro Henrique C. (pedrohcdo)",
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.ts",
@@ -18,7 +18,8 @@
18
18
  "peerDependencies": {
19
19
  "@nestjs/common": "^8.0.0 || ^9.0.0",
20
20
  "@nestjs/config": "^1.0.0 || ^2.0.0",
21
- "@nestjs/core": "^8.0.0 || ^9.0.0"
21
+ "@nestjs/core": "^8.0.0 || ^9.0.0",
22
+ "pino-pretty": "^9.1.1"
22
23
  },
23
24
  "dependencies": {
24
25
  "dayjs": "^1.11.7",