data-cap
    Preparing search index...

    Interface ManifestFieldDiff

    The structured added/removed field-name diff for one changed capability.

    interface ManifestFieldDiff {
        added: readonly string[];
        removed: readonly string[];
    }
    Index
    added: readonly string[]

    Field names present now but not in the previous snapshot, sorted.

    removed: readonly string[]

    Field names present in the previous snapshot but not now, sorted.