@assistant-ui/react 0.0.14 → 0.0.16
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +27 -7
- package/dist/index.d.ts +27 -7
- package/dist/index.js +486 -366
- package/dist/index.mjs +483 -361
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@assistant-ui/react",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.16",
|
4
4
|
"license": "MIT",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
@@ -31,7 +31,7 @@
|
|
31
31
|
"@radix-ui/react-compose-refs": "^1.0.1",
|
32
32
|
"@radix-ui/react-primitive": "^1.0.3",
|
33
33
|
"@radix-ui/react-slot": "^1.0.2",
|
34
|
-
"ai": "^3.1.
|
34
|
+
"ai": "^3.1.23",
|
35
35
|
"nanoid": "^5.0.7",
|
36
36
|
"react-textarea-autosize": "^8.5.3",
|
37
37
|
"zustand": "^4.5.2"
|
@@ -50,7 +50,7 @@
|
|
50
50
|
},
|
51
51
|
"devDependencies": {
|
52
52
|
"@assistant-ui/tsconfig": "*",
|
53
|
-
"tsup": "^8.0
|
53
|
+
"tsup": "^8.1.0"
|
54
54
|
},
|
55
55
|
"homepage": "https://assistant-ui.com/",
|
56
56
|
"repository": {
|