Skip to content

v1.0.13

Choose a tag to compare

@claudiovallejo claudiovallejo released this 23 Feb 16:19
· 1 commit to main since this release
2c1ad13

What's Changed

  • Changed build configuration to use pure ESModules, removing CommonJS exports for better compatibility
  • Cleaned up unused code and dependencies:
    • Removed unused term-img package and type definitions
    • Removed unnecessary register.ts file
    • Removed dynamic imports for better ESM support
  • Replaced ora with nanospinner for better ESM compatibility and modern spinner implementation

Bug Fixes

  • Fixes #14: ESM compatibility issues when running npx pix31 init in ESM projects
  • Improved spinner implementation to work consistently across ESM environments

Technical Details

  • Now using static imports instead of dynamic imports for better ESM support
  • Updated TypeScript types to reflect new spinner implementation
  • Simplified project structure by removing unnecessary module alias configuration