@mcesystems/adb-kit 1.0.72 → 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.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
- ${logDataDetail(value, `${prefix} `)}
31152
+ ${logDataDetail(value, `${prefix} `)}
31153
31153
  `;
31154
31154
  } else {
31155
31155
  result += `${value}