We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current near-api-js version is 4, leaving this library 2 major versions behind:
wallet-selector/package.json
Line 112 in 594f530
Furthermore, the core library specifies fixed peer dependencies at v1 || v2:
wallet-selector/packages/wallet-connect/package.json
Lines 24 to 26 in 594f530
Is there any specific reason these are so far behind? It is causing conflicts with npm installation of any library using v3 or v4.
The text was updated successfully, but these errors were encountered:
npm
Someone please deal with this:
warning "near-ca > @near-wallet-selector/[email protected]" has incorrect peer dependency "near-api-js@^1.0.0 || ^2.0.0".
Sorry, something went wrong.
This should be fixed in #1135 @bh2smith can you confirm?
Successfully merging a pull request may close this issue.
The current near-api-js version is 4, leaving this library 2 major versions behind:
wallet-selector/package.json
Line 112 in 594f530
Furthermore, the core library specifies fixed peer dependencies at v1 || v2:
wallet-selector/packages/wallet-connect/package.json
Lines 24 to 26 in 594f530
Is there any specific reason these are so far behind? It is causing conflicts with npm installation of any library using v3 or v4.
The text was updated successfully, but these errors were encountered: