@wgtechlabs/log-engine 2.3.0-dev.d783cf4 → 2.3.0-dev.e9ee5ff

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -592,12 +592,12 @@ EmojiSelector.configure({
592
592
 
593
593
  With emoji (enabled by default), the log format is:
594
594
 
595
- ```
595
+ ```text
596
596
  [ISO_TIMESTAMP][LOCAL_TIME][LEVEL][EMOJI]: message [data]
597
597
  ```
598
598
 
599
599
  Example:
600
- ```
600
+ ```text
601
601
  [2026-02-11T14:00:00.000Z][2:00PM][ERROR][🗃️]: Database connection failed
602
602
  ```
603
603
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wgtechlabs/log-engine",
3
- "version": "2.3.0-dev.d783cf4",
3
+ "version": "2.3.0-dev.e9ee5ff",
4
4
  "description": "A lightweight, security-first logging utility with automatic data redaction for Node.js applications - the first logging library with built-in PII protection.",
5
5
  "type": "module",
6
6
  "keywords": [