You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.