cashapp/better-dynamic-features

Use correct semantic versioning comparisons

dellisd opened this issue · 0 comments

Right now we just compare version strings which will not always be correct.

e.g. evaluating "2.10.1" > "2.8.7" will return false. This can cause the lockfile to lock the wrong version.