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

Interface WorkspaceInfo

packages/bumpy/src/utils/package-manager.ts:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import yaml from 'js-yaml';
5
6export interface WorkspaceInfo {
7 packageManager: PackageManager;
8 globs: string[];
9 catalogs: CatalogMap;
10}
11
12/** Map of catalog name → { depName → version }. Default catalog uses "" as key. */
13export type CatalogMap = Map<string, Record<string, 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…