@assistant-ui/react 0.0.27 → 0.0.28
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -1
- package/package.json +3 -3
package/README.md
CHANGED
@@ -20,7 +20,8 @@ npx assistant-ui@latest add assistant-modal
|
|
20
20
|
"use client";
|
21
21
|
|
22
22
|
import { useChat } from "@ai-sdk/react";
|
23
|
-
import { AssistantRuntimeProvider
|
23
|
+
import { AssistantRuntimeProvider } from "@assistant-ui/react";
|
24
|
+
import { useVercelUseChatRuntime } from "@assistant-ui/react-ai-sdk";
|
24
25
|
import { AssistantModal } from "@/components/ui/assistant-ui/assistant-modal";
|
25
26
|
|
26
27
|
export default const MyApp = () => {
|
package/package.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
"conversational-ui",
|
30
30
|
"conversational-ai"
|
31
31
|
],
|
32
|
-
"version": "0.0.
|
32
|
+
"version": "0.0.28",
|
33
33
|
"license": "MIT",
|
34
34
|
"exports": {
|
35
35
|
".": {
|
@@ -78,8 +78,8 @@
|
|
78
78
|
"@ai-sdk/react": "^0.0.1",
|
79
79
|
"@types/node": "^20.14.2",
|
80
80
|
"tsup": "^8.1.0",
|
81
|
-
"@assistant-ui/
|
82
|
-
"@assistant-ui/
|
81
|
+
"@assistant-ui/tsconfig": "0.0.0",
|
82
|
+
"@assistant-ui/react-ai-sdk": "0.0.2"
|
83
83
|
},
|
84
84
|
"homepage": "https://assistant-ui.com/",
|
85
85
|
"repository": {
|