MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / BumpSelectItem

Interface BumpSelectItem

packages/bumpy/src/prompts/bump-select.ts:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const LEVELS: BumpLevel[] = ['skip', 'none', 'patch', 'minor', 'major'];
9
10export interface BumpSelectItem {
11 name: string;
12 version: string;
13 changed: boolean;
14 /** Pre-set level (e.g. from an existing bump file on the branch) */
15 initialLevel?: BumpLevel;
16}
17
18export interface BumpSelectResult {
19 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…