@assistant-ui/react 0.0.10 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +27 -25
- package/dist/index.d.ts +27 -25
- package/dist/index.js +447 -346
- package/dist/index.mjs +420 -319
- package/package.json +7 -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.12",
|
4
4
|
"license": "MIT",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
@@ -18,7 +18,10 @@
|
|
18
18
|
"main": "./dist/index.js",
|
19
19
|
"module": "./dist/index.mjs",
|
20
20
|
"types": "./dist/index.d.ts",
|
21
|
-
"files": [
|
21
|
+
"files": [
|
22
|
+
"dist",
|
23
|
+
"README.md"
|
24
|
+
],
|
22
25
|
"sideEffects": false,
|
23
26
|
"scripts": {
|
24
27
|
"build": "tsup src/index.ts --format cjs,esm --dts"
|
@@ -28,7 +31,8 @@
|
|
28
31
|
"@radix-ui/react-compose-refs": "^1.0.1",
|
29
32
|
"@radix-ui/react-primitive": "^1.0.3",
|
30
33
|
"@radix-ui/react-slot": "^1.0.2",
|
31
|
-
"ai": "^3.1.
|
34
|
+
"ai": "^3.1.22",
|
35
|
+
"nanoid": "^5.0.7",
|
32
36
|
"react-textarea-autosize": "^8.5.3",
|
33
37
|
"zustand": "^4.5.2"
|
34
38
|
},
|