diff --git a/apps/ix/package.json b/apps/ix/package.json index 561ed9e..1bda0b0 100644 --- a/apps/ix/package.json +++ b/apps/ix/package.json @@ -3,6 +3,9 @@ "description": "The Agent IX unified CLI binary.", "version": "0.6.0", "license": "AGPL-3.0-or-later", + "publishConfig": { + "access": "public" + }, "type": "module", "bin": { "ix": "./bin/ix.js" diff --git a/packages/elements/package.json b/packages/elements/package.json index b4c1fda..d481523 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -3,6 +3,9 @@ "description": "Element discovery, tap management, and project scaffolding commands for ix-cli.", "version": "0.6.0", "license": "AGPL-3.0-or-later", + "publishConfig": { + "access": "public" + }, "type": "module", "files": [ "dist/", diff --git a/packages/local/package.json b/packages/local/package.json index 7338378..ace8b36 100644 --- a/packages/local/package.json +++ b/packages/local/package.json @@ -3,6 +3,9 @@ "description": "Local cluster commands for ix-cli (up, down, init-cluster, auth).", "version": "0.6.0", "license": "AGPL-3.0-or-later", + "publishConfig": { + "access": "public" + }, "type": "module", "files": [ "dist/",