@karmaniverous/jeeves
    Preparing search index...

    Interface ComponentVersionEntry

    Version entry for a single component.

    interface ComponentVersionEntry {
        pluginPackage?: string;
        pluginVersion?: string;
        servicePackage?: string;
        updatedAt: string;
    }
    Index

    Properties

    pluginPackage?: string

    npm package name for the plugin.

    pluginVersion?: string

    Plugin version (the OpenClaw plugin package version).

    servicePackage?: string

    npm package name for the service.

    updatedAt: string

    ISO timestamp of last update.