@adia-ai/llm 0.8.8 → 0.8.10

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.10] — 2026-07-20
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.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.
7
+
8
+ ## [0.8.9] — 2026-07-19
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.9 work shipped in select-ui mark visual (gh#339); release-tooling hardened (branch creation, settle-wait poll, pr-bridge draft guard). See `packages/web-components/CHANGELOG.md#unreleased` for details.
12
+
3
13
  ## [0.8.8] — 2026-07-19
4
14
 
5
15
  ### Maintenance
@@ -219,14 +229,12 @@ Ride-along PATCH cut — no changes this cycle.
219
229
 
220
230
  - **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.
221
231
 
222
-
223
232
  ## [0.6.46] — 2026-05-29
224
233
 
225
234
  ### Maintenance
226
235
 
227
236
  - **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.
228
237
 
229
-
230
238
  ## [0.6.45] — 2026-05-29
231
239
 
232
240
  ### Maintenance
@@ -457,8 +465,6 @@ _No pending changes._
457
465
 
458
466
  TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in this package.
459
467
 
460
-
461
-
462
468
  ## [0.6.3] - 2026-05-18
463
469
 
464
470
  ### v0.6.3 — Lockstep ride-along
@@ -466,8 +472,6 @@ TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in
466
472
  TS Phase 5: runtime real declarations (§358) + compose branded IDs.
467
473
  No source changes in this package. Internal dep ranges stay at `^0.6.0`.
468
474
 
469
-
470
-
471
475
  ## [0.6.2] - 2026-05-18
472
476
 
473
477
  ### v0.6.2 — Lockstep ride-along
@@ -475,8 +479,6 @@ No source changes in this package. Internal dep ranges stay at `^0.6.0`.
475
479
  TS Phase 4: retrieval (§356) + mcp (§357) `.ts` sources + TS-MIG-001 closed.
476
480
  No source changes in this package. Internal dep ranges stay at `^0.6.0`.
477
481
 
478
-
479
-
480
482
  ## [0.6.1] - 2026-05-18
481
483
 
482
484
  ### v0.6.1 §353 — TypeScript-first Phase 2: `@adia-ai/llm` source → `.ts`
@@ -488,8 +490,6 @@ Published import paths unchanged. No runtime behaviour change.
488
490
 
489
491
  **No BREAKING changes.** Internal dep ranges stay at `^0.6.0`.
490
492
 
491
-
492
-
493
493
  ## [0.6.0] - 2026-05-18
494
494
 
495
495
  _Lockstep ride-along (no source change in this package; companion to web-components v0.6.0 — see root CHANGELOG)._
@@ -542,22 +542,18 @@ _Lockstep ride-along (no source change in this package; companion to web-compone
542
542
 
543
543
  _Lockstep ride-along (no source change)._
544
544
 
545
-
546
545
  ## [0.5.10] - 2026-05-15
547
546
 
548
547
  _Lockstep ride-along (no source change)._
549
548
 
550
-
551
549
  ## [0.5.9] - 2026-05-15
552
550
 
553
551
  _Lockstep ride-along (no source change)._
554
552
 
555
-
556
553
  ## [0.5.8] - 2026-05-15
557
554
 
558
555
  _Lockstep ride-along (no source change)._
559
556
 
560
-
561
557
  ## [0.5.7] - 2026-05-15
562
558
 
563
559
  _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.8",
3
+ "version": "0.8.10",
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": {