drizzle-kit@0.31.10
📦 drizzle-ormView on GitHub →
✨ 2 features🔧 3 symbols
Summary
This release updates the underlying module loader from `esbuild-register` to `tsx` for better ESM/CJS compatibility and introduces native launch support for Bun and Deno environments.
Migration Steps
- If you were relying on `esbuild-register`, note that it has been replaced by the `tsx` loader for module handling.
✨ New Features
- Added native Bun and Deno launch support, utilizing native imports for faster startup.
- Integrated native Bun support for stringWidth and stripANSI functions.