npm: libnpmpublish-v12.0.0 Release

Release date:
July 8, 2026
Previous version:
libnpmpublish-v12.0.0-pre.0 (released June 19, 2026)
Magnitude:
2,212 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

29 Features Released with libnpmpublish-v12.0.0

Top Contributors in libnpmpublish-v12.0.0

manzoorwanijk
JamieMagee
owlstronaut

Directory Browser for libnpmpublish-v12.0.0

All files are compared to previous version, libnpmpublish-v12.0.0-pre.0. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

12.0.0 (2026-07-08)

⚠️ BREAKING CHANGES

  • npm now supports node ^22.22.2 || ^24.15.0 || >=26.0.0
  • opts.access now defaults to null instead of 'public'. With null, libnpmpublish no longer sets an explicit access level in the publish payload, so new scoped packages are created as restricted (registry default) and republishes preserve the existing access level. Callers that want to force public access must now pass access: 'public' explicitly. ### Features
  • 5b83698 #9737 trigger release process (#9737) (@reggi)