upgrade to bun 1.3.1

This commit is contained in:
Dax Raad
2025-11-02 14:00:50 -05:00
parent 05489bc843
commit 06ac1be226
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"description": "AI-powered development tool", "description": "AI-powered development tool",
"private": true, "private": true,
"type": "module", "type": "module",
"packageManager": "bun@1.3.0", "packageManager": "bun@1.3.1",
"scripts": { "scripts": {
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts", "dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
"typecheck": "bun turbo typecheck", "typecheck": "bun turbo typecheck",

View File

@@ -1,7 +1,7 @@
import { $ } from "bun" import { $ } from "bun"
if (process.versions.bun !== "1.3.0") { if (process.versions.bun !== "1.3.1") {
throw new Error("This script requires bun@1.3.0") throw new Error("This script requires bun@1.3.1")
} }
const CHANNEL = const CHANNEL =