@suluk/builder - v0.1.11
    Preparing search index...

    Interface RegistrySource

    A configured remote registry (persisted by the host).

    interface RegistrySource {
        name: string;
        url: string;
        publicKey?: JsonWebKey;
    }
    Index

    Properties

    Properties

    name: string
    url: string
    publicKey?: JsonWebKey

    optional pinned publisher public key (JWK) — when set, the registry's signature is verified on every fetch