@assistant-ui/react 0.0.4 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +71 -62
- package/dist/index.d.ts +71 -62
- package/dist/index.js +462 -407
- package/dist/index.mjs +468 -409
- package/package.json +4 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@assistant-ui/react",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.6",
|
4
4
|
"license": "MIT",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
@@ -18,10 +18,7 @@
|
|
18
18
|
"main": "./dist/index.js",
|
19
19
|
"module": "./dist/index.mjs",
|
20
20
|
"types": "./dist/index.d.ts",
|
21
|
-
"files": [
|
22
|
-
"dist",
|
23
|
-
"README.md"
|
24
|
-
],
|
21
|
+
"files": ["dist", "README.md"],
|
25
22
|
"sideEffects": false,
|
26
23
|
"scripts": {
|
27
24
|
"build": "tsup src/index.ts --format cjs,esm --dts"
|
@@ -31,9 +28,9 @@
|
|
31
28
|
"@radix-ui/react-compose-refs": "^1.0.1",
|
32
29
|
"@radix-ui/react-primitive": "^1.0.3",
|
33
30
|
"@radix-ui/react-slot": "^1.0.2",
|
34
|
-
"ai": "^3.1.
|
31
|
+
"ai": "^3.1.10",
|
35
32
|
"react-textarea-autosize": "^8.5.3",
|
36
|
-
"
|
33
|
+
"zustand": "^4.5.2"
|
37
34
|
},
|
38
35
|
"peerDependencies": {
|
39
36
|
"@types/react": "*",
|
@@ -49,7 +46,6 @@
|
|
49
46
|
},
|
50
47
|
"devDependencies": {
|
51
48
|
"@assistant-ui/tsconfig": "*",
|
52
|
-
"@types/use-sync-external-store": "^0.0.6",
|
53
49
|
"tsup": "^8.0.2"
|
54
50
|
},
|
55
51
|
"homepage": "https://assistant-ui.com/",
|