0.7.1
📝 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
andesbuild
used internally as code bundlers are strippingnode:
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 markingdescribes
andit
with avoid
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