Skip to content

v4.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 16:41
· 45 commits to beta since this release

4.0.0-beta.2 (2021-11-18)

Bug Fixes

  • add .js file extensions on imports to support node ESM (2fcf770)
  • add module field to point to esm (1323bf4)
  • add src as a module directory to jest (d268e91)
  • add ts-node as a dev dependency for jest (433cb70)
  • add build:declaration script and run it during build (c43deef)
  • add root index file to alleviate the need to call .default in cjs (62da1ec)
  • ignore jest.config.ts when publishing to npm (1c6376c)
  • point types to separate declaration file (c65fd52)
  • update main to point to root index.js file for cjs usage (39a9f43)