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

    Type Alias ManifestCheckSummary

    Summary of manifest.json file check

    type ManifestCheckSummary = {
        newVers: string;
        oldVers: string;
        relPath: string;
        status: "error" | "warn" | "ok";
        statusIcon: "✅" | "⚠️" | "❌";
        statusText: string;
    }
    Index

    Properties

    newVers: string

    the updated version or -

    oldVers: string

    the detected version in the manifest

    relPath: string

    Relative path to manifest

    status: "error" | "warn" | "ok"

    check status

    statusIcon: "✅" | "⚠️" | "❌"

    check status icon

    statusText: string

    contains status message, collected during check