@adia-ai/web-modules 0.8.29 → 0.8.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/chat/README.md +54 -0
- package/chat/chat-shell/chat-shell.js +19 -0
- package/chat/chat-surfaces/chat-surfaces.d.ts +3 -0
- package/chat/chat-surfaces/chat-surfaces.js +116 -18
- package/dist/chat/chat-shell.min.js +1 -1
- package/dist/everything.min.js +82 -82
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/web-modules",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.30",
|
|
4
4
|
"description": "AdiaUI composite custom elements — shell, chat, editor, runtime clusters built from @adia-ai/web-components primitives. Subpath exports per cluster.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -296,11 +296,11 @@
|
|
|
296
296
|
"./simple/**/*.js"
|
|
297
297
|
],
|
|
298
298
|
"peerDependencies": {
|
|
299
|
-
"@adia-ai/web-components": "0.8.
|
|
300
|
-
"@adia-ai/a2ui-runtime": "0.8.
|
|
301
|
-
"@adia-ai/llm": "0.8.
|
|
302
|
-
"@adia-ai/agent": "0.8.
|
|
303
|
-
"@adia-ai/persona": "0.8.
|
|
299
|
+
"@adia-ai/web-components": "0.8.30",
|
|
300
|
+
"@adia-ai/a2ui-runtime": "0.8.30",
|
|
301
|
+
"@adia-ai/llm": "0.8.30",
|
|
302
|
+
"@adia-ai/agent": "0.8.30",
|
|
303
|
+
"@adia-ai/persona": "0.8.30"
|
|
304
304
|
},
|
|
305
305
|
"publishConfig": {
|
|
306
306
|
"access": "public",
|