🎫 semver.ts

This commit is contained in:
nirholas
2026-03-31 10:24:27 +00:00
parent 1d8aaee162
commit e5a648c941

View File

@@ -57,3 +57,4 @@ export function order(a: string, b: string): -1 | 0 | 1 {
}
return getNpmSemver().compare(a, b, { loose: true })
}