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
```
|
||
|---|---|---|
| .. | ||
| command-line | ||
| models | ||
| plugins | ||
| types | ||
| client.ts | ||
| clientManager.ts | ||
| config.ts | ||
| helper.ts | ||
| identification.ts | ||
| index.d.ts | ||
| index.ts | ||
| log.ts | ||
| server.ts | ||
| tsconfig.json | ||