Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 19:29
1ba9db8

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 into username and _password. errors will be thrown by validate() 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

Features