-
Notifications
You must be signed in to change notification settings - Fork 983
feat(otlp-transformer): Do not limit @opentelemetry/api upper range peerDependency
#4816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
d0dd3d5
69cc5fa
d2e8b8f
551c496
885a657
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -59,7 +59,7 @@ | |
| "README.md" | ||
| ], | ||
| "peerDependencies": { | ||
| "@opentelemetry/api": ">=1.3.0 <1.10.0" | ||
| "@opentelemetry/api": "^1.3.0" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This here is fine to unpin as it does not implement the API. 👍
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK, I think I kind of get it now. Took me some time and iterations to really wrap my head around this. I think what confused me additionally is that this package here had this (which, as you stated, does not need it), which is also how we stumbled over this problem in the first place. So I'll just fix this one place instead! 👍 |
||
| }, | ||
| "devDependencies": { | ||
| "@opentelemetry/api": "1.9.0", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.