@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/esm/index.js
CHANGED
|
@@ -14647,6 +14647,7 @@ function getLogString(messageOrOptions, logType = null, details = null, function
|
|
|
14647
14647
|
resolvedFileLocation = resolveValue(file, resolvedFileLocation);
|
|
14648
14648
|
}
|
|
14649
14649
|
const emojiMap = {
|
|
14650
|
+
success: "✅",
|
|
14650
14651
|
info: "ℹ️",
|
|
14651
14652
|
warn: "⚠️",
|
|
14652
14653
|
error: "❌",
|