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

Releases: npm/config

v6.0.1

17 Oct 19:36
5e3f9ed
Compare
Choose a tag to compare

6.0.1 (2022-10-17)

Dependencies

  • dca20cc #99 bump @npmcli/map-workspaces from 2.0.4 to 3.0.0
  • fc42456 #100 bump proc-log from 2.0.1 to 3.0.0

v6.0.0

13 Oct 19:25
516121f
Compare
Choose a tag to compare

6.0.0 (2022-10-13)

⚠️ BREAKING CHANGES

  • this module no longer attempts to change file ownership automatically

Features

Dependencies

  • c62c19c #95 bump read-package-json-fast from 2.0.3 to 3.0.0

v5.0.0

06 Oct 19:29
1ba9db8
Compare
Choose a tag to compare

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

v4.2.2

25 Aug 18:30
4740947
Compare
Choose a tag to compare

4.2.2 (2022-08-25)

Bug Fixes

  • warn on bare auth related configs (#78) (d4e582a)

v4.2.1

09 Aug 16:41
4e723ab
Compare
Choose a tag to compare

4.2.1 (2022-08-09)

Bug Fixes

Dependencies

v4.2.0

18 Jul 17:16
b778761
Compare
Choose a tag to compare

4.2.0 (2022-07-18)

Features

  • detect registry-scoped certfile and keyfile options (#69) (e58a4f1)

v4.1.0

13 Apr 16:29
Compare
Choose a tag to compare

4.1.0 (2022-04-13)

Features

v4.0.2

05 Apr 17:23
1f47a6c
Compare
Choose a tag to compare

4.0.2 (2022-04-05)

Bug Fixes

  • replace deprecated String.prototype.substr() (#59) (43893b6)

Dependencies

  • bump ini from 2.0.0 to 3.0.0 (#60) (965e2a4)
  • update @npmcli/map-workspaces requirement from ^2.0.1 to ^2.0.2 (#49) (9a0f182)

@npmcli/config v4.0.1

02 Mar 16:43
054eea7
Compare
Choose a tag to compare

Bug Fixes

  • skip workspace detection when in global mode (#47) (bedff61)

Dependencies

  • update @npmcli/map-workspaces requirement from ^2.0.0 to ^2.0.1 (#43) (c397ab8)

@npmcli/config v4.0.0

15 Feb 00:16
3c97e7e
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • drop support for the log option

Features

Bug Fixes