Skip to content

Commit

Permalink
Drop readable-streams dependency (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Aug 24, 2024
1 parent 5341b45 commit d430839
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const metadata = Symbol.for('pino.metadata')
const split = require('split2')
const { Duplex } = require('readable-stream')
const { Duplex } = require('stream')
const { parentPort, workerData } = require('worker_threads')

function createDeferred () {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
},
"homepage": "https://github.com/pinojs/pino-abstract-transport#readme",
"dependencies": {
"readable-stream": "^4.0.0",
"split2": "^4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit d430839

Please # to comment.