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