MCPcopy
hub / github.com/antfu-collective/taze / RawDep

Interface RawDep

src/types.ts:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36export type Protocol = 'npm' | 'jsr'
37
38export interface RawDep {
39 name: string
40 currentVersion: string
41 source: DepType
42 update: boolean
43 parents?: string[]
44 protocol?: Protocol
45 hexHash?: string
46}
47
48export type DiffType = 'major' | 'minor' | 'patch' | 'error' | null
49

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…