Skip to content

Commit b4886b5

Browse files
docs(NODE-6595): update compatibility table for [email protected] (#53)
1 parent 0063c4e commit b4886b5

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
@@ -1,6 +1,6 @@
11
# @mongodb-js/zstd
22

3-
[![CI](https://github.com/mongodb-js/zstd/actions/workflows/CI.yml/badge.svg)](https://github.com/mongodb-js/zstd/actions/workflows/CI.yml)
3+
[![CI](https://github.com/mongodb-js/zstd/actions/workflows/test.yml/badge.svg)](https://github.com/mongodb-js/zstd/actions/workflows/test.yml)
44

55
Zstandard compression library for Node.js
66

@@ -56,12 +56,13 @@ To verify the native `.node` packages, follow the same steps as above using `mon
5656

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

59-
| | `@mongodb-js/[email protected]` |
60-
| ------------- | ---------------------- |
61-
| `[email protected]` |`^1.1.0` |
62-
| `[email protected]` ||
63-
| `[email protected]` ||
64-
| `[email protected]` | N/A |
59+
| | `@mongodb-js/[email protected]` | `@mongodb-js/[email protected]` |
60+
| ---------------- | ---------------------- | ---------------------- |
61+
| `mongodb@>=6.11` |`^1.1.0` | `^2.0.0` |
62+
| `mongodb@<6.11` |`^1.1.0` | N/A |
63+
| `[email protected]` || N/A |
64+
| `[email protected]` || N/A |
65+
| `[email protected]` | N/A | N/A |
6566

6667
## API
6768

0 commit comments

Comments
 (0)