v1.89.7
EvoMap/evolverv1.89.7Jun 13, 2026by autogame-17
AI Summary
A hotfix that fixes a startup crash in v1.89.6 by ensuring the `conformance/` directory is packaged and adding a new pre-publish gate.
Key Highlights
- Fixed `evolver run` crash by packaging the `conformance/**` directory which was previously omitted.
- Added `built-entry-loads` pre-publish gate to block releases missing packaged runtime files.
Full Release Notes
## @evomap/evolver v1.89.7 — hotfix Fixes a startup crash in v1.89.6. ### Fixed - **`evolver run` crashed at require on v1.89.6** — the package shipped `savingsCore.js` but the publish manifest omitted `conformance/`, so the required `conformance/savings-core/constants.json` was missing from the tarball and `index.js` threw at load. `conformance/**` is now packaged. - **New `built-entry-loads` pre-publish gate** requires the built `dist-public/index.js` so a missing packaged runtime file blocks the release instead of shipping (parse-only checks + source-tree tests missed it). Upgrade: `npm i -g @evomap/evolver@latest`.