@thzero/library_server_logger_pino 0.13.13 → 0.13.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/index.js CHANGED
@@ -13,7 +13,7 @@ class LoggerService extends Service {
13
13
  levelFirst: true
14
14
  },
15
15
  // eslint-disable-next-line
16
- prettifier: require(require.resolve('pino-pretty', { paths: [ require.main.filename ] }))
16
+ //prettifier: require(require.resolve('pino-pretty', { paths: [ require.main.filename ] }))
17
17
  });
18
18
  }
19
19
  else {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@thzero/library_server_logger_pino",
3
- "version": "0.13.13",
3
+ "version": "0.13.17",
4
4
  "version_major": 0,
5
5
  "version_minor": 13,
6
- "version_patch": 13,
7
- "version_date": "07/25/2021",
6
+ "version_patch": 17,
7
+ "version_date": "09/18/2021",
8
8
  "author": "thZero",
9
9
  "license": "MIT",
10
10
  "repository": {
@@ -20,13 +20,14 @@
20
20
  },
21
21
  "scripts": {
22
22
  "cli-update": "./node_modules/.bin/library-cli --updateversion --pi",
23
+ "cli-update-w": ".\\node_modules\\.bin\\library-cli --updateversion --pi",
23
24
  "test": "echo \"Error: no test specified\" && exit 1"
24
25
  },
25
26
  "dependencies": {
26
- "pino": "^6.13.0"
27
+ "pino": "^6.13.2"
27
28
  },
28
29
  "devDependencies": {
29
- "@thzero/library_cli": "^0.13"
30
+ "@thzero/library_cli": "^0.13.18"
30
31
  },
31
32
  "peerDependencies": {
32
33
  "@thzero/library_common": "^0.13",
package/pushversion.bat CHANGED
@@ -1,4 +1,4 @@
1
- call npm run cli-update -- --silent
1
+ call npm run cli-update-w -- --silent
2
2
  call git add .
3
3
  call git commit -m %1
4
4
  call git push