@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@assistant-ui/react",
3
- "version": "0.0.10",
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": ["dist", "README.md"],
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.15",
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
  },