@aiot-toolkit/shared-utils
Advanced tools
Comparing version 2.0.3-beta.6 to 2.0.3-beta.7
@@ -131,4 +131,3 @@ "use strict"; | ||
const style = this.styleDic[level] || this.defaultStyle; | ||
return [ | ||
...effectPrefix, | ||
return ([...effectPrefix].join(' ') + | ||
this.createMessage(logs.map((item) => { | ||
@@ -141,4 +140,3 @@ if (typeof item === 'object') { | ||
return item; | ||
})) | ||
].join(' '); | ||
}))); | ||
} | ||
@@ -145,0 +143,0 @@ /** |
{ | ||
"name": "@aiot-toolkit/shared-utils", | ||
"version": "2.0.3-beta.6", | ||
"version": "2.0.3-beta.7", | ||
"description": "The common method functions of the aiot-toolkit.", | ||
@@ -44,3 +44,3 @@ "homepage": "", | ||
}, | ||
"gitHead": "586a0076bcee4555f957ee67ca8774ae19e616f6" | ||
"gitHead": "9621c52866d7bb1dc23110c4c9cc772b6169b682" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43609
1335