Interface: ParsedVersionedPath¶
Defined in: resolver/src/git-url-utils.ts:35
Parsed versioned path structure.
Properties¶
path¶
path:
string
Defined in: resolver/src/git-url-utils.ts:37
Path without version (e.g., company/base)
version?¶
optionalversion:string
Defined in: resolver/src/git-url-utils.ts:39
Version tag if specified (e.g., v1.0.0)