cdimascio / uuid-mongodb

📇 Generates and parses MongoDB BSON UUIDs
MIT License
101 stars 17 forks source link

Mongodb 4.6.x driver update. #68

Closed erichkuba closed 2 years ago

erichkuba commented 2 years ago

Updated dependencies. Added support for the mongodb v4.6.x as a peer dependency. Remove the dev dependency on the driver itself as it is not required for tests to pass. This may or may not be appropriate, but pinning the MongoDB driver as a dev dependency seems undesirable. Tests pass.

erichkuba commented 2 years ago

Please don't merge this PR. It erroneously contains some changes reflective of our fork of the package. We did not intend to include these changes here and a new PR has been opened with the minimal changes that reflect the intended update.