Skip to content

v1.89.8

Choose a tag to compare

@autogame-17 autogame-17 released this 13 Jun 02:47

@evomap/evolver v1.89.8 — hotfix (completes 1.89.7)

Fixes the startup crash that affected both v1.89.6 and v1.89.7.

Fixed

  • evolver run crashed at requiresavingsCore.js shipped without the conformance/savings-core/constants.json it loads. It had to be added to TWO allow-lists: public.manifest.json (copy into the build) and the published package.json files field (what npm publish ships). v1.89.7 fixed only the first and still shipped broken; v1.89.8 fixes both.
  • built-entry-loads pre-publish gate hardened — it now npm packs + extracts the tarball and requires the entry from the EXTRACTED package (deps via NODE_PATH), so a files-field exclusion blocks the release. Verified against a fresh npm install.

Upgrade: npm i -g @evomap/evolver@latest