Skip to content

Commit e748ea4

Browse files
chore: update package versions and change build command to use yarn
1 parent 2d8658e commit e748ea4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish-on-next-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
212212
- name: Build packages
213213
if: steps.to_publish.outputs.projects != ''
214-
run: npx nx run-many --targets=build --projects="${{ steps.to_publish.outputs.projects }}" --parallel
214+
run: yarn nx run-many --targets=build --projects="${{ steps.to_publish.outputs.projects }}" --parallel
215215

216216
- name: Publish to npm
217217
if: steps.to_publish.outputs.projects != ''

libs/ast-guard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ast-guard",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A production-ready AST security guard for JavaScript - validate, protect, and enforce code safety with extensible rules",
55
"author": "AgentFront <info@agentfront.dev>",
66
"homepage": "https://github.com/agentfront/enclave/tree/main/libs/ast-guard",

libs/enclave-vm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enclave-vm",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Sandbox runtime for secure JavaScript code execution",
55
"author": "AgentFront <info@agentfront.dev>",
66
"homepage": "https://github.com/agentfront/enclave",

libs/vectoriadb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vectoriadb",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "VectoriaDB - A lightweight, production-ready in-memory vector database for semantic search",
55
"author": "AgentFront <info@agentfront.dev>",
66
"homepage": "https://github.com/agentfront/frontmcp/tree/main/libs/vectoriadb",

0 commit comments

Comments
 (0)