@adia-ai/llm 0.8.9 → 0.8.11

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 +10 -14
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.8.11] — 2026-07-23
4
+
5
+ ### Maintenance
6
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.11 work shipped in sm/md/lg size model + ancestor [scale] context; adia-wordmark-ui; forge release-cycle hardening. See `packages/web-components/CHANGELOG.md#0811--2026-07-23` for details.
7
+
8
+ ## [0.8.10] — 2026-07-20
9
+
10
+ ### Maintenance
11
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.10 work shipped in tag-ui accent variant, dialog-scrim/card-ui fixes; adia-charts/adia-tables skills. See `packages/web-components/CHANGELOG.md#0810--2026-07-20` for details.
12
+
3
13
  ## [0.8.9] — 2026-07-19
4
14
 
5
15
  ### Maintenance
@@ -224,14 +234,12 @@ Ride-along PATCH cut — no changes this cycle.
224
234
 
225
235
  - **Lockstep version bump only.** Substantive v0.6.47 in `@adia-ai/web-components` (`<card-ui>` `[grow]` section attribute) and `@adia-ai/a2ui-corpus` (chunk re-harvest). See those packages CHANGELOGs.
226
236
 
227
-
228
237
  ## [0.6.46] — 2026-05-29
229
238
 
230
239
  ### Maintenance
231
240
 
232
241
  - **Lockstep version bump only.** Substantive v0.6.46 in `@adia-ai/web-components` (56 trait pages + slot docs + bleed/token fixes) and `@adia-ai/a2ui-corpus` (chunk re-harvest). See those packages CHANGELOGs.
233
242
 
234
-
235
243
  ## [0.6.45] — 2026-05-29
236
244
 
237
245
  ### Maintenance
@@ -462,8 +470,6 @@ _No pending changes._
462
470
 
463
471
  TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in this package.
464
472
 
465
-
466
-
467
473
  ## [0.6.3] - 2026-05-18
468
474
 
469
475
  ### v0.6.3 — Lockstep ride-along
@@ -471,8 +477,6 @@ TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in
471
477
  TS Phase 5: runtime real declarations (§358) + compose branded IDs.
472
478
  No source changes in this package. Internal dep ranges stay at `^0.6.0`.
473
479
 
474
-
475
-
476
480
  ## [0.6.2] - 2026-05-18
477
481
 
478
482
  ### v0.6.2 — Lockstep ride-along
@@ -480,8 +484,6 @@ No source changes in this package. Internal dep ranges stay at `^0.6.0`.
480
484
  TS Phase 4: retrieval (§356) + mcp (§357) `.ts` sources + TS-MIG-001 closed.
481
485
  No source changes in this package. Internal dep ranges stay at `^0.6.0`.
482
486
 
483
-
484
-
485
487
  ## [0.6.1] - 2026-05-18
486
488
 
487
489
  ### v0.6.1 §353 — TypeScript-first Phase 2: `@adia-ai/llm` source → `.ts`
@@ -493,8 +495,6 @@ Published import paths unchanged. No runtime behaviour change.
493
495
 
494
496
  **No BREAKING changes.** Internal dep ranges stay at `^0.6.0`.
495
497
 
496
-
497
-
498
498
  ## [0.6.0] - 2026-05-18
499
499
 
500
500
  _Lockstep ride-along (no source change in this package; companion to web-components v0.6.0 — see root CHANGELOG)._
@@ -547,22 +547,18 @@ _Lockstep ride-along (no source change in this package; companion to web-compone
547
547
 
548
548
  _Lockstep ride-along (no source change)._
549
549
 
550
-
551
550
  ## [0.5.10] - 2026-05-15
552
551
 
553
552
  _Lockstep ride-along (no source change)._
554
553
 
555
-
556
554
  ## [0.5.9] - 2026-05-15
557
555
 
558
556
  _Lockstep ride-along (no source change)._
559
557
 
560
-
561
558
  ## [0.5.8] - 2026-05-15
562
559
 
563
560
  _Lockstep ride-along (no source change)._
564
561
 
565
-
566
562
  ## [0.5.7] - 2026-05-15
567
563
 
568
564
  _Lockstep ride-along (no source change)._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/llm",
3
- "version": "0.8.9",
3
+ "version": "0.8.11",
4
4
  "description": "Provider-agnostic LLM client \u2014 anthropic / openai / gemini adapters with a unified chat() + streamChat() facade. Used by AdiaUI's chat-shell and the A2UI generation pipeline; works in browser (with proxyUrl) and Node.",
5
5
  "type": "module",
6
6
  "exports": {