Skip to content
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,5 @@ report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
#
#-----------------------------------------------------------------------------
examples/
context/
context/
manual-test.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wgtechlabs/log-engine",
"version": "2.3.0",
"version": "2.3.1",
"description": "A lightweight, security-first logging utility with automatic data redaction for Node.js applications - the first logging library with built-in PII protection.",
"type": "module",
"keywords": [
Expand Down
Loading
Loading