@putkoff/abstract-logger 0.0.22 โ†’ 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
@@ -14650,6 +14650,14 @@ function getLogString(messageOrOptions, logType = null, details = null, function
14650
14650
  }
14651
14651
  const emojiMap = {
14652
14652
  success: "โœ…",
14653
+ processing: "๐Ÿ”„",
14654
+ listening: "๐Ÿ“ก",
14655
+ computing: "๐Ÿง ",
14656
+ waiting: "โณ",
14657
+ emitting: "๐Ÿ“ค",
14658
+ ingesting: "๐Ÿ“ฅ",
14659
+ prune: "๐Ÿงน",
14660
+ connect: "๐Ÿ”Œ",
14653
14661
  info: "โ„น๏ธ",
14654
14662
  warn: "โš ๏ธ",
14655
14663
  error: "โŒ",