Re-ship what 0.1.x lost to a stale tag
The published artifact was built from a commit older than the fix it
was meant to carry, because the release tag had not been moved onto it.
The code here is unchanged; only the version needed to advance so the
registry gets it.
Declare the Node floor this package already has
24 of the cohort's packages declared engines.node >=22.0.0 and 8 did
not. Seven of the eight depend on @c9up/ream, which declares it, so
their real floor was already 22 -- just invisible to npm. helix is
standalone but its CI builds and tests on Node 22 only.
Undeclared, a Node 20 install succeeds without a word and the failure
arrives later as a runtime error far from its cause.
Changes since v0.1.20.