@adia-ai/a2ui-compose 0.6.4 → 0.6.6
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 +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-compose
|
|
2
2
|
|
|
3
|
+
## [0.6.6] — 2026-05-18
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- Lockstep version bump for §304 `<field-ui align>` prop.
|
|
7
|
+
## [0.6.5] — 2026-05-18
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
- `test/type-bugs.test.ts`: Phase 5 exit gate compile-only tests. Verifies
|
|
11
|
+
branded ID cross-contamination and A2UIMessage switch exhaustiveness as
|
|
12
|
+
compile errors (see ADR-0029 + migration plan §9.2).
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
- `tsconfig.json`: include `../node-shims.d.ts` so node: imports in
|
|
16
|
+
transitively-included retrieval sources resolve under `tsc -p`.
|
|
3
17
|
Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
4
18
|
|
|
5
19
|
Scope: generation engines (monolithic + zettel), LLM adapters,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-compose",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"description": "AdiaUI A2UI compose engine \u2014 framework-agnostic. Takes natural-language intents + a catalog and produces A2UI protocol messages. Pairs with `@adia-ai/a2ui-retrieval` (intent classification, catalog lookup) and `@adia-ai/a2ui-validator` (schema + semantic checks).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|