diff --git a/apps/streaming-demo/package.json b/apps/streaming-demo/package.json index b123e41..e61292e 100644 --- a/apps/streaming-demo/package.json +++ b/apps/streaming-demo/package.json @@ -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" }, diff --git a/libs/ast/package.json b/libs/ast/package.json index 257041e..e43567a 100644 --- a/libs/ast/package.json +++ b/libs/ast/package.json @@ -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 ", "homepage": "https://github.com/agentfront/enclave/tree/main/libs/ast-guard", diff --git a/libs/broker/package.json b/libs/broker/package.json index 1ea25f8..df93d9b 100644 --- a/libs/broker/package.json +++ b/libs/broker/package.json @@ -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 ", "homepage": "https://github.com/agentfront/enclave", @@ -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" } diff --git a/libs/browser/package.json b/libs/browser/package.json index c16bd72..2fe4343 100644 --- a/libs/browser/package.json +++ b/libs/browser/package.json @@ -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 ", "homepage": "https://github.com/agentfront/enclave", @@ -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" diff --git a/libs/client/package.json b/libs/client/package.json index f146dcd..818c3aa 100644 --- a/libs/client/package.json +++ b/libs/client/package.json @@ -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 ", "homepage": "https://github.com/agentfront/enclave", @@ -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" } } diff --git a/libs/core/package.json b/libs/core/package.json index 3d73bc5..2d004ad 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -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 ", "homepage": "https://github.com/agentfront/enclave", @@ -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", diff --git a/libs/react/package.json b/libs/react/package.json index 7b7701f..3d63146 100644 --- a/libs/react/package.json +++ b/libs/react/package.json @@ -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 ", "homepage": "https://github.com/agentfront/enclave", @@ -34,7 +34,7 @@ } }, "dependencies": { - "@enclave-vm/client": "2.13.0" + "@enclave-vm/client": "2.15.2" }, "peerDependencies": { "react": ">=18.0.0" diff --git a/libs/runtime/package.json b/libs/runtime/package.json index 2720a76..3f839e1 100644 --- a/libs/runtime/package.json +++ b/libs/runtime/package.json @@ -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 ", "homepage": "https://github.com/agentfront/enclave", @@ -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" diff --git a/libs/stream/package.json b/libs/stream/package.json index b08d1b4..7d26420 100644 --- a/libs/stream/package.json +++ b/libs/stream/package.json @@ -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 ", "homepage": "https://github.com/agentfront/enclave", @@ -35,6 +35,6 @@ } }, "dependencies": { - "@enclave-vm/types": "2.13.0" + "@enclave-vm/types": "2.15.2" } } diff --git a/libs/types/package.json b/libs/types/package.json index 24834ea..ef37327 100644 --- a/libs/types/package.json +++ b/libs/types/package.json @@ -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 ", "homepage": "https://github.com/agentfront/enclave", diff --git a/yarn.lock b/yarn.lock index 78149c5..6053efe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: @@ -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 @@ -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" @@ -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 @@ -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 @@ -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: @@ -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"