@putkoff/abstract-logger 0.0.22 → 0.0.23

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,11 @@ function getLogString(messageOrOptions, logType = null, details = null, function
14648
14648
  }
14649
14649
  const emojiMap = {
14650
14650
  success: "✅",
14651
+ processing: "🔄",
14652
+ computing: "🧠",
14653
+ waiting: "âŗ",
14654
+ emitting: "📤",
14655
+ ingesting: "đŸ“Ĩ",
14651
14656
  info: "â„šī¸",
14652
14657
  warn: "âš ī¸",
14653
14658
  error: "❌",