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
8 changes: 4 additions & 4 deletions apps/streaming-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"runtime": "ts-node src/runtime-server.ts"
},
"dependencies": {
"@enclave-vm/broker": "2.13.0",
"@enclave-vm/client": "2.13.0",
"@enclave-vm/core": "2.13.0",
"@enclave-vm/types": "2.13.0",
"@enclave-vm/broker": "2.15.2",
"@enclave-vm/client": "2.15.2",
"@enclave-vm/core": "2.15.2",
"@enclave-vm/types": "2.15.2",
"express": "^4.21.0",
"zod": "^3.24.0"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enclave-vm/ast",
"version": "2.13.0",
"version": "2.15.2",
"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
8 changes: 4 additions & 4 deletions libs/broker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enclave-vm/broker",
"version": "2.13.0",
"version": "2.15.2",
"description": "Tool broker and session management for the EnclaveJS streaming runtime",
"author": "AgentFront <info@agentfront.dev>",
"homepage": "https://github.com/agentfront/enclave",
Expand Down Expand Up @@ -35,9 +35,9 @@
}
},
"dependencies": {
"@enclave-vm/core": "2.13.0",
"@enclave-vm/stream": "2.13.0",
"@enclave-vm/types": "2.13.0",
"@enclave-vm/core": "2.15.2",
"@enclave-vm/stream": "2.15.2",
"@enclave-vm/types": "2.15.2",
"minimatch": "^10.2.5",
"zod": "^4.3.6"
}
Expand Down
4 changes: 2 additions & 2 deletions libs/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enclave-vm/browser",
"version": "2.13.0",
"version": "2.15.2",
"description": "Browser sandbox runtime for secure JavaScript code execution using double iframe isolation",
"author": "AgentFront <info@agentfront.dev>",
"homepage": "https://github.com/agentfront/enclave",
Expand Down Expand Up @@ -36,7 +36,7 @@
}
},
"dependencies": {
"@enclave-vm/ast": "2.13.0",
"@enclave-vm/ast": "2.15.2",
"acorn": "8.15.0",
"astring": "1.9.0",
"zod": "^4.3.6"
Expand Down
6 changes: 3 additions & 3 deletions libs/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enclave-vm/client",
"version": "2.13.0",
"version": "2.15.2",
"description": "Browser and Node.js client SDK for the EnclaveJS streaming runtime",
"author": "AgentFront <info@agentfront.dev>",
"homepage": "https://github.com/agentfront/enclave",
Expand Down Expand Up @@ -34,7 +34,7 @@
}
},
"dependencies": {
"@enclave-vm/stream": "2.13.0",
"@enclave-vm/types": "2.13.0"
"@enclave-vm/stream": "2.15.2",
"@enclave-vm/types": "2.15.2"
}
}
6 changes: 3 additions & 3 deletions libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enclave-vm/core",
"version": "2.13.0",
"version": "2.15.2",
"description": "Sandbox runtime for secure JavaScript code execution",
"author": "AgentFront <info@agentfront.dev>",
"homepage": "https://github.com/agentfront/enclave",
Expand Down Expand Up @@ -46,8 +46,8 @@
},
"dependencies": {
"@babel/standalone": "^7.29.0",
"@enclave-vm/ast": "2.13.0",
"@enclave-vm/types": "2.13.0",
"@enclave-vm/ast": "2.15.2",
"@enclave-vm/types": "2.15.2",
"@types/estree": "1.0.8",
"acorn": "8.15.0",
"acorn-walk": "8.3.4",
Expand Down
4 changes: 2 additions & 2 deletions libs/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enclave-vm/react",
"version": "2.13.0",
"version": "2.15.2",
"description": "React hooks and components for the EnclaveJS streaming runtime",
"author": "AgentFront <info@agentfront.dev>",
"homepage": "https://github.com/agentfront/enclave",
Expand Down Expand Up @@ -34,7 +34,7 @@
}
},
"dependencies": {
"@enclave-vm/client": "2.13.0"
"@enclave-vm/client": "2.15.2"
},
"peerDependencies": {
"react": ">=18.0.0"
Expand Down
8 changes: 4 additions & 4 deletions libs/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enclave-vm/runtime",
"version": "2.13.0",
"version": "2.15.2",
"description": "Standalone runtime worker for EnclaveJS - deployable execution environment",
"author": "AgentFront <info@agentfront.dev>",
"homepage": "https://github.com/agentfront/enclave",
Expand Down Expand Up @@ -37,9 +37,9 @@
"enclave-runtime": "./dist/cli.js"
},
"dependencies": {
"@enclave-vm/core": "2.13.0",
"@enclave-vm/stream": "2.13.0",
"@enclave-vm/types": "2.13.0"
"@enclave-vm/core": "2.15.2",
"@enclave-vm/stream": "2.15.2",
"@enclave-vm/types": "2.15.2"
},
"devDependencies": {
"ws": "^8.19.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enclave-vm/stream",
"version": "2.13.0",
"version": "2.15.2",
"description": "Streaming protocol implementation for EnclaveJS runtime (NDJSON, encryption, reconnection)",
"author": "AgentFront <info@agentfront.dev>",
"homepage": "https://github.com/agentfront/enclave",
Expand Down Expand Up @@ -35,6 +35,6 @@
}
},
"dependencies": {
"@enclave-vm/types": "2.13.0"
"@enclave-vm/types": "2.15.2"
}
}
2 changes: 1 addition & 1 deletion libs/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enclave-vm/types",
"version": "2.13.0",
"version": "2.15.2",
"description": "Type definitions and Zod schemas for the EnclaveJS streaming runtime protocol",
"author": "AgentFront <info@agentfront.dev>",
"homepage": "https://github.com/agentfront/enclave",
Expand Down
46 changes: 23 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ __metadata:
languageName: node
linkType: hard

