v2.0.0-alpha.6
Pre-release
Pre-release
·
220 commits
to main
since this release
What's Changed
-
chore: add libc fields on linux platform packages by @yisibl in #89
On Linux, it is not possible to tell exactly what kind of C library a native modules depends on just by os/cpu, so yarn 3.2 and cnpm added libc fields to further distinguish this case. This avoids downloading both
gnu
andmusl
packages at the same time.Currently only yarn 3.2+ and cnpm are supported, the npm implementation is still under discussion.
Full Changelog: v2.0.0-alpha.5...v2.0.0-alpha.6