Skip to content

0.7.1

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 28 Apr 10:01
· 158 commits to main since this release

📝 What's Changed

  • Fixed CommonJs import issues by making event store features tests internal not to expose node packages in bundled Emmett code. It appeared that tsup and esbuild used internally as code bundlers are stripping node: prefix for non-node targets, causing compatibility issues for CommonJs modules. Made internal code that was exposing it in code bundle. by @oskardudycz in #61, #59
  • Fixed the linter issue with no-floating-promise rule in tests. It seems that marking describes and it with a void keyword fixes the issue and still allows floating promises to be caught in the test code. by @oskardudycz in #61, #16

Full Changelog: 0.7.0...0.7.1