@eagleoutice/flowr - v2.13.14
    Preparing search index...

    the outcome of enforceArcConsistency: the pruned version sets, and which partner blocked each package

    interface ArcConsistency {
        blockers: Map<string, Map<string, string>>;
        survivors: Map<string, TimelineEntry[]>;
    }
    Index
    blockers: Map<string, Map<string, string>>

    per package, the partner that rejected a version and the requirement it could not meet

    survivors: Map<string, TimelineEntry[]>