@enclave-vm/client
Advanced tools
+4
-4
@@ -1,2 +0,2 @@ | ||
| // libs/enclavejs-client/src/client.ts | ||
| // libs/client/src/client.ts | ||
| import { | ||
@@ -15,3 +15,3 @@ generateSessionId, | ||
| // libs/enclavejs-client/src/types.ts | ||
| // libs/client/src/types.ts | ||
| var EnclaveClientError = class extends Error { | ||
@@ -28,3 +28,3 @@ code; | ||
| // libs/enclavejs-client/src/client.ts | ||
| // libs/client/src/client.ts | ||
| var DEFAULT_CONFIG = { | ||
@@ -411,3 +411,3 @@ timeout: 6e4, | ||
| // libs/enclavejs-client/src/index.ts | ||
| // libs/client/src/index.ts | ||
| import { ConnectionState } from "@enclave-vm/stream"; | ||
@@ -414,0 +414,0 @@ export { |
+5
-5
@@ -20,3 +20,3 @@ "use strict"; | ||
| // libs/enclavejs-client/src/index.ts | ||
| // libs/client/src/index.ts | ||
| var index_exports = {}; | ||
@@ -30,7 +30,7 @@ __export(index_exports, { | ||
| // libs/enclavejs-client/src/client.ts | ||
| // libs/client/src/client.ts | ||
| var import_types = require("@enclave-vm/types"); | ||
| var import_stream = require("@enclave-vm/stream"); | ||
| // libs/enclavejs-client/src/types.ts | ||
| // libs/client/src/types.ts | ||
| var EnclaveClientError = class extends Error { | ||
@@ -47,3 +47,3 @@ code; | ||
| // libs/enclavejs-client/src/client.ts | ||
| // libs/client/src/client.ts | ||
| var DEFAULT_CONFIG = { | ||
@@ -430,3 +430,3 @@ timeout: 6e4, | ||
| // libs/enclavejs-client/src/index.ts | ||
| // libs/client/src/index.ts | ||
| var import_stream2 = require("@enclave-vm/stream"); | ||
@@ -433,0 +433,0 @@ // Annotate the CommonJS export names for ESM import in node: |
+3
-3
| { | ||
| "name": "@enclave-vm/client", | ||
| "version": "2.9.2", | ||
| "version": "2.10.0", | ||
| "description": "Browser and Node.js client SDK for the EnclaveJS streaming runtime", | ||
@@ -36,5 +36,5 @@ "author": "AgentFront <info@agentfront.dev>", | ||
| "dependencies": { | ||
| "@enclave-vm/types": "2.9.2", | ||
| "@enclave-vm/stream": "2.9.2" | ||
| "@enclave-vm/types": "2.10.0", | ||
| "@enclave-vm/stream": "2.10.0" | ||
| } | ||
| } |
56102
-0.15%+ Added
+ Added
- Removed
- Removed
Updated
Updated