Skip to content
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

v6.0.0 #208

Merged
merged 12 commits into from
Sep 14, 2021
Prev Previous commit
Next Next commit
Ignore 'semver' wrapper from test coverage
  • Loading branch information
smithki committed Sep 14, 2021
commit d9f73f8a1f39edac1d1d2ff27ddaf3b5a1a30d4f
2 changes: 2 additions & 0 deletions packages/@magic-sdk/provider/src/util/semver.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* istanbul ignore file */

// We have to wrap `semver` functions due to a long-standing cyclic dependency
// which causes Rollup to break the `satisfies` function.
// See:
Expand Down