@0xsquid/squid-share
Advanced tools
Comparing version 0.1.122 to 0.1.123
@@ -42,6 +42,3 @@ "use strict"; | ||
const app = metadata.app; | ||
return `${timestamp} ${app || ""} ${level || ""} ${traceId || ""} ${integratorId || ""}: ${(0, lodash_1.trim)((message || ""))}` + | ||
stack | ||
? `- ${stack}` | ||
: ""; | ||
return (`${timestamp} ${app || ""} ${level || ""} ${traceId || ""} ${integratorId || ""}: ${(0, lodash_1.trim)((message || ""))}` + (stack ? `- ${stack}` : "")); | ||
}); | ||
@@ -48,0 +45,0 @@ winstonLogger; |
{ | ||
"name": "@0xsquid/squid-share", | ||
"version": "0.1.122", | ||
"version": "0.1.123", | ||
"description": "JS and TS share relating to 0xsquid related projects.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
447125
8822