What changed
v0.0.37 exists because of one job in one workflow. The v0.0.36 release
of noyalib-wasm published its crate and its GitHub release, then failed
to publish to npm inside the package gate that v0.0.36 had just
introduced: npm 12 on the runner prints npm pack --json as an object
keyed by package name, where npm 11 printed an array.
Every noyalib crate moves together, so the repair is a release of the whole family.
Fixed
- The npm package gate reads both shapes of
npm pack --jsonand refuses an empty listing. It is tested under npm 11.19 and npm 12.0.@sebastienrousseau/noyalib-wasmresumes on npm at 0.0.37; the 0.0.35 package on npm lacks its bindings file and the 0.0.36 package was never published.
Unchanged
- The core, the language server, the MCP server, the CLI and the
serde-yaml shim carry no code change since v0.0.36. Their version
moves so that
=0.0.37names one known set.
Upgrading
Bump every noyalib crate you use to 0.0.37. npm users on 0.0.35 should
move to 0.0.37.