diff --git a/package.json b/package.json index 07c9cb6..9658c1f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@epegzz/winston-dev-console", "description": "Winston@3 console format aimed to improve development UX", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "author": { "name": "Daniel Schäfer ", diff --git a/src/format.ts b/src/format.ts index 78cc98a..bc312cb 100644 --- a/src/format.ts +++ b/src/format.ts @@ -2,9 +2,7 @@ import path from 'path' import { inspect } from 'util' import colors from 'colors/safe' -import { Format, TransformableInfo } from 'logform' -// @ts-ignore -import { format as winstonFormat } from 'logform/dist/browser' +import { Format, TransformableInfo, format as winstonFormat } from 'logform' import { MESSAGE, SPLAT } from 'triple-beam' import calleeStore from './calleeStore'