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",