{pkg.version} {#if isLatest} (latest) {/if} {#if displayDates} {formatDistanceToNow(new Date(pkg.published_at), { addSuffix: true })} {:else} ... {/if} ยท {pkg.targets .map((target) => { return target.kind[0].toUpperCase() + target.kind.slice(1) }) .join(", ")}