@fastkit/tiny-logger
Advanced tools
Comparing version
@@ -43,6 +43,6 @@ declare const PALETTE: { | ||
message: string; | ||
stack?: string | undefined; | ||
stack?: string; | ||
cause?: unknown; | ||
}; | ||
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void; | ||
captureStackTrace(targetObject: object, constructorOpt?: Function): void; | ||
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined; | ||
@@ -49,0 +49,0 @@ stackTraceLimit: number; |
{ | ||
"name": "@fastkit/tiny-logger", | ||
"version": "0.14.4", | ||
"version": "0.14.5", | ||
"description": "A small logger to display the application logs just a little bit nicer.", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@fastkit/helpers": "^0.14.4" | ||
"@fastkit/helpers": "^0.14.5" | ||
}, | ||
@@ -47,0 +47,0 @@ "buildOptions": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12092
7.98%Updated