mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 02:05:09 +01:00
Fix compatability
This commit is contained in:
parent
05c9ddf2c6
commit
a3adba968b
@ -1,6 +1,6 @@
|
|||||||
import { satisfies } from "semver";
|
import { satisfies } from "semver";
|
||||||
|
|
||||||
const allowedExtensionRange = "~1.0.0";
|
const allowedExtensionRange = "~1.0.2";
|
||||||
|
|
||||||
export function isAllowedExtensionVersion(version: string): boolean {
|
export function isAllowedExtensionVersion(version: string): boolean {
|
||||||
return satisfies(version, allowedExtensionRange);
|
return satisfies(version, allowedExtensionRange);
|
||||||
|
Loading…
Reference in New Issue
Block a user