You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(setup-packages): simplify coerce using tryParseRange
Replace the regex-based coerce helper with tryParseRange from std-semver,
which parses an engines range string and yields a Comparator (which extends
SemVer) directly — no manual extraction needed.
0 commit comments