@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 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: "โŒ",