@everymundo/simple-logr
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -31,2 +31,3 @@ 'use strict' | ||
base: null, | ||
sync: true, | ||
...options | ||
@@ -38,3 +39,3 @@ }) | ||
const logr = Object.create(pino(pinoOptions), { | ||
const logr = Object.create(pino(pinoOptions, pino.destination(pinoOptions)), { | ||
createLogger: { value: createLogger }, | ||
@@ -41,0 +42,0 @@ setRequestId: { |
{ | ||
"name": "@everymundo/simple-logr", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "A very simplistic logger that allows one to avoid using the console.log directly allowing stubbing and better linting.", | ||
@@ -37,14 +37,14 @@ "main": "index.js", | ||
"@std/esm": "^0.26.0", | ||
"c8": "^8.0.1", | ||
"chai": "^4.3.10", | ||
"c8": "^10.1.2", | ||
"chai": "^5.1.1", | ||
"coverage-node": "^8.0.0", | ||
"esm": "^3.2.25", | ||
"mocha": "^10.2.0", | ||
"sinon": "^16.1.0", | ||
"standard": "^17.0.0" | ||
"mocha": "^10.7.3", | ||
"sinon": "^19.0.2", | ||
"standard": "^17.1.2" | ||
}, | ||
"dependencies": { | ||
"flatstr": "^1.0.12", | ||
"pino": "^8.16.0" | ||
"pino": "^9.4.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14142
207
+ Addedpino@9.6.0(transitive)
+ Addedpino-abstract-transport@2.0.0(transitive)
+ Addedpino-std-serializers@7.0.0(transitive)
+ Addedprocess-warning@4.0.1(transitive)
+ Addedsonic-boom@4.2.0(transitive)
+ Addedthread-stream@3.1.0(transitive)
- Removedabort-controller@3.0.0(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbuffer@6.0.3(transitive)
- Removedevent-target-shim@5.0.1(transitive)
- Removedevents@3.3.0(transitive)
- Removedieee754@1.2.1(transitive)
- Removedpino@8.21.0(transitive)
- Removedpino-abstract-transport@1.2.0(transitive)
- Removedpino-std-serializers@6.2.2(transitive)
- Removedprocess@0.11.10(transitive)
- Removedprocess-warning@3.0.0(transitive)
- Removedreadable-stream@4.7.0(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsonic-boom@3.8.1(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedthread-stream@2.7.0(transitive)
Updatedpino@^9.4.0