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
fix(mongodb): remove broken type export V4Connection (#1644)
The type `V4Connection` re-introduced in #1170 is missing any type
definitions or imports for `Document`, breaking the build with
Typescript strict mode.
`V4Connection` in `types.ts` is not referenced anywhere (the type
definition in `internal-types.ts` is used. So lets just drop this type
definition.
BREAKING CHANGE: removes the broken exported type `V4Connection`.
Fixes#1639
Signed-off-by: Simon Berz <[email protected]>
0 commit comments