@putkoff/abstract-logger 0.0.23 โ 0.0.24
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/dist/cjs/index.js +3 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -14651,10 +14651,13 @@ function getLogString(messageOrOptions, logType = null, details = null, function
|
|
|
14651
14651
|
const emojiMap = {
|
|
14652
14652
|
success: "โ
",
|
|
14653
14653
|
processing: "๐",
|
|
14654
|
+
listening: "๐ก",
|
|
14654
14655
|
computing: "๐ง ",
|
|
14655
14656
|
waiting: "โณ",
|
|
14656
14657
|
emitting: "๐ค",
|
|
14657
14658
|
ingesting: "๐ฅ",
|
|
14659
|
+
prune: "๐งน",
|
|
14660
|
+
connect: "๐",
|
|
14658
14661
|
info: "โน๏ธ",
|
|
14659
14662
|
warn: "โ ๏ธ",
|
|
14660
14663
|
error: "โ",
|