This commit is contained in:
Dax Raad
2025-12-09 21:57:03 -05:00
committed by opencode
parent a3fbbece9a
commit c1ee6d6c41
4 changed files with 4 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ const notes = [] as string[]
console.log("=== publishing ===\n")
if (!Script.preview) {
const previous = await fetch("https://registry.npmjs.org/opencode-ai/latest-1")
const previous = await fetch("https://registry.npmjs.org/opencode-ai/latest")
.then((res) => {
if (!res.ok) throw new Error(res.statusText)
return res.json()