v0.1.0
fix: rename bin wrapper to .cjs for CommonJS compatibility package.json has type: module which makes Node.js treat .js as ESM. The bin wrapper uses require() (CommonJS), so it needs .cjs extension.
fix: rename bin wrapper to .cjs for CommonJS compatibility package.json has type: module which makes Node.js treat .js as ESM. The bin wrapper uses require() (CommonJS), so it needs .cjs extension.