@depay/web3-wallets-evm 16.5.4 → 17.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -818,7 +818,6 @@
818
818
  wallets.Coin98SVM,
819
819
 
820
820
  // standards (not concrete wallets)
821
- wallets.WalletConnectV1,
822
821
  wallets.WalletConnectV2,
823
822
  wallets.SolanaMobileWalletAdapter,
824
823
  wallets.WalletLink,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depay/web3-wallets-evm",
3
3
  "moduleName": "Web3Wallets",
4
- "version": "16.5.4",
4
+ "version": "17.1.0",
5
5
  "description": "One-Stop-Shop JavaScript library to integrate various web3 crypto wallets and multiple blockchains at once with a single interface.",
6
6
  "main": "dist/umd/index.evm.js",
7
7
  "module": "dist/esm/index.evm.js",
@@ -25,10 +25,9 @@
25
25
  "dependencies": {},
26
26
  "peerDependencies": {
27
27
  "@depay/coinbase-wallet-sdk": "^3.8.4",
28
- "@depay/walletconnect-v1": "^1.8.0",
29
- "@depay/walletconnect-v2": "^2.11.3",
28
+ "@depay/walletconnect-v2": "^2.12.2",
30
29
  "@depay/web3-blockchains": "^9.1.4",
31
- "@depay/web3-client-evm": "^10.18.4",
30
+ "@depay/web3-client-evm": "^10.18.5",
32
31
  "ethers": "^5.7.1"
33
32
  },
34
33
  "engines": {