uuid-mongodb
Advanced tools
Comparing version 2.5.5 to 2.6.0
@@ -0,1 +1,23 @@ | ||
## (2024-09-23) | ||
* upgrades uuid ([bff772f](https://github.com/cdimascio/uuid-mongodb/commit/bff772f)) | ||
* v2.5.5 ([413b449](https://github.com/cdimascio/uuid-mongodb/commit/413b449)) | ||
* fix: upgrade mongodb from 6.0.0 to 6.3.0 ([eb9c84c](https://github.com/cdimascio/uuid-mongodb/commit/eb9c84c)) | ||
## (2024-09-23) | ||
* v2.5.5 ([413b449](https://github.com/cdimascio/uuid-mongodb/commit/413b449)) | ||
* fix: upgrade mongodb from 6.0.0 to 6.3.0 ([eb9c84c](https://github.com/cdimascio/uuid-mongodb/commit/eb9c84c)) | ||
## (2024-09-23) | ||
* v2.5.5 ([413b449](https://github.com/cdimascio/uuid-mongodb/commit/413b449)) | ||
* fix: upgrade mongodb from 6.0.0 to 6.3.0 ([eb9c84c](https://github.com/cdimascio/uuid-mongodb/commit/eb9c84c)) | ||
## <small>2.5.5 (2024-01-28)</small> | ||
@@ -2,0 +24,0 @@ |
/* | ||
* MIT License | ||
* Copyright (c) 2018-2020 Carmine M DiMascio | ||
* Copyright (c) 2018-2023 Carmine M DiMascio | ||
*/ | ||
@@ -5,0 +5,0 @@ const { Binary } = require('mongodb'); |
{ | ||
"name": "uuid-mongodb", | ||
"version": "2.5.5", | ||
"version": "2.6.0", | ||
"description": "Generates and parses MongoDB BSON UUIDs. Plays nicely with others including the MongoDB native driver and Mongoose.", | ||
@@ -26,8 +26,2 @@ "main": "lib/index.js", | ||
"homepage": "https://github.com/cdimascio/uuid-mongodb#readme", | ||
"dependencies": { | ||
"uuid": "^9.0.1" | ||
}, | ||
"peerDependencies": { | ||
"mongodb": "3.6.x || 3.7.x || 4.x || 5.x || 6.x" | ||
}, | ||
"devDependencies": { | ||
@@ -38,5 +32,8 @@ "eslint": "8.38.0", | ||
"mocha": "^10.2.0", | ||
"mongodb": "6.0.0", | ||
"prettier": "^2.8.7" | ||
"mongodb": "^6.9.0", | ||
"prettier": "^3.3.3" | ||
}, | ||
"dependencies": { | ||
"uuid": "^10.0.0" | ||
} | ||
} | ||
} |
15835
1
+ Addeduuid@10.0.0(transitive)
- Removed@mongodb-js/saslprep@1.2.0(transitive)
- Removed@types/webidl-conversions@7.0.3(transitive)
- Removed@types/whatwg-url@11.0.5(transitive)
- Removedbson@6.10.2(transitive)
- Removedmemory-pager@1.5.0(transitive)
- Removedmongodb@6.13.0(transitive)
- Removedmongodb-connection-string-url@3.0.2(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedsparse-bitfield@3.0.3(transitive)
- Removedtr46@5.0.0(transitive)
- Removeduuid@9.0.1(transitive)
- Removedwebidl-conversions@7.0.0(transitive)
- Removedwhatwg-url@14.1.1(transitive)
Updateduuid@^10.0.0