@assistant-ui/react 0.0.26 → 0.0.27

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -29,7 +29,7 @@
29
29
  "conversational-ui",
30
30
  "conversational-ai"
31
31
  ],
32
- "version": "0.0.26",
32
+ "version": "0.0.27",
33
33
  "license": "MIT",
34
34
  "exports": {
35
35
  ".": {
@@ -63,28 +63,22 @@
63
63
  "zustand": "^4.5.2"
64
64
  },
65
65
  "peerDependencies": {
66
- "@ai-sdk/react": "^0.0.x",
67
66
  "@types/react": "*",
68
- "ai": "^3.1.x",
69
67
  "react": "^18"
70
68
  },
71
69
  "peerDependenciesMeta": {
72
- "@ai-sdk/react": {
73
- "optional": true
74
- },
75
70
  "@types/react": {
76
71
  "optional": true
77
- },
78
- "ai": {
79
- "optional": true
80
72
  }
81
73
  },
82
74
  "publishConfig": {
83
75
  "access": "public"
84
76
  },
85
77
  "devDependencies": {
78
+ "@ai-sdk/react": "^0.0.1",
86
79
  "@types/node": "^20.14.2",
87
80
  "tsup": "^8.1.0",
81
+ "@assistant-ui/react-ai-sdk": "0.0.2",
88
82
  "@assistant-ui/tsconfig": "0.0.0"
89
83
  },
90
84
  "homepage": "https://assistant-ui.com/",