Adom Hydrogen (Windows / WSL2)
Public Made by Adomby adom
The Windows (WSL2) platform layer for Hydrogen.
Stale dependency range: adom/hydrogen-bootstrap@^0.2.0 excludes 0.3.0
A new version of adom/hydrogen-bootstrap was published, and this package's declared dependency range on it now excludes that latest version.
- Dependency:
adom/hydrogen-bootstrap - Declared range here:
^0.2.0 - New latest:
0.3.0
Why this matters. A range that excludes the dependency's latest wedges update resolution. On adom-wiki CLI versions before 1.0.56, one stranded range fails the whole update sweep, so nothing in the workspace updates. On 1.0.56 and later the CLI skips just this package, so it keeps resolving to an old version and silently stops receiving updates.
How to fix it. Widen or bump the range on adom/hydrogen-bootstrap in this package's package.json, then republish:
- Set the range to admit
0.3.0, for example"adom/hydrogen-bootstrap": "^0.3.0". - Republish with
adom-wiki pkg publish.
Once you republish with a range that admits 0.3.0, this issue closes automatically.
Filed automatically by the Adom registry.