@assistant-ui/react 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +41 -15
- package/dist/index.d.ts +41 -15
- package/dist/index.js +291 -259
- package/dist/index.mjs +279 -247
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@assistant-ui/react",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.2",
|
4
4
|
"license": "MIT",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
@@ -32,6 +32,7 @@
|
|
32
32
|
"@radix-ui/react-primitive": "^1.0.3",
|
33
33
|
"@radix-ui/react-slot": "^1.0.2",
|
34
34
|
"ai": "^3.1.1",
|
35
|
+
"react-textarea-autosize": "^8.5.3",
|
35
36
|
"use-sync-external-store": "^1.2.2"
|
36
37
|
},
|
37
38
|
"peerDependencies": {
|