@viplance/nestjs-logger 0.1.8 → 0.2.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 +1 -0
  2. package/package.json +12 -3
package/README.md CHANGED
@@ -45,6 +45,7 @@ Use the database to store logs.
45
45
  ```
46
46
 
47
47
  <br />
48
+
48
49
  ### Additional information
49
50
 
50
51
  `path`, `key` and `database` options are optional
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viplance/nestjs-logger",
3
- "version": "0.1.8",
3
+ "version": "0.2.0",
4
4
  "description": "NestJS internal logging system",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,8 +8,17 @@
8
8
  "build": "tsc",
9
9
  "test": "echo \"Error: no test specified\" && exit 1"
10
10
  },
11
- "keywords": [],
12
- "author": "",
11
+ "keywords": [
12
+ "nestjs",
13
+ "nest",
14
+ "logger",
15
+ "logs",
16
+ "typeorm",
17
+ "mongodb",
18
+ "memory",
19
+ "free"
20
+ ],
21
+ "author": "Dzmitry Sharko",
13
22
  "license": "ISC",
14
23
  "peerDependencies": {
15
24
  "@nestjs/common": "^10.0.0",