@mitm/logger
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@mitm/logger", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"main": "./src/index.js", | ||
@@ -5,0 +5,0 @@ "typings": "./src/index.d.ts", |
@@ -5,3 +5,3 @@ "use strict"; | ||
const winston_1 = require("./winston"); | ||
tslib_1.__exportStar(require("./morgan"), exports); | ||
(0, tslib_1.__exportStar)(require("./morgan"), exports); | ||
// noinspection UnnecessaryLocalVariableJS -- it's for IDE intellisense | ||
@@ -8,0 +8,0 @@ const logger = winston_1.winstonLogger; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const winston_1 = require("winston"); | ||
exports.winstonLogger = winston_1.createLogger({ | ||
exports.winstonLogger = (0, winston_1.createLogger)({ | ||
transports: [ | ||
@@ -8,0 +8,0 @@ new winston_1.transports.Console({ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3722