瀏覽代碼

upgrade to bun 1.3.1

Dax Raad 10 月之前
父節點
當前提交
06ac1be226
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      package.json
  2. 2 2
      packages/script/src/index.ts

+ 1 - 1
package.json

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

+ 2 - 2
packages/script/src/index.ts

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