@adia-ai/web-components 0.6.2 → 0.6.4
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 +17 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,23 @@ runtime ships in the sibling `@adia-ai/a2ui-runtime` package
|
|
|
11
11
|
|
|
12
12
|
_No pending changes._
|
|
13
13
|
|
|
14
|
+
## [0.6.4] - 2026-05-18
|
|
15
|
+
|
|
16
|
+
### v0.6.4 — Lockstep ride-along
|
|
17
|
+
|
|
18
|
+
TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in this package.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [0.6.3] - 2026-05-18
|
|
23
|
+
|
|
24
|
+
### v0.6.3 — Lockstep ride-along
|
|
25
|
+
|
|
26
|
+
TS Phase 5: runtime real declarations (§358) + compose branded IDs.
|
|
27
|
+
No source changes in this package. Internal dep ranges stay at `^0.6.0`.
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
14
31
|
## [0.6.2] - 2026-05-18
|
|
15
32
|
|
|
16
33
|
### v0.6.2 — Lockstep ride-along
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/web-components",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "AdiaUI web components \u2014 vanilla custom elements. A2UI runtime (renderer, registry, streams, wiring) lives in @adia-ai/a2ui-runtime.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./index.d.ts",
|