@mcesystems/adb-kit 1.0.73 → 1.0.75
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.mjs
CHANGED
|
@@ -31149,7 +31149,7 @@ function createLoggers(namespace, logLevel = process.env.LOG_LEVEL ?? "none") {
|
|
|
31149
31149
|
`;
|
|
31150
31150
|
} else if (typeof value === "object") {
|
|
31151
31151
|
result += `
|
|
31152
|
-
|
|
31152
|
+
${logDataDetail(value, `${prefix} `)}
|
|
31153
31153
|
`;
|
|
31154
31154
|
} else {
|
|
31155
31155
|
result += `${value}
|