diff --git a/packages/tools/registryExecute/package.json b/packages/tools/registryExecute/package.json index 64c517d..1d9bce2 100644 --- a/packages/tools/registryExecute/package.json +++ b/packages/tools/registryExecute/package.json @@ -1,6 +1,6 @@ { "name": "@tpmjs/registry-execute", - "version": "0.1.4", + "version": "0.1.5", "description": "Execute tools from the TPMJS registry in any AI SDK agent", "type": "module", "main": "dist/index.js", diff --git a/packages/tools/registrySearch/package.json b/packages/tools/registrySearch/package.json index ba569e2..e57f1fb 100644 --- a/packages/tools/registrySearch/package.json +++ b/packages/tools/registrySearch/package.json @@ -1,6 +1,6 @@ { "name": "@tpmjs/registry-search", - "version": "0.1.3", + "version": "0.1.4", "description": "Search the TPMJS tool registry from any AI SDK agent", "type": "module", "main": "dist/index.js",