You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ The official [MongoDB](https://www.mongodb.com/) driver for Node.js.
27
27
The GitHub release contains a detached signature file for the NPM package (named
28
28
`mongodb-X.Y.Z.tgz.sig`).
29
29
30
-
The following command returns the link npm package.
30
+
The following command returns the link npm package.
31
31
```shell
32
-
npm view mongodb@vX.Y.Z dist.tarball
32
+
npm view mongodb@vX.Y.Z dist.tarball
33
33
```
34
34
35
35
Using the result of the above command, a `curl` command can return the official npm package for the release.
@@ -81,7 +81,7 @@ The following table describes add-on component version compatibility for the Nod
81
81
82
82
#### Typescript Version
83
83
84
-
We recommend using the latest version of typescript, however we currently ensure the driver's public types compile against `typescript@4.1.6`.
84
+
We recommend using the latest version of typescript, however we currently ensure the driver's public types compile against `typescript@4.4.0`.
85
85
This is the lowest typescript version guaranteed to work with our driver: older versions may or may not work - use at your own risk.
86
86
Since typescript [does not restrict breaking changes to major versions](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes), we consider this support best effort.
87
87
If you run into any unexpected compiler failures against our supported TypeScript versions, please let us know by filing an issue on our [JIRA](https://jira.mongodb.org/browse/NODE).
0 commit comments