⚠ BREAKING CHANGES
- Default branch name is
main
npm-cross-link
no longer interferes with npm global node_modules
folder. For any reuse it relies on user local cache directory.
- No longer
npm link
is used internally. Any links are configured directly via symlinking
Features
- Improve program error reporting (dc2f43e)
- Rely on local cache instead of npm global dependencies folder (d031c56)
- Switch default branch name from
master
to main
(0321878)
- Ensure to not run
prepare
scripts on install preparation (7344bad)
Maintenance Improvements
- Cache package logic is not dependency install specific (6d0d102)
- Convert to conceptually private context (2c08940)
- Exclude
isSemVerRange
utility (0e869a6)
- Exclude package specs tokenization (c4704e8)
- Generalize
resolveLogLevel
(071a8ae)
- Local context resolution no longer dependency install specific (259386a)
- Move
lib/private/cli
to lib/cli
(4baa7a9)
- Move
resolvePackageBinariesDict
to main context (ad66884)
- Replace
got
with node-fetch
(a395d0f)
- Upgrade
tar
to v7 (6c4e04e)
- Use regex named groups (c49f398)
Comparison since last release