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: fetch prebuilt binary from latest GitHub release, not package version
Query the GitHub releases API for the latest tag instead of deriving
it from package.json. This ensures users always get the newest
prebuilt binary regardless of which npm version they installed.
0 commit comments