-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93fd285
commit bd15665
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,15 +56,15 @@ To verify the native `.node` packages, follow the same steps as above using `mon | |
|
||
Only the following version combinations with the [MongoDB Node.js Driver](https://github.com/mongodb/node-mongodb-native) are considered stable. | ||
|
||
| | `@mongodb-js/[email protected]` | | ||
| ------------- | ---------------------- | | ||
| `mongodb@6.x` | ✓ `^1.1.0` | | ||
| `mongodb@5.x` | ✓ | | ||
| `mongodb@4.x` | ✓ | | ||
| `mongodb@3.x` | N/A | | ||
|
||
`@mongodb-js/[email protected]` is compatible with `[email protected]` and above. `@mongodb-js/[email protected]` will work with | ||
older versions of mongodb, but will produce peer dependency errors upon installation. | ||
| | `@mongodb-js/[email protected]` | | ||
| ---------------- | ---------------------- | | ||
| `mongodb@>=6.11` | ✓ `^1.1.0` `^2.0.0` | | ||
| `mongodb@<6.11` | ✓ `^1.1.0` | | ||
| `mongodb@5.x` | ✓ | | ||
| `mongodb@4.x` | ✓ | | ||
| `[email protected]` | N/A | | ||
|
||
`@mongodb-js/[email protected]` will work with `mongodb@<6.11` but will produce peer dependency errors upon installation. | ||
|
||
## API | ||
|
||
|