PackageVersion: {
    createdAt: string;
    package?: PackageName;
    rekorLogId?: string;
    scope: ScopeName;
    updatedAt: string;
    version: Version;
    yanked: boolean;
}

Type declaration

  • createdAt: string

    The date and time when the package version was created.

  • Optionalpackage?: PackageName
  • OptionalrekorLogId?: string

    Rekor log ID for the published package version.

  • scope: ScopeName
  • updatedAt: string

    The date and time when the package version was last updated.

  • version: Version
  • yanked: boolean

    Whether the version has been yanked.