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
fix: add --provenance flag for scoped package OIDC publish
Node 24 fixes the scoped package 404 bug, but --provenance flag
is required for OIDC token exchange to work correctly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix: switch to npm trusted publishing (OIDC, no token needed)
- Remove NODE_AUTH_TOKEN / NPM_TOKEN from workflow
- Use npm OIDC trusted publishing via id-token: write permission
- Bump version to 1.0.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix: switch scope to @remotego/remotego for trusted publishing
- Package renamed from @zhanju/remotego to @remotego/remotego
- Reset version to 1.0.0 for new scope
- Remove --provenance flag (Node 24 auto-detects OIDC)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>