method ReleaseManager.prototype.verifyJsrPublication
ReleaseManager.prototype.verifyJsrPublication(
version: string,
progress: StdProgressIndicator | null,
): Promise<{ success: boolean; jsrUrl?: string; error?: string; attempts?: number; }>

Verify JSR publication with monitoring and auto-fix

Parameters

version: string
  • Version to verify
progress: StdProgressIndicator | null
  • Progress indicator instance

Return Type

Promise<{ success: boolean; jsrUrl?: string; error?: string; attempts?: number; }>

Verification result

Usage

import { ReleaseManager } from ".";