-
Notifications
You must be signed in to change notification settings - Fork 837
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
feat(opentelemetry-instrumentation): replace semver
package with internal semantic versioning check implementation
#5305
base: main
Are you sure you want to change the base?
Changes from 8 commits
00b38ec
f46808f
1b3b96d
ecabb39
678edf6
6070a9d
e33c0f3
235efeb
2b15a1e
879d5e4
a76f332
a370a64
73224f2
7ec74f0
b83e207
9074cec
cd24a25
d39c5f1
aa3f01f
49e4912
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 |
---|---|---|
|
@@ -74,7 +74,6 @@ | |
"@types/shimmer": "^1.2.0", | ||
"import-in-the-middle": "^1.8.1", | ||
"require-in-the-middle": "^7.1.1", | ||
"semver": "^7.5.2", | ||
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. I wonder if we should include 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. We already have imported tests from |
||
"shimmer": "^1.2.1" | ||
}, | ||
"peerDependencies": { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: could add the link to the PR here. COuld also give the reason for the removal in that sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@trentm done