Releases: SmooAI/utils
Releases · SmooAI/utils
Release list
v2.0.0
Major Changes
-
724cb2b: BREAKING: Remove
create-entry-pointsCLI. Repos that depended on it should freeze their entry list manually intsdown.config.ts+package.jsonexports.@smooai/filemigrated in its own PR. Other SmooAI repos never used it.Also drops the
@oclif/core,@oclif/plugin-help,@oclif/plugin-plugins, andglobdependencies, which were only used bycreate-entry-points.
v1.3.4
Patch Changes
- afb59b6: Migrate build tooling from tsup to tsdown — faster, oxc-based, drop-in replacement. The package now publishes
.cjs/.mjs/.d.cts/.d.mtsoutputs (instead of.js/.mjs/.d.ts); theexportsmap is updated accordingly, so subpath imports continue to resolve transparently. No public API change.
v1.3.3
Patch Changes
- da5ae70: SMOODEV-928: Bump
@smooai/loggerto^4.1.4to pick up the ESM__filenameTDZ fix. Prior runtime range pulled logger 3.x, which crashed under tsx-run consumers in the smooai monorepo due to const TDZ on__dirname/__filename.
v1.3.2
Patch Changes
- f2e328b: Update @smooai/logger and other smoo dependencies.
v1.3.1
v1.3.0
Minor Changes
- e23b67d: Upgrade from zod 3 to zod 4.
v1.2.27
Patch Changes
- b97ab1e: Fix response logging in hono.
v1.2.26
Patch Changes
- 1d81130: Update smoo logger to fix response body issue.
v1.2.25
v1.2.24
Patch Changes
- 277c20c: Fix namespace in hono app.