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
chore(release): 1.4.0
Also pins down the twd-js requirement now that 1.9.0 is prepped: the README
and the runtime warning both name the version instead of saying "a newer
twd-js", so a user hitting the unpaced fallback knows exactly what to install.
fix: regenerate lockfile on linux to sync @emnapi to 1.10.0
npm on macOS never installs @rolldown/binding-wasm32-wasi, so it leaves
its pinned @emnapi/* transitive deps stale in the lock, breaking npm ci
on Linux CI. Adds npm run lock:linux (Docker) to regenerate the lock on
the platform CI actually uses.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>