Skip to content

Commit b5a290f

Browse files
JacobFVclaude
andauthored
chore(release): bump driver to v0.4.1, release v0.5.1 (#13)
* 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 <noreply@anthropic.com> * fix: pin optional deps to driver v0.3.1 (not 0.4.1) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0b11341 commit b5a290f

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agi_inc/agi-js",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Official TypeScript/JavaScript SDK for AGI.tech API",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -59,10 +59,10 @@
5959
"eventsource-parser": "^1.1.2"
6060
},
6161
"optionalDependencies": {
62-
"@agi/agi-darwin-arm64": "0.4.0",
63-
"@agi/agi-darwin-x64": "0.4.0",
64-
"@agi/agi-linux-x64": "0.4.0",
65-
"@agi/agi-win32-x64": "0.4.0"
62+
"@agi/agi-darwin-arm64": "0.3.1",
63+
"@agi/agi-darwin-x64": "0.3.1",
64+
"@agi/agi-linux-x64": "0.3.1",
65+
"@agi/agi-win32-x64": "0.3.1"
6666
},
6767
"devDependencies": {
6868
"@types/node": "^20.10.0",

0 commit comments

Comments
 (0)