Commit 61b6942
committed
fix(mongodb-build-info): add back missing default export
Currently published versions of mongosh fail to install via `npm`
because the typescript migration in c6ad0b0 removed the ability
to consume this package through its default export.
While I am generally strongly in favor of avoiding default exports,
this particular change was an unintentional breaking change that
should have been labeled as such.
Let's bring back the prior behavior for now and remove separately
as an intentional breaking change.1 parent 3da8b0e commit 61b6942
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
0 commit comments