@assistant-ui/react 0.3.0 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +46 -9
- package/dist/index.d.ts +46 -9
- package/dist/index.js +162 -68
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +135 -41
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
"conversational-ui",
|
30
30
|
"conversational-ai"
|
31
31
|
],
|
32
|
-
"version": "0.3.
|
32
|
+
"version": "0.3.2",
|
33
33
|
"license": "MIT",
|
34
34
|
"exports": {
|
35
35
|
".": {
|
@@ -92,7 +92,7 @@
|
|
92
92
|
}
|
93
93
|
},
|
94
94
|
"devDependencies": {
|
95
|
-
"@ai-sdk/react": "^0.0.
|
95
|
+
"@ai-sdk/react": "^0.0.16",
|
96
96
|
"@types/node": "^20.14.9",
|
97
97
|
"tsup": "^8.1.0",
|
98
98
|
"@assistant-ui/tsconfig": "0.0.0"
|