Skip to content

v1.3.2 – Fix for Registry Publishing

Choose a tag to compare

@SunDevil311 SunDevil311 released this 24 Jun 05:31
· 19 commits to master since this release

This patch ensures reliable publishing to both npmjs and GitHub Packages by:

  • Upgrading npm to v11.4.1
  • Re-adding npm ci in publish jobs
  • Validating authentication with npm whoami

These changes address failures introduced in v1.3.0 and v1.3.1 related to lockfile handling and registry auth.