diff --git a/.github/workflows/publish-on-next-close.yml b/.github/workflows/publish-on-next-close.yml index 3f05159..e5de6a1 100644 --- a/.github/workflows/publish-on-next-close.yml +++ b/.github/workflows/publish-on-next-close.yml @@ -211,7 +211,7 @@ jobs: - name: Build packages if: steps.to_publish.outputs.projects != '' - run: npx nx run-many --targets=build --projects="${{ steps.to_publish.outputs.projects }}" --parallel + run: yarn nx run-many --targets=build --projects="${{ steps.to_publish.outputs.projects }}" --parallel - name: Publish to npm if: steps.to_publish.outputs.projects != '' diff --git a/libs/ast-guard/package.json b/libs/ast-guard/package.json index 8c9d602..a87b938 100644 --- a/libs/ast-guard/package.json +++ b/libs/ast-guard/package.json @@ -1,6 +1,6 @@ { "name": "ast-guard", - "version": "1.1.0", + "version": "1.1.1", "description": "A production-ready AST security guard for JavaScript - validate, protect, and enforce code safety with extensible rules", "author": "AgentFront ", "homepage": "https://github.com/agentfront/enclave/tree/main/libs/ast-guard", diff --git a/libs/enclave-vm/package.json b/libs/enclave-vm/package.json index 604d80f..34d88bc 100644 --- a/libs/enclave-vm/package.json +++ b/libs/enclave-vm/package.json @@ -1,6 +1,6 @@ { "name": "enclave-vm", - "version": "1.0.2", + "version": "1.0.3", "description": "Sandbox runtime for secure JavaScript code execution", "author": "AgentFront ", "homepage": "https://github.com/agentfront/enclave", diff --git a/libs/vectoriadb/package.json b/libs/vectoriadb/package.json index 072f520..73f1ba0 100644 --- a/libs/vectoriadb/package.json +++ b/libs/vectoriadb/package.json @@ -1,6 +1,6 @@ { "name": "vectoriadb", - "version": "2.0.0", + "version": "2.0.1", "description": "VectoriaDB - A lightweight, production-ready in-memory vector database for semantic search", "author": "AgentFront ", "homepage": "https://github.com/agentfront/frontmcp/tree/main/libs/vectoriadb",