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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
npm package failed to start via npx/bunx (#108, #109): v1.8.0's bin pointed at src/index.ts while files only shipped build/**, so the published tarball couldn't resolve its own imports. bin points to build/index.js again; the 1.8.1 tarball is self-contained. Every install of @latest was affected — upgrading is the fix.
Changed
npm publishing now uses Trusted Publishing (OIDC) — no stored NPM_TOKEN (#106)