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