Commit 9a65e63
authored
* Backport: Fix options passing with new node driver (#778)
This backports 57c2e15
* COMPASS-839: Backport COMPASS 830: Resolve SSL and Atlas issues (#811)
* Drop clipboard override
Blur one is still useful if the user types in *.mongodb.net manually.
It duplicates a soon to be unnecessary check:
mongodb-js/connection-model@0588d35
* ⬆️ [email protected]
npm i --upgrade mongodb-connection-model --save
* ⬆️ [email protected]
npm i --upgrade mongodb-data-service --save
Needed to resolve COMPASS 830 as we'd like to bust any caches that
may exist (node_modules), and also data-service depends on connection-model,
for example it calls `connect()` from connection-model.
1 parent f1bb3cd commit 9a65e63
2 files changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
151 | | - | |
| 150 | + | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | 303 | | |
308 | 304 | | |
309 | 305 | | |
| |||
0 commit comments