Commit f7b4eed
authored
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 cafb3d0 commit f7b4eed
2 files changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
| 154 | + | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
| 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