KiCad - the KiCad Bridge
Public Made by Adomby adom
Reference implementation of the KiCad bridge — multi-instance Python server, forward path via kicad-cli, reverse path via in-process plugin. Most complex of the three bundled bridges.
Stale dependency range: adom/adom-bridge@^1.9.0 excludes 2.0.0
A new version of adom/adom-bridge was published, and this package's declared dependency range on it now excludes that latest version.
- Dependency:
adom/adom-bridge - Declared range here:
^1.9.0 - New latest:
2.0.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/adom-bridge in this package's package.json, then republish:
- Set the range to admit
2.0.0, for example"adom/adom-bridge": "^2.0.0". - Republish with
adom-wiki pkg publish.
Once you republish with a range that admits 2.0.0, this issue closes automatically.
Filed automatically by the Adom registry.