@assistant-ui/react 0.0.26 → 0.0.28
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +5 -4
- package/dist/index.d.mts +97 -90
- package/dist/index.d.ts +97 -90
- package/dist/index.js +202 -244
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +178 -220
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -10
package/package.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
"conversational-ui",
|
30
30
|
"conversational-ai"
|
31
31
|
],
|
32
|
-
"version": "0.0.
|
32
|
+
"version": "0.0.28",
|
33
33
|
"license": "MIT",
|
34
34
|
"exports": {
|
35
35
|
".": {
|
@@ -63,29 +63,23 @@
|
|
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",
|
88
|
-
"@assistant-ui/tsconfig": "0.0.0"
|
81
|
+
"@assistant-ui/tsconfig": "0.0.0",
|
82
|
+
"@assistant-ui/react-ai-sdk": "0.0.2"
|
89
83
|
},
|
90
84
|
"homepage": "https://assistant-ui.com/",
|
91
85
|
"repository": {
|