Skip to content

v3.3.10

Latest

Choose a tag to compare

@brentrager brentrager released this 18 May 19:51
· 4 commits to main since this release
88f518b

Patch Changes

  • d174206: Migrate build tooling from tsup to tsdown — faster, oxc-based, drop-in replacement. The esbuild-plugin-alias shim used to swap @smooai/logger Node entries for browser variants is replaced with @rollup/plugin-alias (rolldown-compatible). Output extensions shift from .js/.mjs/.d.ts to .cjs/.mjs/.d.cts/.d.mts (tsdown defaults); the exports map is updated to match. No public API change.