mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
Noticed this breakage while trying to install a plugin on 4.4.1-rc2.
```
> semver.default.satisfies("4.4.1-rc2", ">=4.3.0")
false
> semver.default.satisfies("4.4.1-rc2", ">=4.3.0", {includePrerelease: true})
true
```
|
||
|---|---|---|
| .. | ||
| users | ||
| index.ts | ||
| install.ts | ||
| outdated.ts | ||
| start.ts | ||
| uninstall.ts | ||
| upgrade.ts | ||
| utils.ts | ||