| 280 | } |
| 281 | |
| 282 | export interface BuildPublishUrlOptions { |
| 283 | /** Configured registry for the package (bumpy config or publishConfig). */ |
| 284 | registry?: string; |
| 285 | /** "owner/repo" slug, used to build GitHub Packages URLs. */ |
| 286 | repoSlug?: string; |
| 287 | } |
| 288 | |
| 289 | /** Build a browsable URL for a published package, honouring the configured registry. */ |
| 290 | export function buildPublishUrl( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…