@enclave-vm/runtime
Advanced tools
+3
-3
| #!/usr/bin/env node | ||
| "use strict"; | ||
| // libs/enclavejs-runtime/src/session-executor.ts | ||
| // libs/runtime/src/session-executor.ts | ||
| var import_core = require("@enclave-vm/core"); | ||
@@ -119,3 +119,3 @@ var SessionExecutor = class { | ||
| // libs/enclavejs-runtime/src/runtime-worker.ts | ||
| // libs/runtime/src/runtime-worker.ts | ||
| var DEFAULT_CONFIG = { | ||
@@ -306,3 +306,3 @@ port: 3001, | ||
| // libs/enclavejs-runtime/src/cli.ts | ||
| // libs/runtime/src/cli.ts | ||
| function parseArgs(args) { | ||
@@ -309,0 +309,0 @@ const config = {}; |
+3
-3
| #!/usr/bin/env node | ||
| // libs/enclavejs-runtime/src/session-executor.ts | ||
| // libs/runtime/src/session-executor.ts | ||
| import { createSession } from "@enclave-vm/core"; | ||
@@ -118,3 +118,3 @@ var SessionExecutor = class { | ||
| // libs/enclavejs-runtime/src/runtime-worker.ts | ||
| // libs/runtime/src/runtime-worker.ts | ||
| var DEFAULT_CONFIG = { | ||
@@ -305,3 +305,3 @@ port: 3001, | ||
| // libs/enclavejs-runtime/src/cli.ts | ||
| // libs/runtime/src/cli.ts | ||
| function parseArgs(args) { | ||
@@ -308,0 +308,0 @@ const config = {}; |
+4
-4
@@ -8,3 +8,3 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, { | ||
| // libs/enclavejs-runtime/src/session-executor.ts | ||
| // libs/runtime/src/session-executor.ts | ||
| import { createSession } from "@enclave-vm/core"; | ||
@@ -124,3 +124,3 @@ var SessionExecutor = class { | ||
| // libs/enclavejs-runtime/src/runtime-worker.ts | ||
| // libs/runtime/src/runtime-worker.ts | ||
| var DEFAULT_CONFIG = { | ||
@@ -311,3 +311,3 @@ port: 3001, | ||
| // libs/enclavejs-runtime/src/channels/memory-channel.ts | ||
| // libs/runtime/src/channels/memory-channel.ts | ||
| var MemoryChannel = class { | ||
@@ -391,3 +391,3 @@ eventQueue = []; | ||
| // libs/enclavejs-runtime/src/channels/websocket-channel.ts | ||
| // libs/runtime/src/channels/websocket-channel.ts | ||
| import { serializeEvent } from "@enclave-vm/stream"; | ||
@@ -394,0 +394,0 @@ var WebSocketChannel = class { |
+5
-5
@@ -20,3 +20,3 @@ "use strict"; | ||
| // libs/enclavejs-runtime/src/index.ts | ||
| // libs/runtime/src/index.ts | ||
| var index_exports = {}; | ||
@@ -36,3 +36,3 @@ __export(index_exports, { | ||
| // libs/enclavejs-runtime/src/session-executor.ts | ||
| // libs/runtime/src/session-executor.ts | ||
| var import_core = require("@enclave-vm/core"); | ||
@@ -152,3 +152,3 @@ var SessionExecutor = class { | ||
| // libs/enclavejs-runtime/src/runtime-worker.ts | ||
| // libs/runtime/src/runtime-worker.ts | ||
| var DEFAULT_CONFIG = { | ||
@@ -339,3 +339,3 @@ port: 3001, | ||
| // libs/enclavejs-runtime/src/channels/memory-channel.ts | ||
| // libs/runtime/src/channels/memory-channel.ts | ||
| var MemoryChannel = class { | ||
@@ -419,3 +419,3 @@ eventQueue = []; | ||
| // libs/enclavejs-runtime/src/channels/websocket-channel.ts | ||
| // libs/runtime/src/channels/websocket-channel.ts | ||
| var import_stream = require("@enclave-vm/stream"); | ||
@@ -422,0 +422,0 @@ var WebSocketChannel = class { |
+4
-4
| { | ||
| "name": "@enclave-vm/runtime", | ||
| "version": "2.9.2", | ||
| "version": "2.10.0", | ||
| "description": "Standalone runtime worker for EnclaveJS - deployable execution environment", | ||
@@ -39,5 +39,5 @@ "author": "AgentFront <info@agentfront.dev>", | ||
| "dependencies": { | ||
| "@enclave-vm/types": "2.9.2", | ||
| "@enclave-vm/stream": "2.9.2", | ||
| "@enclave-vm/core": "2.9.2" | ||
| "@enclave-vm/types": "2.10.0", | ||
| "@enclave-vm/stream": "2.10.0", | ||
| "@enclave-vm/core": "2.10.0" | ||
| }, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
82216
-0.18%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated