From d4701a110486ff680c0ff10bcb2b9750e69bbd7c Mon Sep 17 00:00:00 2001 From: vvillait88 Date: Fri, 21 Aug 2026 08:58:22 -0700 Subject: [PATCH] Move the toolchain to bun 1.4, and cut 2.7.7 setup-bun follows packageManager when no bun-version is given, so this one line is what moves CI, and it is the only thing that does. Bun 1.4 does not rewrite a v1 lockfile: a plain install and a frozen install both report no changes against the committed lock, so nothing here migrates to lockfileVersion 2 and older bun can still read it. Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8097f7a..fdc624f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agent-score/sdk", - "version": "2.7.6", + "version": "2.7.7", "description": "TypeScript client for the AgentScore APIs", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -67,7 +67,7 @@ "typescript-eslint": "^8.67.0", "vitest": "^4.1.11" }, - "packageManager": "bun@1.3.14", + "packageManager": "bun@1.4.0", "overrides": { "esbuild": "^0.28.1", "nanoid": "^3.3.17"