Skip to content

Commit

Permalink
Add missing required transitive dependencies
Browse files Browse the repository at this point in the history
Declare the transitive dependencies that our code already imports as
de facto dependencies in our `package.json`. Update the
`package-lock.json` accordingly.

For `@opentelemetry/instrumentation`, which is only required for a
type annotation, use `import type` instead.
  • Loading branch information
unflxw committed May 10, 2024
1 parent c975d9d commit 24a8701
Show file tree
Hide file tree
Showing 4 changed files with 9,918 additions and 1,448 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
bump: "patch"
type: "fix"
---

Improve compatibility with alternative package managers. Fix an issue where AppSignal would fail to install with Yarn when using package managers that require transitive dependencies to be declared.
Loading

0 comments on commit 24a8701

Please sign in to comment.