Closed cowboyd closed 1 month ago
We weren't exporting the async integration helpers.
error: Uncaught SyntaxError: The requested module 'npm:effection@4.0.0-alpha.0' does not provide an export named 'stream'
Add them to exports. Also, make sure to publish v4 alphas to the next not the latest tag
next
latest
Motivation
We weren't exporting the async integration helpers.
Approach
Add them to exports. Also, make sure to publish v4 alphas to the
next
not thelatest
tag