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: add peerDependenciesMeta to mark optional deps (#2606)
Some package managers such as yarn or pnpm require strict definitons
of project dependencies which does not play well with our `require_optional`
approach to peer optional dependencies. This change utilizes a relatively
new `peerDependenciesMeta` field to inform these package managers of
these optional dependencies.
NODE-2867
0 commit comments