@putkoff/abstract-logger 0.0.21 → 0.0.22
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 +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -14649,6 +14649,7 @@ function getLogString(messageOrOptions, logType = null, details = null, function
|
|
|
14649
14649
|
resolvedFileLocation = resolveValue(file, resolvedFileLocation);
|
|
14650
14650
|
}
|
|
14651
14651
|
const emojiMap = {
|
|
14652
|
+
success: "✅",
|
|
14652
14653
|
info: "ℹ️",
|
|
14653
14654
|
warn: "⚠️",
|
|
14654
14655
|
error: "❌",
|