pino-postgres
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -32,3 +32,3 @@ #! /usr/bin/env node | ||
` | ||
.then(() => callback(null, `${chunk}\n`)) | ||
.then(() => callback(null, passThrough ? `${chunk}\n` : null)) | ||
.catch((err) => { | ||
@@ -35,0 +35,0 @@ console.error('error in pino-postgres transform', err) |
{ | ||
"name": "pino-postgres", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Pino transport for Postgres", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4481