shelfio / jest-mongodb

Jest preset for MongoDB in-memory server
MIT License
587 stars 83 forks source link

refactor: replace uuid dependency for built in nodejs util #404

Closed tim-hoffmann closed 1 year ago

tim-hoffmann commented 1 year ago

Hi, I removed the uuid dependency because Node.js has a built in utility for v4 uuids since version 15. Docs: https://nodejs.org/docs/latest-v16.x/api/crypto.html#cryptorandomuuidoptions

vladholubiev commented 1 year ago

Nice catch! Thanks!