Releases: medikoo/npm-cross-link
Releases · medikoo/npm-cross-link
12.0.3 (2024-09-24)
12.0.2 (2024-09-08)
12.0.1 (2024-09-08)
Bug Fixes
- Do not print "not coherent" logs on first external linking (47c7871)
- Ensure to link binaries on maintained install (93aed19)
Maintenance Improvements
- Exclude
mapBinaries
(fd7cbfd) - Imporove require path (a14b83f)
- Make
binaryHandler
accessible for maintained installation (e6abc3c) - Put
is-coherent
in context of binary handler (12de710) - Remove misleading comment (122c3b1)
- Separate binaries and deps check (257127e)
12.0.0 (2024-09-08)
⚠ BREAKING CHANGES
- Node.js versions below v18 are no longer supported
Maintenance Improvements
- Drop support for Node.js versions below v18 (1442e75)
11.0.3 (2024-07-19)
11.0.2 (2024-07-19)
11.0.1 (2024-07-19)
11.0.0 (2024-05-30)
⚠ BREAKING CHANGES
- Default branch name is
main
npm-cross-link
no longer interferes with npm globalnode_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
tomain
(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
tolib/cli
(4baa7a9) - Move
resolvePackageBinariesDict
to main context (ad66884) - Replace
got
withnode-fetch
(a395d0f) - Upgrade
tar
to v7 (6c4e04e) - Use regex named groups (c49f398)