From c8b492ddbf9a802dc576d5e8aadf68faf17306ea Mon Sep 17 00:00:00 2001 From: vvillait88 Date: Thu, 30 Jul 2026 22:19:48 -0700 Subject: [PATCH 1/2] deps: @types/node 26.1.2 Routine dev-only bump. Coupled set and held majors (eslint v10, TypeScript v7) deliberately untouched. Gates: lint, typecheck, test all exit 0 (161 passed, 9 skipped). Co-Authored-By: Claude Opus 5 (1M context) --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 7ba7c7a..0ca7884 100644 --- a/bun.lock +++ b/bun.lock @@ -6,7 +6,7 @@ "name": "@agent-score/sdk", "devDependencies": { "@eslint/js": "^9.39.5", - "@types/node": "^26.1.1", + "@types/node": "^26.1.2", "@vitest/coverage-v8": "^4.1.10", "dotenv": "^17.4.2", "eslint": "^9.39.5", @@ -309,7 +309,7 @@ "@types/json5": ["@types/json5@0.0.29", "", {}, "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="], - "@types/node": ["@types/node@26.1.1", "", { "dependencies": { "undici-types": "~8.3.0" } }, "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw=="], + "@types/node": ["@types/node@26.1.2", "", { "dependencies": { "undici-types": "~8.3.0" } }, "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg=="], "@typescript-eslint/eslint-plugin": ["@typescript-eslint/eslint-plugin@8.65.0", "", { "dependencies": { "@eslint-community/regexpp": "^4.12.2", "@typescript-eslint/scope-manager": "8.65.0", "@typescript-eslint/type-utils": "8.65.0", "@typescript-eslint/utils": "8.65.0", "@typescript-eslint/visitor-keys": "8.65.0", "ignore": "^7.0.5", "natural-compare": "^1.4.0", "ts-api-utils": "^2.5.0" }, "peerDependencies": { "@typescript-eslint/parser": "^8.65.0", "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.1.0" } }, "sha512-IEgob78X12rHpUmtcwFsXhZdVGJtwTVP8FiCLZkR6GlYVrl2PcuB+KhCE5BlVC/eQpQnu8WXRtkHZuPar+gCRA=="], diff --git a/package.json b/package.json index e55b968..d8e89df 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ }, "devDependencies": { "@eslint/js": "^9.39.5", - "@types/node": "^26.1.1", + "@types/node": "^26.1.2", "@vitest/coverage-v8": "^4.1.10", "dotenv": "^17.4.2", "eslint": "^9.39.5", From bc4e6e33e0bb1bfc8b605f0087a2b8116647e985 Mon Sep 17 00:00:00 2001 From: vvillait88 Date: Thu, 30 Jul 2026 22:45:28 -0700 Subject: [PATCH 2/2] chore: bump to v2.7.1 for release Dependency movement only; no public API, signature, or wire format change, so this is a patch bump. Release notes belong in the GitHub Release body at tag time. Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8e89df..a33845d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agent-score/sdk", - "version": "2.7.0", + "version": "2.7.1", "description": "TypeScript client for the AgentScore APIs", "main": "./dist/index.js", "module": "./dist/index.mjs",