@mcesystems/mdm-client-g4 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.js +2 -2
- package/dist/index.js.map +2 -2
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -35874,7 +35874,7 @@ function createLoggers(namespace, logLevel = process.env.LOG_LEVEL ?? "none") {
|
|
|
35874
35874
|
`;
|
|
35875
35875
|
} else if (typeof value === "object") {
|
|
35876
35876
|
result += `
|
|
35877
|
-
|
|
35877
|
+
${logDataDetail(value, `${prefix} `)}
|
|
35878
35878
|
`;
|
|
35879
35879
|
} else {
|
|
35880
35880
|
result += `${value}
|
|
@@ -36976,7 +36976,7 @@ function createLoggers2(namespace, logLevel = process.env.LOG_LEVEL ?? "none") {
|
|
|
36976
36976
|
`;
|
|
36977
36977
|
} else if (typeof value === "object") {
|
|
36978
36978
|
result += `
|
|
36979
|
-
|
|
36979
|
+
${logDataDetail(value, `${prefix} `)}
|
|
36980
36980
|
`;
|
|
36981
36981
|
} else {
|
|
36982
36982
|
result += `${value}
|