@mcesystems/adb-kit 1.0.73 → 1.0.74
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/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -31153,7 +31153,7 @@ function createLoggers(namespace, logLevel = process.env.LOG_LEVEL ?? "none") {
|
|
|
31153
31153
|
`;
|
|
31154
31154
|
} else if (typeof value === "object") {
|
|
31155
31155
|
result += `
|
|
31156
|
-
|
|
31156
|
+
${logDataDetail(value, `${prefix} `)}
|
|
31157
31157
|
`;
|
|
31158
31158
|
} else {
|
|
31159
31159
|
result += `${value}
|