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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ The following table describes add-on component version compatibility for the Nod
95
95
96
96
#### Typescript Version
97
97
98
-
We recommend using the latest version of typescript, however we currently ensure the driver's public types compile against `typescript@4.4.0`.
98
+
We recommend using the latest version of typescript, however we currently ensure the driver's public types compile against `typescript@5.6.0`.
99
99
This is the lowest typescript version guaranteed to work with our driver: older versions may or may not work - use at your own risk.
100
100
Since typescript [does not restrict breaking changes to major versions](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes), we consider this support best effort.
101
101
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).
@@ -104,7 +104,7 @@ Additionally, our Typescript types are compatible with the ECMAScript standard f
104
104
105
105
## Installation
106
106
107
-
The recommended way to get started using the Node.js 5.x driver is by using the `npm` (Node Package Manager) to install the dependency in your project.
107
+
The recommended way to get started using the Node.js 6.x driver is by using the `npm` (Node Package Manager) to install the dependency in your project.
108
108
109
109
After you've created your own project using `npm init`, you can run:
0 commit comments