deep-chat-react
Advanced tools
Comparing version 0.1.25 to 0.1.26
{ | ||
"name": "deep-chat-react", | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"description": "Framework agnostic chat component that can power any API", | ||
@@ -35,3 +35,3 @@ "main": "./dist/deepChat.js", | ||
"@lit-labs/react": "^1.1.1", | ||
"deep-chat": "^0.1.25" | ||
"deep-chat": "^0.1.26" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
@@ -63,3 +63,3 @@ <br /> | ||
Please note that this approach should be used for local/prototyping/demo purposes ONLY as it exposes the API Key to the browser. When ready to go live, please switch to using the [`request`](https://deepchat.dev/docs/connect#request) property described above with a combination of a [proxy service](https://github.com/OvidijusParsiunas/deep-chat/tree/main/example-servers). | ||
Please note that this approach should be used for local/prototyping/demo purposes ONLY as it exposes the API Key to the browser. When ready to go live, please switch to using the [`request`](https://deepchat.dev/docs/connect#request) property described above along with a [proxy service](https://github.com/OvidijusParsiunas/deep-chat/tree/main/example-servers). | ||
@@ -66,0 +66,0 @@ Currently supported direct API connections: |
18382
Updateddeep-chat@^0.1.26