diff --git a/package-lock.json b/package-lock.json index b7a4e5d..f9519a2 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.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 2c3d59a..dceb25a 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.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",