Skip to content

v0.11.3

Choose a tag to compare

@mpge mpge released this 12 Sep 18:16
· 13 commits to main since this release
701ebde

pages.json shipped in 0.11.2 — except it did not.

files listed only src, so the manifest every backend is meant to check its own page names against was exported, documented as the contract, and absent from the tarball.

exports and files are independent lists and nothing compares them: an export can name a path the package does not contain and npm publish says nothing. tests/packaging.test.js now reads the real file list from npm pack --dry-run --json and fails if any path named in exports is missing from it.

If you are consuming @escalated-dev/escalated/pages.json, this is the first version where it exists.