Skip to content

Commit

Permalink
fix: include types/readable-stream as a dependency
Browse files Browse the repository at this point in the history
The type definitions for the Metrics client are incomplete without
this dependency, and the fix is hard to identify from the error
messages. This is technically not a runtime dependency, and affects
only a subset of our users, but this makes the module much easier
to consume as TypeScript and/or JSDoc typechecking users.
  • Loading branch information
wkillerud committed Nov 4, 2024
1 parent 53584b4 commit 6f3a28e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
],
"dependencies": {
"@metrics/metric": "^2.3.2",
"@types/readable-stream": "^4.0.0",
"readable-stream": "^3.4.0",
"time-span": "^4.0.0"
},
Expand Down

0 comments on commit 6f3a28e

Please sign in to comment.