"@enclave-vm/ast@npm:2.13.0, @enclave-vm/ast@workspace:libs/ast":
"@enclave-vm/ast@npm:2.15.2, @enclave-vm/ast@workspace:libs/ast":
version: 0.0.0-use.local
resolution: "@enclave-vm/ast@workspace:libs/ast"
dependencies:
Expand All @@ -1719,13 +1719,13 @@ __metadata:
languageName: unknown
linkType: soft

"@enclave-vm/broker@npm:2.13.0, @enclave-vm/broker@workspace:libs/broker":
"@enclave-vm/broker@npm:2.15.2, @enclave-vm/broker@workspace:libs/broker":
version: 0.0.0-use.local
resolution: "@enclave-vm/broker@workspace:libs/broker"
dependencies:
"@enclave-vm/core": "npm:2.13.0"
"@enclave-vm/stream": "npm:2.13.0"
"@enclave-vm/types": "npm:2.13.0"
"@enclave-vm/core": "npm:2.15.2"
"@enclave-vm/stream": "npm:2.15.2"
"@enclave-vm/types": "npm:2.15.2"
minimatch: "npm:^10.2.5"
zod: "npm:^4.3.6"
languageName: unknown
Expand All @@ -1735,29 +1735,29 @@ __metadata:
version: 0.0.0-use.local
resolution: "@enclave-vm/browser@workspace:libs/browser"
dependencies:
"@enclave-vm/ast": "npm:2.13.0"
"@enclave-vm/ast": "npm:2.15.2"
acorn: "npm:8.15.0"
astring: "npm:1.9.0"
zod: "npm:^4.3.6"
languageName: unknown
linkType: soft

"@enclave-vm/client@npm:2.13.0, @enclave-vm/client@workspace:libs/client":
"@enclave-vm/client@npm:2.15.2, @enclave-vm/client@workspace:libs/client":
version: 0.0.0-use.local
resolution: "@enclave-vm/client@workspace:libs/client"
dependencies:
"@enclave-vm/stream": "npm:2.13.0"
"@enclave-vm/types": "npm:2.13.0"
"@enclave-vm/stream": "npm:2.15.2"
"@enclave-vm/types": "npm:2.15.2"
languageName: unknown
linkType: soft

"@enclave-vm/core@npm:2.13.0, @enclave-vm/core@workspace:libs/core":
"@enclave-vm/core@npm:2.15.2, @enclave-vm/core@workspace:libs/core":
version: 0.0.0-use.local
resolution: "@enclave-vm/core@workspace:libs/core"
dependencies:
"@babel/standalone": "npm:^7.29.0"
"@enclave-vm/ast": "npm:2.13.0"
"@enclave-vm/types": "npm:2.13.0"
"@enclave-vm/ast": "npm:2.15.2"
"@enclave-vm/types": "npm:2.15.2"
"@types/estree": "npm:1.0.8"
acorn: "npm:8.15.0"
acorn-walk: "npm:8.3.4"
Expand All @@ -1778,7 +1778,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@enclave-vm/react@workspace:libs/react"
dependencies:
"@enclave-vm/client": "npm:2.13.0"
"@enclave-vm/client": "npm:2.15.2"
peerDependencies:
react: ">=18.0.0"
languageName: unknown
Expand All @@ -1788,9 +1788,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@enclave-vm/runtime@workspace:libs/runtime"
dependencies:
"@enclave-vm/core": "npm:2.13.0"
"@enclave-vm/stream": "npm:2.13.0"
"@enclave-vm/types": "npm:2.13.0"
"@enclave-vm/core": "npm:2.15.2"
"@enclave-vm/stream": "npm:2.15.2"
"@enclave-vm/types": "npm:2.15.2"
ws: "npm:^8.19.0"
bin:
enclave-runtime: ./dist/cli.js
Expand Down Expand Up @@ -1848,15 +1848,15 @@ __metadata:
languageName: unknown
linkType: soft

"@enclave-vm/stream@npm:2.13.0, @enclave-vm/stream@workspace:libs/stream":
"@enclave-vm/stream@npm:2.15.2, @enclave-vm/stream@workspace:libs/stream":
version: 0.0.0-use.local
resolution: "@enclave-vm/stream@workspace:libs/stream"
dependencies:
"@enclave-vm/types": "npm:2.13.0"
"@enclave-vm/types": "npm:2.15.2"
languageName: unknown
linkType: soft

"@enclave-vm/types@npm:2.13.0, @enclave-vm/types@workspace:libs/types":
"@enclave-vm/types@npm:2.15.2, @enclave-vm/types@workspace:libs/types":
version: 0.0.0-use.local
resolution: "@enclave-vm/types@workspace:libs/types"
dependencies:
Expand Down Expand Up @@ -12742,10 +12742,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "streaming-demo@workspace:apps/streaming-demo"
dependencies:
"@enclave-vm/broker": "npm:2.13.0"
"@enclave-vm/client": "npm:2.13.0"
"@enclave-vm/core": "npm:2.13.0"
"@enclave-vm/types": "npm:2.13.0"
"@enclave-vm/broker": "npm:2.15.2"
"@enclave-vm/client": "npm:2.15.2"
"@enclave-vm/core": "npm:2.15.2"
"@enclave-vm/types": "npm:2.15.2"
"@types/express": "npm:^4.17.21"
"@types/node": "npm:^22.0.0"
express: "npm:^4.21.0"
Expand Down