diff --git a/web-modal-sdk/blockchain-connection-examples/evm-modal-example/package.json b/web-modal-sdk/blockchain-connection-examples/evm-modal-example/package.json index 0e89b6c0c..360c3eaf2 100644 --- a/web-modal-sdk/blockchain-connection-examples/evm-modal-example/package.json +++ b/web-modal-sdk/blockchain-connection-examples/evm-modal-example/package.json @@ -21,11 +21,11 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/metamask-adapter": "^7.1.0", - "@web3auth/modal": "^7.1.1", - "@web3auth/torus-evm-adapter": "^7.1.0", - "@web3auth/torus-wallet-connector-plugin": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/metamask-adapter": "^7.2.0", + "@web3auth/modal": "^7.2.0", + "@web3auth/torus-evm-adapter": "^7.2.0", + "@web3auth/torus-wallet-connector-plugin": "^7.2.0", "ethers": "^6.6.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/web-modal-sdk/blockchain-connection-examples/solana-modal-example/package.json b/web-modal-sdk/blockchain-connection-examples/solana-modal-example/package.json index 32adb3bca..89a5d748f 100644 --- a/web-modal-sdk/blockchain-connection-examples/solana-modal-example/package.json +++ b/web-modal-sdk/blockchain-connection-examples/solana-modal-example/package.json @@ -12,12 +12,12 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/modal": "^7.1.1", - "@web3auth/slope-adapter": "^7.1.1", - "@web3auth/solana-provider": "^7.1.1", - "@web3auth/solana-wallet-connector-plugin": "^7.1.1", - "@web3auth/solflare-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/modal": "^7.2.0", + "@web3auth/slope-adapter": "^7.2.0", + "@web3auth/solana-provider": "^7.2.0", + "@web3auth/solana-wallet-connector-plugin": "^7.2.0", + "@web3auth/solflare-adapter": "^7.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", diff --git a/web-modal-sdk/blockchain-connection-examples/xrpl-modal-example/package.json b/web-modal-sdk/blockchain-connection-examples/xrpl-modal-example/package.json index dcea0c859..56292f214 100644 --- a/web-modal-sdk/blockchain-connection-examples/xrpl-modal-example/package.json +++ b/web-modal-sdk/blockchain-connection-examples/xrpl-modal-example/package.json @@ -10,10 +10,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", - "@web3auth/xrpl-provider": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", + "@web3auth/xrpl-provider": "^7.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", diff --git a/web-modal-sdk/custom-authentication-modal-example/package.json b/web-modal-sdk/custom-authentication-modal-example/package.json index 2e0512065..beab3f763 100644 --- a/web-modal-sdk/custom-authentication-modal-example/package.json +++ b/web-modal-sdk/custom-authentication-modal-example/package.json @@ -10,12 +10,12 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/metamask-adapter": "^7.1.0", - "@web3auth/modal": "^7.1.1", - "@web3auth/torus-evm-adapter": "^7.1.0", - "@web3auth/torus-wallet-connector-plugin": "^7.1.1", - "@web3auth/wallet-connect-v2-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/metamask-adapter": "^7.2.0", + "@web3auth/modal": "^7.2.0", + "@web3auth/torus-evm-adapter": "^7.2.0", + "@web3auth/torus-wallet-connector-plugin": "^7.2.0", + "@web3auth/wallet-connect-v2-adapter": "^7.2.0", "ethers": "^6.6.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/web-modal-sdk/quick-starts/angular-modal-quick-start/package.json b/web-modal-sdk/quick-starts/angular-modal-quick-start/package.json index bd44d4a07..eace2c903 100644 --- a/web-modal-sdk/quick-starts/angular-modal-quick-start/package.json +++ b/web-modal-sdk/quick-starts/angular-modal-quick-start/package.json @@ -20,8 +20,8 @@ "@angular/platform-browser": "~14.2.7", "@angular/platform-browser-dynamic": "~14.2.7", "@angular/router": "~14.2.7", - "@web3auth/base": "^7.1.0", - "@web3auth/modal": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/modal": "^7.2.0", "empty-module": "^0.0.2", "web3": "^4.1.1" }, diff --git a/web-modal-sdk/quick-starts/nextjs-modal-quick-start/package.json b/web-modal-sdk/quick-starts/nextjs-modal-quick-start/package.json index 4557846f9..c4f1fbfbe 100644 --- a/web-modal-sdk/quick-starts/nextjs-modal-quick-start/package.json +++ b/web-modal-sdk/quick-starts/nextjs-modal-quick-start/package.json @@ -10,8 +10,8 @@ }, "//IMP START": "IMP START - Web3Auth Installation", "dependencies": { - "@web3auth/base": "^7.1.0", - "@web3auth/modal": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/modal": "^7.2.0", "next": "13.4.9", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/web-modal-sdk/quick-starts/react-modal-quick-start/package.json b/web-modal-sdk/quick-starts/react-modal-quick-start/package.json index 2c03caf2f..a535f51b6 100644 --- a/web-modal-sdk/quick-starts/react-modal-quick-start/package.json +++ b/web-modal-sdk/quick-starts/react-modal-quick-start/package.json @@ -7,8 +7,8 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/modal": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/modal": "^7.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", diff --git a/web-modal-sdk/quick-starts/react-vite-modal-quick-start/package.json b/web-modal-sdk/quick-starts/react-vite-modal-quick-start/package.json index a03d9851c..87acb7912 100644 --- a/web-modal-sdk/quick-starts/react-vite-modal-quick-start/package.json +++ b/web-modal-sdk/quick-starts/react-vite-modal-quick-start/package.json @@ -10,8 +10,8 @@ "lint": "eslint" }, "dependencies": { - "@web3auth/base": "^7.1.0", - "@web3auth/modal": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/modal": "^7.2.0", "empty-module": "^0.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/web-modal-sdk/quick-starts/vue-modal-quick-start/package.json b/web-modal-sdk/quick-starts/vue-modal-quick-start/package.json index 85934fcce..d12f49f91 100644 --- a/web-modal-sdk/quick-starts/vue-modal-quick-start/package.json +++ b/web-modal-sdk/quick-starts/vue-modal-quick-start/package.json @@ -9,8 +9,8 @@ }, "//IMP START": "IMP START - Web3Auth Installation", "dependencies": { - "@web3auth/base": "^7.1.0", - "@web3auth/modal": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/modal": "^7.2.0", "core-js": "^3.26.1", "vue": "^3.3.4", "web3": "^4.1.1" diff --git a/web-modal-sdk/react-modal-playground/package.json b/web-modal-sdk/react-modal-playground/package.json index 2f0dfdc16..1d1589563 100644 --- a/web-modal-sdk/react-modal-playground/package.json +++ b/web-modal-sdk/react-modal-playground/package.json @@ -7,10 +7,10 @@ "@tailwindcss/forms": "^0.5.7", "@toruslabs/config": "^2.0.2", "@toruslabs/eccrypto": "^4.0.0", - "@web3auth/base": "^7.1.0", - "@web3auth/modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", - "@web3auth/solana-provider": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", + "@web3auth/solana-provider": "^7.2.0", "ethers": "^6.8.1", "hamburger-react": "^2.5.0", "jose": "^5.1.1", diff --git a/web-modal-sdk/wagmi-examples/rainbowkit-modal-example/package.json b/web-modal-sdk/wagmi-examples/rainbowkit-modal-example/package.json index ba877853b..c055e4a86 100644 --- a/web-modal-sdk/wagmi-examples/rainbowkit-modal-example/package.json +++ b/web-modal-sdk/wagmi-examples/rainbowkit-modal-example/package.json @@ -13,10 +13,10 @@ "viem": "^1.10.12", "wagmi": "1.4.1", "@web3auth/web3auth-wagmi-connector": "^5.0.1", - "@web3auth/modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", - "@web3auth/base": "^7.1.0", - "@web3auth/torus-wallet-connector-plugin": "^7.1.1", + "@web3auth/modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", + "@web3auth/base": "^7.2.0", + "@web3auth/torus-wallet-connector-plugin": "^7.2.0", "web-vitals": "^2.1.4" }, "overrides": { diff --git a/web-modal-sdk/wagmi-examples/wagmi-modal-example/package.json b/web-modal-sdk/wagmi-examples/wagmi-modal-example/package.json index 1b653f803..d1be5d8ef 100644 --- a/web-modal-sdk/wagmi-examples/wagmi-modal-example/package.json +++ b/web-modal-sdk/wagmi-examples/wagmi-modal-example/package.json @@ -10,10 +10,10 @@ "@types/node": "^16.18.11", "@types/react": "^18.2.12", "@types/react-dom": "^18.2.5", - "@web3auth/base": "^7.1.0", - "@web3auth/modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", - "@web3auth/torus-wallet-connector-plugin": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", + "@web3auth/torus-wallet-connector-plugin": "^7.2.0", "@web3auth/web3auth-wagmi-connector": "^5.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/web-no-modal-sdk/blockchain-connection-examples/algorand-no-modal-example/package.json b/web-no-modal-sdk/blockchain-connection-examples/algorand-no-modal-example/package.json index 91fc8fae9..78a27abd7 100644 --- a/web-no-modal-sdk/blockchain-connection-examples/algorand-no-modal-example/package.json +++ b/web-no-modal-sdk/blockchain-connection-examples/algorand-no-modal-example/package.json @@ -10,10 +10,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/base-provider": "^7.1.1", - "@web3auth/modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/base-provider": "^7.2.0", + "@web3auth/modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "algosdk": "^1.24.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/web-no-modal-sdk/blockchain-connection-examples/aptos-no-modal-example/package.json b/web-no-modal-sdk/blockchain-connection-examples/aptos-no-modal-example/package.json index 911a5ce3a..dda3b64ce 100644 --- a/web-no-modal-sdk/blockchain-connection-examples/aptos-no-modal-example/package.json +++ b/web-no-modal-sdk/blockchain-connection-examples/aptos-no-modal-example/package.json @@ -10,10 +10,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/base-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/base-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "aptos": "^1.5.0", "ethers": "^5.7.2", "react": "^18.2.0", diff --git a/web-no-modal-sdk/blockchain-connection-examples/cosmos-no-modal-example/package.json b/web-no-modal-sdk/blockchain-connection-examples/cosmos-no-modal-example/package.json index a55f20b67..3daea9615 100644 --- a/web-no-modal-sdk/blockchain-connection-examples/cosmos-no-modal-example/package.json +++ b/web-no-modal-sdk/blockchain-connection-examples/cosmos-no-modal-example/package.json @@ -11,10 +11,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/base-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/base-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "object-encode": "1.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/web-no-modal-sdk/blockchain-connection-examples/evm-no-modal-example/package.json b/web-no-modal-sdk/blockchain-connection-examples/evm-no-modal-example/package.json index 0a34abad2..f1c60a3a3 100644 --- a/web-no-modal-sdk/blockchain-connection-examples/evm-no-modal-example/package.json +++ b/web-no-modal-sdk/blockchain-connection-examples/evm-no-modal-example/package.json @@ -11,11 +11,11 @@ "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "@walletconnect/modal": "^2.6.1", - "@web3auth/base": "^7.1.0", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", - "@web3auth/wallet-connect-v2-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", + "@web3auth/wallet-connect-v2-adapter": "^7.2.0", "ethers": "^6.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/web-no-modal-sdk/blockchain-connection-examples/immutablex-no-modal-example/package.json b/web-no-modal-sdk/blockchain-connection-examples/immutablex-no-modal-example/package.json index 241717271..6c4fa6adc 100644 --- a/web-no-modal-sdk/blockchain-connection-examples/immutablex-no-modal-example/package.json +++ b/web-no-modal-sdk/blockchain-connection-examples/immutablex-no-modal-example/package.json @@ -13,11 +13,11 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", - "@web3auth/torus-wallet-connector-plugin": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", + "@web3auth/torus-wallet-connector-plugin": "^7.2.0", "elliptic": "^6.5.4", "ethers": "^5.7.2", "react": "^18.2.0", diff --git a/web-no-modal-sdk/blockchain-connection-examples/multi-chain-no-modal-example/package.json b/web-no-modal-sdk/blockchain-connection-examples/multi-chain-no-modal-example/package.json index 59d72ec92..77cb8ad7c 100644 --- a/web-no-modal-sdk/blockchain-connection-examples/multi-chain-no-modal-example/package.json +++ b/web-no-modal-sdk/blockchain-connection-examples/multi-chain-no-modal-example/package.json @@ -18,12 +18,12 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", - "@web3auth/solana-provider": "^7.1.1", - "@web3auth/torus-wallet-connector-plugin": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", + "@web3auth/solana-provider": "^7.2.0", + "@web3auth/torus-wallet-connector-plugin": "^7.2.0", "elliptic": "^6.5.4", "ethers": "^6.6.2", "near-api-js": "^1.1.0", diff --git a/web-no-modal-sdk/blockchain-connection-examples/polkadot-no-modal-example/package.json b/web-no-modal-sdk/blockchain-connection-examples/polkadot-no-modal-example/package.json index a611c00e7..749c922fd 100644 --- a/web-no-modal-sdk/blockchain-connection-examples/polkadot-no-modal-example/package.json +++ b/web-no-modal-sdk/blockchain-connection-examples/polkadot-no-modal-example/package.json @@ -13,10 +13,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/base-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/base-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", diff --git a/web-no-modal-sdk/blockchain-connection-examples/solana-no-modal-example/package.json b/web-no-modal-sdk/blockchain-connection-examples/solana-no-modal-example/package.json index 22265c3a9..7f269178d 100644 --- a/web-no-modal-sdk/blockchain-connection-examples/solana-no-modal-example/package.json +++ b/web-no-modal-sdk/blockchain-connection-examples/solana-no-modal-example/package.json @@ -12,10 +12,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", - "@web3auth/solana-provider": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", + "@web3auth/solana-provider": "^7.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", diff --git a/web-no-modal-sdk/blockchain-connection-examples/starkex-no-modal-example/package.json b/web-no-modal-sdk/blockchain-connection-examples/starkex-no-modal-example/package.json index ccab160ca..b2bfefa37 100644 --- a/web-no-modal-sdk/blockchain-connection-examples/starkex-no-modal-example/package.json +++ b/web-no-modal-sdk/blockchain-connection-examples/starkex-no-modal-example/package.json @@ -12,10 +12,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/base-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/base-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "elliptic": "^6.5.4", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/web-no-modal-sdk/blockchain-connection-examples/starknet-no-modal-example/package.json b/web-no-modal-sdk/blockchain-connection-examples/starknet-no-modal-example/package.json index 18ecb0627..ac2125ca1 100644 --- a/web-no-modal-sdk/blockchain-connection-examples/starknet-no-modal-example/package.json +++ b/web-no-modal-sdk/blockchain-connection-examples/starknet-no-modal-example/package.json @@ -11,10 +11,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/base-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/base-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "elliptic": "^6.5.4", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/web-no-modal-sdk/blockchain-connection-examples/tezos-no-modal-example/package.json b/web-no-modal-sdk/blockchain-connection-examples/tezos-no-modal-example/package.json index b34997234..8d3eef785 100644 --- a/web-no-modal-sdk/blockchain-connection-examples/tezos-no-modal-example/package.json +++ b/web-no-modal-sdk/blockchain-connection-examples/tezos-no-modal-example/package.json @@ -14,9 +14,9 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", diff --git a/web-no-modal-sdk/blockchain-connection-examples/xrpl-no-modal-example/package.json b/web-no-modal-sdk/blockchain-connection-examples/xrpl-no-modal-example/package.json index ffa423b9a..d90bef7ea 100644 --- a/web-no-modal-sdk/blockchain-connection-examples/xrpl-no-modal-example/package.json +++ b/web-no-modal-sdk/blockchain-connection-examples/xrpl-no-modal-example/package.json @@ -10,11 +10,11 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/base-provider": "^7.1.1", - "@web3auth/modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", - "@web3auth/xrpl-provider": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/base-provider": "^7.2.0", + "@web3auth/modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", + "@web3auth/xrpl-provider": "^7.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", diff --git a/web-no-modal-sdk/chrome-extension-no-modal-example/package.json b/web-no-modal-sdk/chrome-extension-no-modal-example/package.json index fca423e60..f3ffd3982 100644 --- a/web-no-modal-sdk/chrome-extension-no-modal-example/package.json +++ b/web-no-modal-sdk/chrome-extension-no-modal-example/package.json @@ -10,10 +10,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "ethers": "^6.6.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/web-no-modal-sdk/custom-authentication/aggregate-verifier-examples/auth0-google-aggregate-no-modal-example/package.json b/web-no-modal-sdk/custom-authentication/aggregate-verifier-examples/auth0-google-aggregate-no-modal-example/package.json index 8c0403387..ae4471b1a 100644 --- a/web-no-modal-sdk/custom-authentication/aggregate-verifier-examples/auth0-google-aggregate-no-modal-example/package.json +++ b/web-no-modal-sdk/custom-authentication/aggregate-verifier-examples/auth0-google-aggregate-no-modal-example/package.json @@ -10,10 +10,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", - "@web3auth/ethereum-provider": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", "ethers": "^6.6.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/web-no-modal-sdk/custom-authentication/aggregate-verifier-examples/firebase-google-aggregate-no-modal-example/package.json b/web-no-modal-sdk/custom-authentication/aggregate-verifier-examples/firebase-google-aggregate-no-modal-example/package.json index 753311377..363c6d37f 100644 --- a/web-no-modal-sdk/custom-authentication/aggregate-verifier-examples/firebase-google-aggregate-no-modal-example/package.json +++ b/web-no-modal-sdk/custom-authentication/aggregate-verifier-examples/firebase-google-aggregate-no-modal-example/package.json @@ -10,10 +10,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "ethers": "^6.6.2", "firebase": "^9.15.0", "react": "^18.2.0", diff --git a/web-no-modal-sdk/custom-authentication/single-verifier-examples/auth0-no-modal-example/package.json b/web-no-modal-sdk/custom-authentication/single-verifier-examples/auth0-no-modal-example/package.json index 719ce8393..42e6423e9 100644 --- a/web-no-modal-sdk/custom-authentication/single-verifier-examples/auth0-no-modal-example/package.json +++ b/web-no-modal-sdk/custom-authentication/single-verifier-examples/auth0-no-modal-example/package.json @@ -10,10 +10,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "ethers": "^6.6.2", "npm-check-updates": "^16.6.2", "react": "^18.2.0", diff --git a/web-no-modal-sdk/custom-authentication/single-verifier-examples/cognito-no-modal-example/package.json b/web-no-modal-sdk/custom-authentication/single-verifier-examples/cognito-no-modal-example/package.json index 4cb80f047..a909a35af 100644 --- a/web-no-modal-sdk/custom-authentication/single-verifier-examples/cognito-no-modal-example/package.json +++ b/web-no-modal-sdk/custom-authentication/single-verifier-examples/cognito-no-modal-example/package.json @@ -10,10 +10,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "ethers": "^6.6.2", "npm-check-updates": "^16.6.2", "react": "^18.2.0", diff --git a/web-no-modal-sdk/custom-authentication/single-verifier-examples/custom-jwt-no-modal-example/package.json b/web-no-modal-sdk/custom-authentication/single-verifier-examples/custom-jwt-no-modal-example/package.json index 6297203b5..9df0b2862 100644 --- a/web-no-modal-sdk/custom-authentication/single-verifier-examples/custom-jwt-no-modal-example/package.json +++ b/web-no-modal-sdk/custom-authentication/single-verifier-examples/custom-jwt-no-modal-example/package.json @@ -10,10 +10,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", - "@web3auth/ethereum-provider": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", "cors": "^2.8.5", "dotenv": "^16.0.3", "ethers": "^6.6.2", diff --git a/web-no-modal-sdk/custom-authentication/single-verifier-examples/discord-no-modal-example/package.json b/web-no-modal-sdk/custom-authentication/single-verifier-examples/discord-no-modal-example/package.json index 70070aebd..dc681983a 100644 --- a/web-no-modal-sdk/custom-authentication/single-verifier-examples/discord-no-modal-example/package.json +++ b/web-no-modal-sdk/custom-authentication/single-verifier-examples/discord-no-modal-example/package.json @@ -10,10 +10,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "axios": "^1.4.0", "ethers": "^6.6.2", "npm-check-updates": "^16.6.2", diff --git a/web-no-modal-sdk/custom-authentication/single-verifier-examples/facebook-no-modal-example/package.json b/web-no-modal-sdk/custom-authentication/single-verifier-examples/facebook-no-modal-example/package.json index ff7868e10..8b3126b4c 100644 --- a/web-no-modal-sdk/custom-authentication/single-verifier-examples/facebook-no-modal-example/package.json +++ b/web-no-modal-sdk/custom-authentication/single-verifier-examples/facebook-no-modal-example/package.json @@ -10,10 +10,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "ethers": "^6.6.2", "npm-check-updates": "^16.6.2", "react": "^18.2.0", diff --git a/web-no-modal-sdk/custom-authentication/single-verifier-examples/firebase-no-modal-example/package.json b/web-no-modal-sdk/custom-authentication/single-verifier-examples/firebase-no-modal-example/package.json index aa635dd81..fd7505d35 100644 --- a/web-no-modal-sdk/custom-authentication/single-verifier-examples/firebase-no-modal-example/package.json +++ b/web-no-modal-sdk/custom-authentication/single-verifier-examples/firebase-no-modal-example/package.json @@ -10,10 +10,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "ethers": "^6.6.2", "firebase": "^9.15.0", "react": "^18.2.0", diff --git a/web-no-modal-sdk/custom-authentication/single-verifier-examples/google-no-modal-example/package.json b/web-no-modal-sdk/custom-authentication/single-verifier-examples/google-no-modal-example/package.json index c6e78a327..5aa1e6754 100644 --- a/web-no-modal-sdk/custom-authentication/single-verifier-examples/google-no-modal-example/package.json +++ b/web-no-modal-sdk/custom-authentication/single-verifier-examples/google-no-modal-example/package.json @@ -10,10 +10,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "ethers": "^6.6.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/web-no-modal-sdk/custom-authentication/single-verifier-examples/twitch-no-modal-example/package.json b/web-no-modal-sdk/custom-authentication/single-verifier-examples/twitch-no-modal-example/package.json index d3332f946..e3330129f 100644 --- a/web-no-modal-sdk/custom-authentication/single-verifier-examples/twitch-no-modal-example/package.json +++ b/web-no-modal-sdk/custom-authentication/single-verifier-examples/twitch-no-modal-example/package.json @@ -10,10 +10,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "ethers": "^6.6.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/web-no-modal-sdk/quick-starts/angular-no-modal-quick-start/package.json b/web-no-modal-sdk/quick-starts/angular-no-modal-quick-start/package.json index 2b565dad9..d3baa2f57 100644 --- a/web-no-modal-sdk/quick-starts/angular-no-modal-quick-start/package.json +++ b/web-no-modal-sdk/quick-starts/angular-no-modal-quick-start/package.json @@ -20,10 +20,10 @@ "@angular/platform-browser": "~14.2.7", "@angular/platform-browser-dynamic": "~14.2.7", "@angular/router": "~14.2.7", - "@web3auth/base": "^7.1.0", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "empty-module": "^0.0.2", "web3": "^4.1.2" }, diff --git a/web-no-modal-sdk/quick-starts/nextjs-no-modal-quick-start/package.json b/web-no-modal-sdk/quick-starts/nextjs-no-modal-quick-start/package.json index 7e2cbfb06..ec94ef8f9 100644 --- a/web-no-modal-sdk/quick-starts/nextjs-no-modal-quick-start/package.json +++ b/web-no-modal-sdk/quick-starts/nextjs-no-modal-quick-start/package.json @@ -10,10 +10,10 @@ }, "//IMP START": "IMP START - Web3Auth Installation", "dependencies": { - "@web3auth/base": "^7.1.0", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "next": "13.4.9", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/web-no-modal-sdk/quick-starts/react-no-modal-quick-start/package.json b/web-no-modal-sdk/quick-starts/react-no-modal-quick-start/package.json index 93c55bf88..8951de2df 100644 --- a/web-no-modal-sdk/quick-starts/react-no-modal-quick-start/package.json +++ b/web-no-modal-sdk/quick-starts/react-no-modal-quick-start/package.json @@ -7,10 +7,10 @@ "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", - "@web3auth/base": "^7.1.0", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", diff --git a/web-no-modal-sdk/quick-starts/react-vite-no-modal-quick-start/package.json b/web-no-modal-sdk/quick-starts/react-vite-no-modal-quick-start/package.json index 59a95ad2f..d52a09866 100644 --- a/web-no-modal-sdk/quick-starts/react-vite-no-modal-quick-start/package.json +++ b/web-no-modal-sdk/quick-starts/react-vite-no-modal-quick-start/package.json @@ -10,10 +10,10 @@ "lint": "eslint" }, "dependencies": { - "@web3auth/base": "^7.1.0", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "empty-module": "^0.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/web-no-modal-sdk/quick-starts/vanillajs-no-modal-quick-start/package.json b/web-no-modal-sdk/quick-starts/vanillajs-no-modal-quick-start/package.json index a2f74c038..3ef9533f1 100644 --- a/web-no-modal-sdk/quick-starts/vanillajs-no-modal-quick-start/package.json +++ b/web-no-modal-sdk/quick-starts/vanillajs-no-modal-quick-start/package.json @@ -1,5 +1,5 @@ { - "name": "vanillajs-modal-quick-start", + "name": "vanillajs-no-modal-quick-start", "version": "0.1.0", "private": true, "scripts": { diff --git a/web-no-modal-sdk/quick-starts/vue-no-modal-quick-start/package.json b/web-no-modal-sdk/quick-starts/vue-no-modal-quick-start/package.json index 32a5aa31e..b879e096a 100644 --- a/web-no-modal-sdk/quick-starts/vue-no-modal-quick-start/package.json +++ b/web-no-modal-sdk/quick-starts/vue-no-modal-quick-start/package.json @@ -9,10 +9,10 @@ }, "//IMP START": "IMP START - Web3Auth Installation", "dependencies": { - "@web3auth/base": "^7.1.0", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "core-js": "^3.26.1", "vue": "^3.3.4", "web3": "^4.1.1" diff --git a/web-no-modal-sdk/server-side-verification-no-modal-example/package.json b/web-no-modal-sdk/server-side-verification-no-modal-example/package.json index 3d8780217..98468d898 100644 --- a/web-no-modal-sdk/server-side-verification-no-modal-example/package.json +++ b/web-no-modal-sdk/server-side-verification-no-modal-example/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@toruslabs/eccrypto": "^1.1.8", - "@web3auth/base": "^7.1.0", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "ethers": "^6.6.2", "jose": "^4.11.1", "next": "^12.3.1", diff --git a/web-no-modal-sdk/wagmi/rainbowkit-auth0-no-modal-example/package.json b/web-no-modal-sdk/wagmi/rainbowkit-auth0-no-modal-example/package.json index ed7bfbc9a..c2d029191 100644 --- a/web-no-modal-sdk/wagmi/rainbowkit-auth0-no-modal-example/package.json +++ b/web-no-modal-sdk/wagmi/rainbowkit-auth0-no-modal-example/package.json @@ -12,10 +12,10 @@ "react-dom": "^18.2.0", "react-scripts": "5.0.1", "wagmi": "1.4.1", - "@web3auth/base": "^7.1.0", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", "@web3auth/web3auth-wagmi-connector": "^5.0.1", "web-vitals": "^2.1.4" }, diff --git a/web-no-modal-sdk/wagmi/rainbowkit-no-modal-example/package.json b/web-no-modal-sdk/wagmi/rainbowkit-no-modal-example/package.json index c060ce483..b7f8c5f4f 100644 --- a/web-no-modal-sdk/wagmi/rainbowkit-no-modal-example/package.json +++ b/web-no-modal-sdk/wagmi/rainbowkit-no-modal-example/package.json @@ -12,10 +12,10 @@ "react-dom": "^18.2.0", "react-scripts": "5.0.1", "wagmi": "1.4.1", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", - "@web3auth/base": "^7.1.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", + "@web3auth/base": "^7.2.0", "@web3auth/web3auth-wagmi-connector": "^5.0.1", "web-vitals": "^2.1.4" }, diff --git a/web-no-modal-sdk/wagmi/wagmi-no-modal-example/package.json b/web-no-modal-sdk/wagmi/wagmi-no-modal-example/package.json index 81ccba885..8fff05761 100644 --- a/web-no-modal-sdk/wagmi/wagmi-no-modal-example/package.json +++ b/web-no-modal-sdk/wagmi/wagmi-no-modal-example/package.json @@ -10,11 +10,11 @@ "@types/node": "^18.15.11", "@types/react": "^18.0.31", "@types/react-dom": "^18.0.11", - "@web3auth/base": "^7.1.0", - "@web3auth/ethereum-provider": "^7.1.1", - "@web3auth/no-modal": "^7.1.1", - "@web3auth/openlogin-adapter": "^7.1.1", - "@web3auth/torus-wallet-connector-plugin": "^7.1.1", + "@web3auth/base": "^7.2.0", + "@web3auth/ethereum-provider": "^7.2.0", + "@web3auth/no-modal": "^7.2.0", + "@web3auth/openlogin-adapter": "^7.2.0", + "@web3auth/torus-wallet-connector-plugin": "^7.2.0", "@web3auth/web3auth-wagmi-connector": "^5.0.1", "react": "^18.2.0", "react-dom": "^18.2.0",