Patch Changes
-
4f88e6d: Dedupe
@tanstack/dbto a single instance.@tanstack/dbis effectively a singleton (collections/transactions/live
queries useinstanceofchecks and module-level state), but the lockfile had
drifted to several0.6.xcopies, breaking StreamDB collections. Adds a root
pnpm.overridesentry collapsing the0.6.xline to0.6.7, scoped to
>=0.6.0 <0.7.0so the legacy example starters pinned to0.0.x/0.5.8are
untouched. Stopgap until@durable-streams/stateships@tanstack/dbas a
peer dependency.Also raises the
agents-mobileiOS minimum deployment target to 16.4 (via
expo-build-properties). The chat renders in an Expo DOM WebView whose markdown
stack ships regex lookbehind, which JavaScriptCore only parses on iOS 16.4+;
below that the whole DOM bundle fails to parse and the chat renders blank. -
b2bf806: Upgrade
@durable-streams/stateto0.3.1and drop the@tanstack/dbpnpm override.@durable-streams/state@0.3.xmakes@tanstack/dban optional peer dependency (it was a direct^0.6.0dependency) and splits its tsdb-coupled tools into a@durable-streams/state/dbsubpath. tsdb-specific imports (createStreamDB,queryOnce,createTransaction, query operators, etc.) now come from@durable-streams/state/db; the bare entry keeps only the tsdb-free types and helpers.Because state no longer pulls its own
@tanstack/dbcopy, the rootpnpm.overridescollapsing@tanstack/db@>=0.6.0 <0.7.0to0.6.7is removed. To keep a single0.6.7instance without it,@tanstack/react-dbis raised to^0.1.85and@tanstack/electric-db-collectionto^0.3.5(both pin@tanstack/db@0.6.7), and@durable-streams/serverto^0.3.7(depends onstate@0.3.1, removing the lingering transitivestate@0.2.9). -
d14d9a9: Remove the unused per-entity agents error stream. Entities now expose only their main stream; spawn, fork, registry lookup, terminal signal handling, UI/runtime types, client helpers, and conformance tests no longer create or require an entity-level error stream.
-
Updated dependencies [9fdf96a]
-
Updated dependencies [f222d39]
-
Updated dependencies [312f5ec]
-
Updated dependencies [6434774]
-
Updated dependencies [4f88e6d]
-
Updated dependencies [b2bf806]
-
Updated dependencies [74d2341]
-
Updated dependencies [b0030a1]
-
Updated dependencies [5f96a15]
-
Updated dependencies [9da7b8f]
-
Updated dependencies [d14d9a9]
-
Updated dependencies [7c62024]
-
Updated dependencies [048e2b6]
- @electric-ax/agents-runtime@0.3.9
- @electric-ax/agents@0.4.13