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

Interface PlannedRelease

packages/bumpy/src/types.ts:341–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341export type PackageManager = 'npm' | 'pnpm' | 'yarn' | 'bun';
342
343// ---- Dependency graph ----
344
345export interface DependentInfo {
346 /** The package that depends on the source */
347 name: string;
348 depType: DepType;
349 versionRange: string;
350}
351
352// ---- Release plan ----
353
354export interface PlannedRelease {
355 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…