@adia-ai/web-modules 0.8.37 → 0.8.38

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.37",
3
+ "version": "0.8.38",
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": {
@@ -389,11 +389,11 @@
389
389
  "./simple/**/*.js"
390
390
  ],
391
391
  "peerDependencies": {
392
- "@adia-ai/web-components": "0.8.37",
393
- "@adia-ai/a2ui": "0.8.37",
394
- "@adia-ai/llm": "0.8.37",
395
- "@adia-ai/agent": "0.8.37",
396
- "@adia-ai/persona": "0.8.37"
392
+ "@adia-ai/web-components": "0.8.38",
393
+ "@adia-ai/a2ui": "0.8.38",
394
+ "@adia-ai/llm": "0.8.38",
395
+ "@adia-ai/agent": "0.8.38",
396
+ "@adia-ai/persona": "0.8.38"
397
397
  },
398
398
  "publishConfig": {
399
399
  "access": "public",