UI5 Version Check - v0.2.0
    Preparing search index...

    Type Alias CheckSettings

    type CheckSettings = {
        allowedDaysBeforeEocp: number;
        basePath: string;
        eomAllowed: boolean;
        fixOutdated: boolean;
        manifestPaths: string[];
        useLTS: boolean;
    }
    Index

    Properties

    allowedDaysBeforeEocp: number

    Number of days that are allowed before the actual end of cloud provisioning

    basePath: string

    base path

    eomAllowed: boolean

    If true version that have reached end of maintenance will not trigger an error

    fixOutdated: boolean

    If true the invalid/outdated UI5 versions will be fixed

    manifestPaths: string[]

    relative paths of manifest.json files (starting from the basePath)

    useLTS: boolean

    If true, the latest LTS will be used as the new version