github assistant-ui/assistant-ui @assistant-ui/store@0.2.12

latest releases: safe-content-frame@0.0.20, @assistant-ui/react-native@0.1.17, @assistant-ui/tap@0.5.12...
6 hours ago

Patch Changes

  • #4085 01244a5 - chore: update dependencies (@Yonom)

  • #4097 1e21076 - build(x-buildutils): migrate aui-build from ts.createProgram to tsdown with unbundle: true (@Yonom)

    Tsdown drives both JS and .d.ts emission. Reference-directive restoration is preserved (tsdown/oxc drop /// <reference> lines, so we re-inject them in a build:done hook). deps.skipNodeModulesBundle: true keeps the old "never bundle anything from node_modules" behavior — devDependencies stay external instead of getting inlined into dist.

    Side fixes the new strict dts pipeline surfaced:

    • @assistant-ui/tap: dropped the fnSymbol brand from the public ResourceElement type. It referenced an @internal symbol that stripInternal removed from emit, leaving the published .d.ts with a dangling reference.
    • @assistant-ui/store: un-marked ClientSchema as @internal. It was already re-exported from the public package index; treating the re-export as authoritative.
  • Updated dependencies [01244a5, 1e21076]:

    • @assistant-ui/tap@0.5.12

Don't miss a new assistant-ui release

NewReleases is sending notifications on new releases.