@adia-ai/a2ui-compose 0.6.0 → 0.6.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -11,6 +11,25 @@ generator graph.
11
11
 
12
12
  _No pending changes._
13
13
 
14
+ ## [0.6.2] - 2026-05-18
15
+
16
+ ### v0.6.2 — TS-MIG-001 closed
17
+
18
+ `skipLibCheck: true` override removed from `tsconfig.json`. Phase 4 retrieval +
19
+ mcp `.ts` sources provide real declarations. **No BREAKING changes.**
20
+
21
+
22
+
23
+ ## [0.6.1] - 2026-05-18
24
+
25
+ ### v0.6.1 §355 — TypeScript-first Phase 3: `@adia-ai/a2ui-compose` sources → `.ts`
26
+
27
+ All 29 npm-published `.js` sources gain `.ts` counterparts. `tsconfig.json` gains
28
+ TS-MIG-001 `skipLibCheck` until Phase 4 replaces stub declarations in sibling packages.
29
+ Emit deferred per migration plan §7.6 contingency. **No BREAKING changes.**
30
+
31
+
32
+
14
33
  ## [0.6.0] - 2026-05-18
15
34
 
16
35
  _Lockstep ride-along (no source change in this package; companion to web-components v0.6.0 — see root CHANGELOG)._
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-compose",
3
- "version": "0.6.0",
4
- "description": "AdiaUI A2UI compose engine 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).",
3
+ "version": "0.6.2",
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": {
7
7
  ".": {