@assistant-ui/react 0.2.0 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +398 -310
- package/dist/index.d.ts +398 -310
- package/dist/index.js +749 -566
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +716 -530
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -3
package/package.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
"conversational-ui",
|
30
30
|
"conversational-ai"
|
31
31
|
],
|
32
|
-
"version": "0.2.
|
32
|
+
"version": "0.2.3",
|
33
33
|
"license": "MIT",
|
34
34
|
"exports": {
|
35
35
|
".": {
|
@@ -78,15 +78,20 @@
|
|
78
78
|
},
|
79
79
|
"peerDependencies": {
|
80
80
|
"@types/react": "*",
|
81
|
-
"react": "
|
81
|
+
"@types/react-dom": "*",
|
82
|
+
"react": "^18",
|
83
|
+
"react-dom": "^18"
|
82
84
|
},
|
83
85
|
"peerDependenciesMeta": {
|
84
86
|
"@types/react": {
|
85
87
|
"optional": true
|
88
|
+
},
|
89
|
+
"@types/react-dom": {
|
90
|
+
"optional": true
|
86
91
|
}
|
87
92
|
},
|
88
93
|
"devDependencies": {
|
89
|
-
"@ai-sdk/react": "^0.0.
|
94
|
+
"@ai-sdk/react": "^0.0.15",
|
90
95
|
"@types/node": "^20.14.9",
|
91
96
|
"tsup": "^8.1.0",
|
92
97
|
"@assistant-ui/tsconfig": "0.0.0"
|