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
keshav-space
changed the title
Incorect handling of prerelease caret range in NpmVersionRange.from_native
NpmVeresionRange is giving incorrect version range sequence for prerelease caret range
Sep 1, 2023
- Don't use `python-semanticversion` for parsing the npm caret range:
it's returning incorrect vers range for the prerelease caret range expressions.
- Issue #117
Signed-off-by: Keshav Priyadarshi <[email protected]>
NpmVeresionRange is giving incorrect version range sequence for prerelease caret range
The correct sequence of constraints should be
'vers:npm/>=1.2.3-beta.2|<2.0.0'
The text was updated successfully, but these errors were encountered: