Skip to content

Commit

Permalink
chore: remove readable-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Aug 29, 2024
1 parent 9ca52f9 commit ff7c378
Show file tree
Hide file tree
Showing 3 changed files with 3,198 additions and 1,799 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = { getTransformStream };

const { Transform } = require("readable-stream");
const { Transform } = require("node:stream");

const prettyFactory = require("pino-pretty");
const Sentry = require("@sentry/node");
Expand Down
Loading

0 comments on commit ff7c378

Please sign in to comment.