v0.6.1 - ESM Import Fix
What's Changed
Fixed
- Critical Fix: Resolved enquirer CommonJS import issue that prevented Clanker from starting
- Changed from named import to default import with destructuring for proper ESM compatibility
This patch release fixes a breaking issue introduced in v0.6.0 where Clanker would fail to start with the error:
Failed to load Clanker: Named export 'prompt' not found. The requested module 'enquirer' is a CommonJS module
Full Changelog: v0.6.0...v0.6.1