@enclave-vm/react
Advanced tools
+2
-2
@@ -1,2 +0,2 @@ | ||
| // libs/enclavejs-react/src/EnclaveProvider.tsx | ||
| // libs/react/src/EnclaveProvider.tsx | ||
| import { createContext, useContext, useMemo, useRef } from "react"; | ||
@@ -44,3 +44,3 @@ import { EnclaveClient } from "@enclave-vm/client"; | ||
| // libs/enclavejs-react/src/useEnclaveSession.ts | ||
| // libs/react/src/useEnclaveSession.ts | ||
| import { useState, useCallback, useRef as useRef2 } from "react"; | ||
@@ -47,0 +47,0 @@ function useEnclaveSession(options = {}) { |
+3
-3
@@ -20,3 +20,3 @@ "use strict"; | ||
| // libs/enclavejs-react/src/index.ts | ||
| // libs/react/src/index.ts | ||
| var index_exports = {}; | ||
@@ -31,3 +31,3 @@ __export(index_exports, { | ||
| // libs/enclavejs-react/src/EnclaveProvider.tsx | ||
| // libs/react/src/EnclaveProvider.tsx | ||
| var import_react = require("react"); | ||
@@ -75,3 +75,3 @@ var import_client = require("@enclave-vm/client"); | ||
| // libs/enclavejs-react/src/useEnclaveSession.ts | ||
| // libs/react/src/useEnclaveSession.ts | ||
| var import_react2 = require("react"); | ||
@@ -78,0 +78,0 @@ function useEnclaveSession(options = {}) { |
+2
-2
| { | ||
| "name": "@enclave-vm/react", | ||
| "version": "2.9.2", | ||
| "version": "2.10.0", | ||
| "description": "React hooks and components for the EnclaveJS streaming runtime", | ||
@@ -36,3 +36,3 @@ "author": "AgentFront <info@agentfront.dev>", | ||
| "dependencies": { | ||
| "@enclave-vm/client": "2.9.2" | ||
| "@enclave-vm/client": "2.10.0" | ||
| }, | ||
@@ -39,0 +39,0 @@ "peerDependencies": { |
36600
-0.13%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated