Skip to content

2.0.0

Choose a tag to compare

@guoyunhe guoyunhe released this 11 Feb 04:55
· 22 commits to main since this release
  • BREAKING CHANGE: Changed output file paths
    • dist/cjs/index.js -> dist/index.js
    • dist/cjs/bin/my-cli.js -> dist/my-cli.js
    • dist/esm/index.js -> dist/index.mjs
    • dist/esm/bin/my-cli.js -> (deleted)
    • dist/dts/index.d.ts -> dist/index.d.ts
  • Updated commander from 9.x to 10.x
  • Added PACKAGE_NAME global definition