@depay/web3-wallets-evm 17.4.2 → 17.4.3

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depay/web3-wallets-evm",
3
3
  "moduleName": "Web3Wallets",
4
- "version": "17.4.2",
4
+ "version": "17.4.3",
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",
@@ -28,7 +28,7 @@
28
28
  "@depay/walletconnect-v2": "^2.12.2",
29
29
  "@depay/web3-blockchains": "^9.6.1",
30
30
  "@depay/web3-client-evm": "^10.19.0",
31
- "@depay/worldcoin-precompiled": "^0.0.32",
31
+ "@depay/worldcoin-precompiled": "^0.0.33",
32
32
  "ethers": "^5.7.1"
33
33
  },
34
34
  "engines": {