@assistant-ui/react 0.7.83 → 0.7.84
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
"conversational-ui",
|
30
30
|
"conversational-ai"
|
31
31
|
],
|
32
|
-
"version": "0.7.
|
32
|
+
"version": "0.7.84",
|
33
33
|
"license": "MIT",
|
34
34
|
"exports": {
|
35
35
|
".": {
|
@@ -81,13 +81,13 @@
|
|
81
81
|
"classnames": "^2.5.1",
|
82
82
|
"json-schema": "^0.4.0",
|
83
83
|
"lucide-react": "^0.475.0",
|
84
|
-
"nanoid": "
|
84
|
+
"nanoid": "3.3.8",
|
85
85
|
"react-textarea-autosize": "^8.5.7",
|
86
86
|
"secure-json-parse": "^3.0.2",
|
87
87
|
"zod": "^3.24.1",
|
88
88
|
"zod-to-json-schema": "^3.24.1",
|
89
89
|
"zustand": "^5.0.3",
|
90
|
-
"assistant-stream": "^0.0.
|
90
|
+
"assistant-stream": "^0.0.21"
|
91
91
|
},
|
92
92
|
"peerDependencies": {
|
93
93
|
"@types/react": "*",
|
@@ -113,9 +113,9 @@
|
|
113
113
|
"tailwindcss": "^3.4.17",
|
114
114
|
"tailwindcss-animate": "^1.0.7",
|
115
115
|
"tsx": "^4.19.2",
|
116
|
+
"@assistant-ui/tsbuildutils": "^0.0.1",
|
116
117
|
"@assistant-ui/tsconfig": "0.0.0",
|
117
|
-
"@assistant-ui/tailwindcss-transformer": "0.1.0"
|
118
|
-
"@assistant-ui/tsbuildutils": "^0.0.1"
|
118
|
+
"@assistant-ui/tailwindcss-transformer": "0.1.0"
|
119
119
|
},
|
120
120
|
"publishConfig": {
|
121
121
|
"access": "public",
|