Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-next-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != ''
Expand Down
2 changes: 1 addition & 1 deletion libs/ast-guard/package.json
Original file line number Diff line number Diff line change
@@ -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 <info@agentfront.dev>",
"homepage": "https://github.com/agentfront/enclave/tree/main/libs/ast-guard",
Expand Down
2 changes: 1 addition & 1 deletion libs/enclave-vm/package.json
Original file line number Diff line number Diff line change
@@ -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 <info@agentfront.dev>",
"homepage": "https://github.com/agentfront/enclave",
Expand Down
2 changes: 1 addition & 1 deletion libs/vectoriadb/package.json
Original file line number Diff line number Diff line change
@@ -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 <info@agentfront.dev>",
"homepage": "https://github.com/agentfront/frontmcp/tree/main/libs/vectoriadb",
Expand Down
Loading