Skip to content

v1.1.2

Latest

Choose a tag to compare

@m-mdy-m m-mdy-m released this 04 May 10:52
· 4 commits to main since this release
7c3d312

[1.1.2] – 2025-05-04

Changed

  • Replaced Bun’s ESM-based build with a TypeScript-only CommonJS (CJS) output to improve compatibility with Node.js and CommonJS environments.
  • Removed bun build from the build pipeline in favor of standard tsc compilation.
  • Updated tsconfig.json:
    • Set module to CommonJS
    • Changed target to ES2021
    • Removed unused or Bun-specific options (moduleResolution: bundler, verbatimModuleSyntax, etc.)
  • Removed "type": "module" and "module" fields from package.json.
  • Output still located in dist/, includes .js and .d.ts.

Note

This release makes the package easier to consume in broader tooling and ecosystem setups (e.g., Jest, Node.js, older bundlers) while maintaining all functionality and TypeScript type support.

Full Changelog: v1.1.1...v1.1.2