mongodb 6.17.0-dev.20250611.sha.d7426ce5 → 6.17.0-dev.20250624.sha.83534ff3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -72,9 +72,7 @@ Change history can be found in [`HISTORY.md`](https://github.com/mongodb/node-mo
72
72
 
73
73
  ### Compatibility
74
74
 
75
- The driver currently supports 4.0+ servers.
76
-
77
- ** 4.0 support is deprecated and support will be removed in an upcoming driver release. **
75
+ The driver currently supports 4.2+ servers.
78
76
 
79
77
  For exhaustive server and runtime version compatibility matrices, please refer to the following links:
80
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongodb",
3
- "version": "6.17.0-dev.20250611.sha.d7426ce5",
3
+ "version": "6.17.0-dev.20250624.sha.83534ff3",
4
4
  "description": "The official MongoDB driver for Node.js",
5
5
  "main": "lib/index.js",
6
6
  "files": [