Skip to content

Commit 2a41ec0

Browse files
authored
docs(NODE-7274): update compat tables for v7 (#100)
1 parent 16fdba8 commit 2a41ec0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ To verify the native `.node` packages, follow the same steps as above using `mon
4242

4343
Only the following version combinations with the [MongoDB Node.js Driver](https://github.com/mongodb/node-mongodb-native) are considered stable.
4444

45-
| | `@mongodb-js/[email protected]` | `@mongodb-js/[email protected]` |
46-
| ---------------- | ---------------------- | ---------------------- |
47-
| `mongodb@>=6.12` |`^1.1.0` | `^2.0.0` |
48-
| `mongodb@<6.12` |`^1.1.0` | N/A |
49-
| `[email protected]` || N/A |
50-
| `[email protected]` || N/A |
51-
| `[email protected]` | N/A | N/A |
45+
| | `@mongodb-js/[email protected]` | `@mongodb-js/[email protected]` | `@mongodb-js/[email protected]` |
46+
| ---------------- | ---------------------- | ---------------------- | ---------------------- |
47+
| `[email protected]` | N/A | N/A ||
48+
| `mongodb@>=6.12` | `^1.1.0` || N/A |
49+
| `mongodb@<6.12` | `^1.1.0` | N/A | N/A |
50+
| `[email protected]` || N/A | N/A |
51+
| `[email protected]` || N/A | N/A |
52+
| `[email protected]` | N/A | N/A | N/A |
5253

5354
>[!Note]
5455
> `@mongodb-js/[email protected]` is deprecated - please use `@mongodb-js/[email protected]` instead.

0 commit comments

Comments
 (0)