Skip to content

v0.1.21

Choose a tag to compare

@affandar affandar released this 17 Apr 04:51
· 12 commits to main since this release

Fixed

  • npm install duroxide now correctly pulls the duroxide-windows-x64 optional dependency. In v0.1.20, napi-rs's prepublish step rewrote the published optionalDependencies back to the default duroxide-win32-x64-msvc name, which does not exist on npm post-rename — so Windows installs failed with MODULE_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.