v0.1.21
Fixed
npm install duroxidenow correctly pulls theduroxide-windows-x64optional dependency. In v0.1.20, napi-rs'sprepublishstep rewrote the publishedoptionalDependenciesback to the defaultduroxide-win32-x64-msvcname, which does not exist on npm post-rename — so Windows installs failed withMODULE_NOT_FOUND. Caught by the new post-publish registry smoke.
CI now publishes the main package with --ignore-scripts to preserve our manifest exactly. All platform-binary prep still happens in earlier workflow steps.
See CHANGELOG.md.