From 23f290919155f21d15c93d24d5bec703f635915e Mon Sep 17 00:00:00 2001 From: Jacob Valdez Date: Tue, 10 Feb 2026 15:59:02 -0800 Subject: [PATCH 1/2] chore(release): bump driver to v0.4.1, release v0.5.1 Bump agi-driver optional dependency packages (@agi/agi-darwin-arm64, @agi/agi-darwin-x64, @agi/agi-linux-x64, @agi/agi-win32-x64) from 0.4.0 to 0.4.1 and bump package version from 0.5.0 to 0.5.1. Co-Authored-By: Claude Opus 4.6 --- package-lock.json | 12 ++++++------ package.json | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b7a4e5d..ef9a8a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agi_inc/agi-js", - "version": "0.4.2", + "version": "0.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agi_inc/agi-js", - "version": "0.4.2", + "version": "0.5.1", "license": "MIT", "dependencies": { "eventsource-parser": "^1.1.2" @@ -27,10 +27,10 @@ "node": ">=20.4.0" }, "optionalDependencies": { - "@agi/agi-darwin-arm64": "0.4.0", - "@agi/agi-darwin-x64": "0.4.0", - "@agi/agi-linux-x64": "0.4.0", - "@agi/agi-win32-x64": "0.4.0" + "@agi/agi-darwin-arm64": "0.4.1", + "@agi/agi-darwin-x64": "0.4.1", + "@agi/agi-linux-x64": "0.4.1", + "@agi/agi-win32-x64": "0.4.1" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 2c3d59a..3336852 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agi_inc/agi-js", - "version": "0.5.0", + "version": "0.5.1", "description": "Official TypeScript/JavaScript SDK for AGI.tech API", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -59,10 +59,10 @@ "eventsource-parser": "^1.1.2" }, "optionalDependencies": { - "@agi/agi-darwin-arm64": "0.4.0", - "@agi/agi-darwin-x64": "0.4.0", - "@agi/agi-linux-x64": "0.4.0", - "@agi/agi-win32-x64": "0.4.0" + "@agi/agi-darwin-arm64": "0.4.1", + "@agi/agi-darwin-x64": "0.4.1", + "@agi/agi-linux-x64": "0.4.1", + "@agi/agi-win32-x64": "0.4.1" }, "devDependencies": { "@types/node": "^20.10.0", From d1eb06fb15a24ecf9aa8141da6de405b8d590612 Mon Sep 17 00:00:00 2001 From: Jacob Valdez Date: Tue, 10 Feb 2026 16:25:44 -0800 Subject: [PATCH 2/2] fix: pin optional deps to driver v0.3.1 (not 0.4.1) Co-Authored-By: Claude Opus 4.6 --- package-lock.json | 8 ++++---- package.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef9a8a3..f9519a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,10 +27,10 @@ "node": ">=20.4.0" }, "optionalDependencies": { - "@agi/agi-darwin-arm64": "0.4.1", - "@agi/agi-darwin-x64": "0.4.1", - "@agi/agi-linux-x64": "0.4.1", - "@agi/agi-win32-x64": "0.4.1" + "@agi/agi-darwin-arm64": "0.3.1", + "@agi/agi-darwin-x64": "0.3.1", + "@agi/agi-linux-x64": "0.3.1", + "@agi/agi-win32-x64": "0.3.1" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 3336852..dceb25a 100644 --- a/package.json +++ b/package.json @@ -59,10 +59,10 @@ "eventsource-parser": "^1.1.2" }, "optionalDependencies": { - "@agi/agi-darwin-arm64": "0.4.1", - "@agi/agi-darwin-x64": "0.4.1", - "@agi/agi-linux-x64": "0.4.1", - "@agi/agi-win32-x64": "0.4.1" + "@agi/agi-darwin-arm64": "0.3.1", + "@agi/agi-darwin-x64": "0.3.1", + "@agi/agi-linux-x64": "0.3.1", + "@agi/agi-win32-x64": "0.3.1" }, "devDependencies": { "@types/node": "^20.10.0",