@aiot-toolkit/shared-utils
Advanced tools
Comparing version 2.0.2-beta.3 to 2.0.2-beta.4
@@ -58,3 +58,3 @@ "use strict"; | ||
const style = this.styleDic[logLevel] || this.defaultStyle; | ||
const time = this.formatWord(`[${(0, dayjs_1.default)().format('YYYY-MM-DD HH:mm:ss')}]:`, style); | ||
const time = this.formatWord(`[${(0, dayjs_1.default)().format('MM-DD HH:mm:ss')}] [toolkit]:`, style); | ||
const icon = style.icon ? style.icon : ''; | ||
@@ -61,0 +61,0 @@ console.log(icon, time, this.createMessage(message.map((item) => { |
{ | ||
"name": "@aiot-toolkit/shared-utils", | ||
"version": "2.0.2-beta.3", | ||
"version": "2.0.2-beta.4", | ||
"description": "The common method functions of the aiot-toolkit.", | ||
@@ -28,3 +28,3 @@ "homepage": "", | ||
}, | ||
"gitHead": "8bfdd8895ffd8fc4aa1465779def5ab4392a7a4b" | ||
"gitHead": "656add8e64d8101b9f3886957c5b9ae23e2e854f" | ||
} |
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
30611