Skip to content

v2.6.2

Latest

Choose a tag to compare

@skitsanos skitsanos released this 03 Feb 06:54
· 9 commits to main since this release

What's Changed

This release focuses on code quality and dependency management improvements.

Import Normalization

  • Removed .ts file extensions from all @tinycrew/* imports
  • Improves compatibility when using TinyCrew as a git submodule
  • More portable across different bundlers (Vite, esbuild, webpack)

Dependencies Updated

All peer dependencies updated to latest versions:

  • typescript → 5.9.3
  • openai → 6.17.0
  • zod → 4.3.6
  • dayjs → 1.11.19
  • dedent → 1.7.1
  • cheerio → 1.2.0
  • jsdom → 28.0.0

Code Quality

  • Applied Biome formatting across the codebase
  • Consistent import style throughout

Full Changelog: v2.6.1...v2.6.2