Release: merge release/solid-logic-202603200016 into main by bourgeoa · Pull Request #223 · SolidOS/solid-logic

The dependency version for solid-namespace was changed from a caret range to an exact pin ("0.5.4"). This is inconsistent with the rest of this package.json (all other deps use semver ranges) and will prevent consumers/installations from automatically receiving compatible patch/minor updates. If the pin isn’t intentional, switch back to a ^0.5.4 range; if it is intentional, consider documenting the reason (e.g., a known breaking change in 0.5.x).

"solid-namespace": "0.5.4"
"solid-namespace": "^0.5.4"