Skip to content

Releases: npm/npm-registry-fetch

npm-registry-fetch v13.0.0

15 Feb 00:15
876bca8
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • this drops support for passing in a log property. All logs are now emitted on the process object via proc-log

Features

  • use proc-log and drop npmlog support (#85) (db90766)

Dependencies

  • bump npm-package-arg from 8.1.5 to 9.0.0 (0b41730)
  • update make-fetch-happen requirement from ^10.0.1 to ^10.0.2 (6644733)

npm-registry-fetch v12.0.2

09 Feb 17:06
Compare
Choose a tag to compare

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

25 Jan 19:07
Compare
Choose a tag to compare

dependencies

  • @npmcli/template-oss@2.5.1 (cc4cc11)
  • make-fetch-happen@10.0.0 (6926dd1)

v4.0.1

13 Sep 19:23
c5fec09
Compare
Choose a tag to compare
  • Fixed missing safe-buffer dependency, thanks @evocateur