aws / aws-xray-sdk-node

The official AWS X-Ray SDK for Node.js.
Apache License 2.0
267 stars 156 forks source link

Updated semver to latest version #577

Closed joepjoosten closed 1 year ago

joepjoosten commented 1 year ago

Update semver dependency in core. There is a problem when using this package in combination with other packages that have a dependency on semver. Later versions of semver expose every function (like gte) as separate import (like reqiure('semver/functions/gte').

Current version of semver is fully backwards compatible.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 1 year ago

Codecov Report

Merging #577 (29e2d8f) into master (7e92f33) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 29e2d8f differs from pull request most recent head fca69f2. Consider uploading reports for the commit fca69f2 to get more accurate results

@@           Coverage Diff           @@
##           master     #577   +/-   ##
=======================================
  Coverage   83.38%   83.38%           
=======================================
  Files          37       37           
  Lines        1794     1794           
=======================================
  Hits         1496     1496           
  Misses        298      298           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.