dependabit / plugins/registry/src / PluginCheckResult
Interface: PluginCheckResult
Defined in: packages/plugins/registry/src/registry.ts:93
The result returned by Plugin.check.
Remarks
hash should be a stable, deterministic digest of the resource state (e.g., a SHA-256 of the version string or content). The Monitor uses hash equality to detect changes.
Properties
| Property | Type | Defined in |
|---|---|---|
available | boolean | packages/plugins/registry/src/registry.ts:96 |
hash | string | packages/plugins/registry/src/registry.ts:95 |
metadata? | Record<string, unknown> | packages/plugins/registry/src/registry.ts:97 |
version? | string | packages/plugins/registry/src/registry.ts:94 |