Commit ed6cf9b
committed
fix: fall back to a literal tag when a component ref is not a semver range
A ref of only digits matches the semver range pattern, but a tag literally
named 9 or 0.1 is not valid semver, so range resolution found nothing and
the assertion fired instead of using the ref as-is.1 parent e3f4023 commit ed6cf9b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | | - | |
| 285 | + | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
0 commit comments