@assistant-ui/react 0.0.13 → 0.0.15

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.13",
3
+ "version": "0.0.15",
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.22",
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.2"
53
+ "tsup": "^8.1.0"
54
54
  },
55
55
  "homepage": "https://assistant-ui.com/",
56
56
  "repository": {