v1.3.2 – Fix for Registry Publishing
This patch ensures reliable publishing to both npmjs and GitHub Packages by:
- Upgrading
npmto v11.4.1 - Re-adding
npm ciin 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.