@adia-ai/web-modules 0.8.45 → 0.8.46

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/web-modules",
3
- "version": "0.8.45",
3
+ "version": "0.8.46",
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": {
@@ -390,11 +390,11 @@
390
390
  "./simple/**/*.js"
391
391
  ],
392
392
  "peerDependencies": {
393
- "@adia-ai/web-components": "0.8.45",
394
- "@adia-ai/a2ui": "0.8.45",
395
- "@adia-ai/llm": "0.8.45",
396
- "@adia-ai/agent": "0.8.45",
397
- "@adia-ai/persona": "0.8.45"
393
+ "@adia-ai/web-components": "0.8.46",
394
+ "@adia-ai/a2ui": "0.8.46",
395
+ "@adia-ai/llm": "0.8.46",
396
+ "@adia-ai/agent": "0.8.46",
397
+ "@adia-ai/persona": "0.8.46"
398
398
  },
399
399
  "publishConfig": {
400
400
  "access": "public",