From d3e7ddb478bfa5f60276bc8378e98ee41340cb36 Mon Sep 17 00:00:00 2001 From: Naman Garg Date: Mon, 9 Feb 2026 15:21:32 -0800 Subject: [PATCH] chore: update package name and bump optional dependencies to 0.4.0 --- package-lock.json | 24 ++++++++++++++++++------ package.json | 2 +- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b78ab3..0eff050 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "agi", + "name": "@agi_inc/agi-js", "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "agi", + "name": "@agi_inc/agi-js", "version": "0.4.1", "license": "MIT", "dependencies": { @@ -27,12 +27,24 @@ "node": ">=20.4.0" }, "optionalDependencies": { - "@agi/agi-darwin-arm64": "0.3.0", - "@agi/agi-darwin-x64": "0.3.0", - "@agi/agi-linux-x64": "0.3.0", - "@agi/agi-win32-x64": "0.3.0" + "@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" } }, + "node_modules/@agi/agi-darwin-arm64": { + "optional": true + }, + "node_modules/@agi/agi-darwin-x64": { + "optional": true + }, + "node_modules/@agi/agi-linux-x64": { + "optional": true + }, + "node_modules/@agi/agi-win32-x64": { + "optional": true + }, "node_modules/@ampproject/remapping": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", diff --git a/package.json b/package.json index d06744d..c275e12 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "agi", + "name": "@agi_inc/agi-js", "version": "0.4.1", "description": "Official TypeScript/JavaScript SDK for AGI.tech API", "main": "./dist/index.js",