You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Publishing guidance now explicitly documents that --access public is required for scoped package publishes, and that publishConfig.access alone may not control npm endpoint routing in all publish contexts.
Added an explicit manual publish command example (npm publish --provenance --access public) in the README publishing section.
Fixed
Release workflow publish failure guidance now calls out missing --access public as a first-class failure cause when troubleshooting npm publish errors.