Skip to content

v1.0.3 - Structural Refinement

Latest

Choose a tag to compare

@Kledenai Kledenai released this 19 Apr 23:12

[1.0.3] - 2025-04-19

Fixed

  • Updated package.json to support both ESM and CJS using exports field and type: module.
  • Updated Jest config to support ESM with --experimental-vm-modules.
  • Adjusted tsconfig.json for compatibility with new build setup.
  • Migrated build system to tsup for faster and modern bundling.
  • Improved GitHub Actions workflow for release publishing.
  • Refactored core imports to use import type syntax.
  • New tsup.config.ts file.