mswjs / data

Data modeling and relation library for testing JavaScript applications.
https://npm.im/@mswjs/data
MIT License
823 stars 52 forks source link

feat: upgrade strict-event-emitter to 0.5.0 #278

Closed susiyaki closed 1 year ago

susiyaki commented 1 year ago

I faced the same problem as https://github.com/mswjs/http-middleware/issues/27.

This problem caused by strict-event-emitter version. In another repositories uses higher than v0.4.3 so version but in this repository one is v0.2.0.

New API named Emitter is used from v0.3.2 and StrictEventEmitter was removed from v0.4.0.

kettanaito commented 1 year ago

Released: v0.13.0 🎉

This has been released in v0.13.0!

Make sure to always update to the latest version (npm i @mswjs/data@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.