mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 03:15:07 +01:00
Bump compatibility to caret-style for extension
This commit is contained in:
parent
12ce1d2993
commit
31dc7f4967
@ -1,6 +1,6 @@
|
||||
import { satisfies } from "semver";
|
||||
|
||||
const allowedExtensionRange = "~1.0.2";
|
||||
const allowedExtensionRange = "^1.0.2";
|
||||
|
||||
export function isAllowedExtensionVersion(version: string): boolean {
|
||||
return satisfies(version, allowedExtensionRange);
|
||||
|
Loading…
Reference in New Issue
Block a user