Releases: npm/npm-registry-fetch
Releases · npm/npm-registry-fetch
v13.1.1
v13.1.0
13.1.0 (2022-03-22)
Features
Dependencies
- update make-fetch-happen requirement from ^10.0.3 to ^10.0.4 (#96) (38d9782)
- update make-fetch-happen requirement from ^10.0.4 to ^10.0.6 (#101) (1d2f3ed)
- update minipass-fetch requirement from ^2.0.1 to ^2.0.2 (#95) (d8c3180)
- update minipass-fetch requirement from ^2.0.2 to ^2.0.3 (#99) (3e08986)
- update npm-package-arg requirement from ^9.0.0 to ^9.0.1 (#102) (a6192b4)
npm-registry-fetch v13.0.1
npm-registry-fetch v13.0.0
⚠ BREAKING CHANGES
- this drops support for passing in a
log
property. All logs are now emitted on the process object viaproc-log
Features
Dependencies
npm-registry-fetch v12.0.2
Bug Fixes
- consistent use of url.URL (847e5f9)
Dependencies
- update make-fetch-happen requirement from ^10.0.0 to ^10.0.1 (d1a2a7f)
- update minipass requirement from ^3.1.3 to ^3.1.6 (caa4309)
- update minipass-fetch requirement from ^1.3.0 to ^1.4.1 (52f2ca9)
- update minizlib requirement from ^2.0.0 to ^2.1.2 (9258e8a)
- update npm-package-arg requirement from ^8.0.0 to ^8.1.5 (131ab16)
Documentation
- rename token to _authToken (d615b4e)
npm-registry-fetch v12.0.1
dependencies
- @npmcli/[email protected] (cc4cc11)
- [email protected] (6926dd1)
v4.0.1
- Fixed missing
safe-buffer
dependency, thanks @evocateur