See foundry.utils.isNewerVersion for the function used for comparison.

interface PackageCompatibilityData {
    maximum: string;
    minimum: string;
    verified: string;
}

Properties

maximum: string

The Package will not function after this version

minimum: string

The Package will not function before this version

verified: string

Verified compatible up to this version