Releases: npm/npm-registry-fetch
Releases · npm/npm-registry-fetch
v15.0.0
15.0.0 (2023-07-28)
⚠️ BREAKING CHANGES
- the underlying fetch module now uses
@npmcli/agent
. Backwards compatibility should be fully implemented but due to the scope of this change it was made a breaking change out of an abundance of caution. - support for node 14 has been removed
Bug Fixes
b875c26
#193 drop node14 support (#193) (@wraithgar)
Dependencies
v14.0.5
v14.0.4
v14.0.3
v14.0.2
v14.0.1
v14.0.0
14.0.0 (2022-10-13)
⚠️ BREAKING CHANGES
- this module no longer attempts to change file ownership automatically
npm-registry-fetch
is now compatible with the following semver range for node:^14.17.0 || ^16.13.0 || >=18.0.0
Features
104a51f
#138 postinstall for dependabot template-oss PR (@lukekarrys)