What's Changed
This release focuses on code quality and dependency management improvements.
Import Normalization
- Removed
.tsfile 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.3openai→ 6.17.0zod→ 4.3.6dayjs→ 1.11.19dedent→ 1.7.1cheerio→ 1.2.0jsdom→ 28.0.0
Code Quality
- Applied Biome formatting across the codebase
- Consistent import style throughout
Full Changelog: v2.6.1...v2.6.2