This repository was archived by the owner on Nov 3, 2022. It is now read-only.
v5.0.0
5.0.0 (2022-10-06)
⚠️ BREAKING CHANGES
- unscoped auth configuration is no longer automatically scoped to a registry. the
validate
method is no longer called automatically. the_auth
configuration key is no longer split intousername
and_password
. errors will be thrown byvalidate()
if problems are found. @npmcli/config
is now compatible with the following semver range for node:^14.17.0 || ^16.13.0 || >=18.0.0