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
npm optionalDependencies platform-package pins now match the package version. The previous release bumped the top-level version but left the pins at the prior version, so npm install resolved a stale platform binary (the new wrapper with the old binary). The publish workflow now rewrites optionalDependencies from the package version before npm publish, so the pins can no longer drift from the single source of truth.