drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias FleetRow

    what one site reports about itself

    type FleetRow = {
        coreVersion: string;
        lastSeenMs: number;
        packGeneration: string;
        plan: "free" | "paid";
        site: string;
        workerVersion: string;
    }
    Index
    coreVersion: string

    the Drupal core version the pack carries

    lastSeenMs: number
    packGeneration: string

    the migration pack it replayed, which is what a patch actually changes

    plan: "free" | "paid"
    site: string
    workerVersion: string

    the Worker version serving it, which is the rollback unit