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

    the committed link file: the release tag + repo plus every downloadable shard's integrity hash + size

    interface SigDbRemote {
        format?: string;
        repo?: string;
        schema?: number;
        shards: Record<string, RemoteShard>;
        tag: string;
    }
    Index

    Properties

    format?: string
    repo?: string
    schema?: number
    shards: Record<string, RemoteShard>
    tag: string