nestjs-pino
Advanced tools
Comparing version 4.3.0-alpha.80912d to 4.3.0-alpha.89de3e
@@ -17,3 +17,2 @@ "use strict"; | ||
exports.LoggerModule = void 0; | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
const common_1 = require("@nestjs/common"); | ||
@@ -112,5 +111,2 @@ const pino_http_1 = require("pino-http"); | ||
} | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore: run requires arguments for next but should not because it can | ||
// be called without arguments | ||
storage_1.storage.run(new storage_1.Store(log, resLog), next); | ||
@@ -117,0 +113,0 @@ }; |
{ | ||
"name": "nestjs-pino", | ||
"version": "4.3.0-alpha.80912d", | ||
"version": "4.3.0-alpha.89de3e", | ||
"description": "Pino logger for NestJS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
58493
623