v0.1.20
Fixed
- Windows dispatcher now resolves the correct platform subpackage (
duroxide-windows-x64). Previouslyrequire('duroxide-win32-x64-msvc')inindex.jsthrewMODULE_NOT_FOUND, makingduroxide@0.1.19unusable on Windows (#13).
Added
- Cross-platform packaging smoke tests (
ci/smoke/) that install from local tarballs on ubuntu, macos-14, macos-13, and windows-latest, plus post-publish registry smoke. Publish is gated on all-platform smoke success.
See CHANGELOG.md.