GHHG10's picture
download
raw
310 Bytes
#!/usr/bin/env bun
import { Script } from "@opencode-ai/script"
await import("./prebuild")
const pkg = await Bun.file("./package.json").json()
pkg.version = Script.version
await Bun.write("./package.json", JSON.stringify(pkg, null, 2) + "\n")
console.log(`Updated package.json version to ${Script.version}`)

Xet Storage Details

Size:
310 Bytes
·
Xet hash:
e429661f61f983a19412cc5fb276ad56c3792b1592e8dbff936015cce3db1542

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.