@lmes/clog 0.0.7 → 0.0.8

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/CHANGELOG.md +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.0.8](https://github.com/lmesacademy/clog/compare/v0.0.3...v0.0.8) (2024-09-02)
6
+
7
+
8
+ ### Features
9
+
10
+ * add support for pino pretty ([1ac3025](https://github.com/lmesacademy/clog/commit/1ac30252039d60fad9d62072dcb75a048f122d57))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * log only if logger, logtail is initialized ([dc3d5bf](https://github.com/lmesacademy/clog/commit/dc3d5bfada7f3479973e14417eeeb1b3c2df88d4))
16
+ * set default options ([25ee964](https://github.com/lmesacademy/clog/commit/25ee9648982c2a7dc203c371fe623f346f45664c))
17
+
5
18
  ### [0.0.7](https://github.com/lmesacademy/clog/compare/v0.0.6...v0.0.7) (2023-05-27)
6
19
 
7
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lmes/clog",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Captures console.log and send to logtail",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",
@@ -46,7 +46,7 @@
46
46
  "node": ">=10"
47
47
  },
48
48
  "dependencies": {
49
- "@logtail/node": "^0.1.17",
49
+ "@logtail/node": "^0.5.0",
50
50
  "@types/node": "^18.16.16",
51
51
  "pino": "^8.14.1",
52
52
  "pino-pretty": "^9.4.0"