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
{{ message }}
This repository was archived by the owner on Mar 3, 2022. It is now read-only.
I think dependents should be able to update or even downgrade edge-js on their own schedule, so they can keep it in sync with their project's Node version.
the version used can be updated faster or slower than the one used by oledb, which can be locked in via devDependencies
with "peerDependencies": { "edge-js": "*" }
running npm update on dependent projects will do major version bumps of edge-js
the latest version can be automatically installed on fresh installs (at least on npm > 7)
To clarify, this isn't a breaking change because no edge-js updates are automatically done after installing the new release with the peer dependency.