Skip to content

v0.6.1 - ESM Import Fix

Choose a tag to compare

@ziggle-dev ziggle-dev released this 02 Sep 17:01
· 4 commits to main since this release
4d04a39

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