From a5ed0d3f6ed82a3a7d4fc838590503663fce92bd Mon Sep 17 00:00:00 2001 From: Chaitanya Potti Date: Fri, 6 Dec 2024 16:12:23 +0800 Subject: [PATCH] v9.5.0-alpha.2 --- lerna.json | 2 +- package-lock.json | 70 +++++++++---------- .../adapters/default-evm-adapter/package.json | 4 +- .../default-solana-adapter/package.json | 4 +- .../wallet-connect-v2-adapter/package.json | 4 +- .../modal-vue-composables/package.json | 4 +- .../no-modal-vue-composables/package.json | 4 +- .../package.json | 4 +- packages/hooks/modal-react-hooks/package.json | 4 +- .../hooks/no-modal-react-hooks/package.json | 4 +- .../package.json | 4 +- packages/modal/package.json | 8 +-- packages/no-modal/package.json | 6 +- .../package.json | 4 +- .../wallet-services-plugin/package.json | 6 +- .../account-abstraction-provider/package.json | 4 +- .../ethereum-mpc-provider/package.json | 4 +- .../providers/ethereum-provider/package.json | 2 +- 18 files changed, 71 insertions(+), 71 deletions(-) diff --git a/lerna.json b/lerna.json index 83e94aac0..69a73b21b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "npmClient": "npm" } diff --git a/package-lock.json b/package-lock.json index 850e827cd..04f814527 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26649,12 +26649,12 @@ }, "packages/adapters/default-evm-adapter": { "name": "@web3auth/default-evm-adapter", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "license": "ISC", "dependencies": { "@web3auth/base": "^9.5.0-alpha.1", "@web3auth/base-evm-adapter": "^9.5.0-alpha.1", - "@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.1", + "@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.2", "mipd": "^0.0.7" }, "engines": { @@ -26667,7 +26667,7 @@ }, "packages/adapters/default-solana-adapter": { "name": "@web3auth/default-solana-adapter", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "license": "ISC", "dependencies": { "@solana/wallet-standard-features": "^1.2.0", @@ -26679,7 +26679,7 @@ "@web3auth/base": "^9.5.0-alpha.1", "@web3auth/base-solana-adapter": "^9.5.0-alpha.1", "@web3auth/solana-provider": "^9.5.0-alpha.1", - "@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.1", + "@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.2", "bn.js": "^5.2.1" }, "engines": { @@ -26729,7 +26729,7 @@ }, "packages/adapters/wallet-connect-v2-adapter": { "name": "@web3auth/wallet-connect-v2-adapter", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "license": "ISC", "dependencies": { "@solana/web3.js": "^1.95.5", @@ -26740,7 +26740,7 @@ "@web3auth/auth": "^9.5.3", "@web3auth/base": "^9.5.0-alpha.1", "@web3auth/base-provider": "^9.5.0-alpha.1", - "@web3auth/ethereum-provider": "^9.5.0-alpha.1", + "@web3auth/ethereum-provider": "^9.5.0-alpha.2", "@web3auth/solana-provider": "^9.5.0-alpha.1", "bs58": "^5.0.0", "deepmerge": "^4.3.1" @@ -26779,11 +26779,11 @@ }, "packages/composables/modal-vue-composables": { "name": "@web3auth/modal-vue-composables", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "license": "ISC", "dependencies": { "@web3auth/base": "^9.5.0-alpha.1", - "@web3auth/modal": "^9.5.0-alpha.1" + "@web3auth/modal": "^9.5.0-alpha.2" }, "devDependencies": { "@web3auth/auth": "^9.5.3", @@ -26800,11 +26800,11 @@ }, "packages/composables/no-modal-vue-composables": { "name": "@web3auth/no-modal-vue-composables", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "license": "ISC", "dependencies": { "@web3auth/base": "^9.5.0-alpha.1", - "@web3auth/no-modal": "^9.5.0-alpha.1" + "@web3auth/no-modal": "^9.5.0-alpha.2" }, "devDependencies": { "@web3auth/auth": "^9.5.3", @@ -26821,12 +26821,12 @@ }, "packages/composables/wallet-services-plugin-vue-composables": { "name": "@web3auth/wallet-services-plugin-vue-composables", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "license": "ISC", "dependencies": { "@toruslabs/base-controllers": "^6.3.2", "@web3auth/base": "^9.5.0-alpha.1", - "@web3auth/wallet-services-plugin": "^9.5.0-alpha.1" + "@web3auth/wallet-services-plugin": "^9.5.0-alpha.2" }, "engines": { "node": ">=18.x", @@ -26839,11 +26839,11 @@ }, "packages/hooks/modal-react-hooks": { "name": "@web3auth/modal-react-hooks", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "license": "ISC", "dependencies": { "@web3auth/base": "^9.5.0-alpha.1", - "@web3auth/modal": "^9.5.0-alpha.1" + "@web3auth/modal": "^9.5.0-alpha.2" }, "devDependencies": { "@web3auth/auth-adapter": "^9.5.0-alpha.1" @@ -26859,11 +26859,11 @@ }, "packages/hooks/no-modal-react-hooks": { "name": "@web3auth/no-modal-react-hooks", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "license": "ISC", "dependencies": { "@web3auth/base": "^9.5.0-alpha.1", - "@web3auth/no-modal": "^9.5.0-alpha.1" + "@web3auth/no-modal": "^9.5.0-alpha.2" }, "devDependencies": { "@web3auth/auth-adapter": "^9.5.0-alpha.1" @@ -26879,11 +26879,11 @@ }, "packages/hooks/wallet-services-plugin-react-hooks": { "name": "@web3auth/wallet-services-plugin-react-hooks", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "license": "ISC", "dependencies": { "@web3auth/base": "^9.5.0-alpha.1", - "@web3auth/wallet-services-plugin": "^9.5.0-alpha.1" + "@web3auth/wallet-services-plugin": "^9.5.0-alpha.2" }, "engines": { "node": ">=18.x", @@ -26896,22 +26896,22 @@ }, "packages/modal": { "name": "@web3auth/modal", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "license": "ISC", "dependencies": { "@web3auth/auth-adapter": "^9.5.0-alpha.1", "@web3auth/base": "^9.5.0-alpha.1", "@web3auth/base-provider": "^9.5.0-alpha.1", - "@web3auth/no-modal": "^9.5.0-alpha.1", + "@web3auth/no-modal": "^9.5.0-alpha.2", "@web3auth/ui": "^9.5.0-alpha.1", "deepmerge": "^4.3.1" }, "devDependencies": { "@svgr/webpack": "^8.1.0", "@toruslabs/isomorphic-style-loader": "^5.3.3", - "@web3auth/account-abstraction-provider": "^9.5.0-alpha.1", + "@web3auth/account-abstraction-provider": "^9.5.0-alpha.2", "@web3auth/auth": "^9.5.3", - "@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.1", + "@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.2", "css-loader": "^7.1.2", "postcss-prefix-selector": "^2.1.0", "style-loader": "^4.0.0", @@ -26933,7 +26933,7 @@ }, "packages/no-modal": { "name": "@web3auth/no-modal", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "license": "ISC", "dependencies": { "@web3auth/auth": "^9.5.3", @@ -26942,9 +26942,9 @@ "deepmerge": "^4.3.1" }, "devDependencies": { - "@web3auth/account-abstraction-provider": "^9.5.0-alpha.1", + "@web3auth/account-abstraction-provider": "^9.5.0-alpha.2", "@web3auth/auth-adapter": "^9.5.0-alpha.1", - "@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.1" + "@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.2" }, "engines": { "node": ">=18.x", @@ -26984,13 +26984,13 @@ }, "packages/plugins/solana-wallet-connector-plugin": { "name": "@web3auth/solana-wallet-connector-plugin", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "license": "ISC", "dependencies": { "@toruslabs/solana-embed": "^2.1.0", "@web3auth/auth": "^9.5.3", "@web3auth/base": "^9.5.0-alpha.1", - "@web3auth/no-modal": "^9.5.0-alpha.1", + "@web3auth/no-modal": "^9.5.0-alpha.2", "loglevel": "^1.9.2" }, "engines": { @@ -27003,13 +27003,13 @@ }, "packages/plugins/wallet-services-plugin": { "name": "@web3auth/wallet-services-plugin", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "license": "ISC", "dependencies": { - "@web3auth/account-abstraction-provider": "^9.5.0-alpha.1", + "@web3auth/account-abstraction-provider": "^9.5.0-alpha.2", "@web3auth/auth": "^9.5.3", "@web3auth/base": "^9.5.0-alpha.1", - "@web3auth/no-modal": "^9.5.0-alpha.1", + "@web3auth/no-modal": "^9.5.0-alpha.2", "@web3auth/ws-embed": "^3.2.1", "loglevel": "^1.9.2" }, @@ -27026,7 +27026,7 @@ }, "packages/providers/account-abstraction-provider": { "name": "@web3auth/account-abstraction-provider", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "license": "ISC", "dependencies": { "@ethereumjs/util": "^9.1.0", @@ -27034,7 +27034,7 @@ "@web3auth/auth": "^9.5.3", "@web3auth/base": "^9.5.0-alpha.1", "@web3auth/base-provider": "^9.5.0-alpha.1", - "@web3auth/ethereum-provider": "^9.5.0-alpha.1", + "@web3auth/ethereum-provider": "^9.5.0-alpha.2", "ethers": "^6.13.4", "permissionless": "^0.2.20", "viem": "^2.21.52" @@ -27070,7 +27070,7 @@ }, "packages/providers/ethereum-mpc-provider": { "name": "@web3auth/ethereum-mpc-provider", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "license": "ISC", "dependencies": { "@ethereumjs/util": "^9.1.0", @@ -27078,7 +27078,7 @@ "@web3auth/auth": "^9.5.3", "@web3auth/base": "^9.5.0-alpha.1", "@web3auth/base-provider": "^9.5.0-alpha.1", - "@web3auth/ethereum-provider": "^9.5.0-alpha.1", + "@web3auth/ethereum-provider": "^9.5.0-alpha.2", "ethers": "^6.13.4" }, "engines": { @@ -27091,7 +27091,7 @@ }, "packages/providers/ethereum-provider": { "name": "@web3auth/ethereum-provider", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "license": "ISC", "dependencies": { "@ethereumjs/util": "^9.1.0", diff --git a/packages/adapters/default-evm-adapter/package.json b/packages/adapters/default-evm-adapter/package.json index 113e2caaf..892878fa9 100644 --- a/packages/adapters/default-evm-adapter/package.json +++ b/packages/adapters/default-evm-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@web3auth/default-evm-adapter", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "homepage": "https://github.com/Web3Auth/Web3Auth#readme", "license": "ISC", "sideEffects": false, @@ -22,7 +22,7 @@ "dependencies": { "@web3auth/base": "^9.5.0-alpha.1", "@web3auth/base-evm-adapter": "^9.5.0-alpha.1", - "@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.1", + "@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.2", "mipd": "^0.0.7" }, "files": [ diff --git a/packages/adapters/default-solana-adapter/package.json b/packages/adapters/default-solana-adapter/package.json index 185f6851e..d0027e915 100644 --- a/packages/adapters/default-solana-adapter/package.json +++ b/packages/adapters/default-solana-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@web3auth/default-solana-adapter", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "homepage": "https://github.com/Web3Auth/Web3Auth#readme", "license": "ISC", "sideEffects": false, @@ -29,7 +29,7 @@ "@web3auth/base": "^9.5.0-alpha.1", "@web3auth/base-solana-adapter": "^9.5.0-alpha.1", "@web3auth/solana-provider": "^9.5.0-alpha.1", - "@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.1", + "@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.2", "bn.js": "^5.2.1" }, "files": [ diff --git a/packages/adapters/wallet-connect-v2-adapter/package.json b/packages/adapters/wallet-connect-v2-adapter/package.json index 206ec73fe..057ee6b67 100644 --- a/packages/adapters/wallet-connect-v2-adapter/package.json +++ b/packages/adapters/wallet-connect-v2-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@web3auth/wallet-connect-v2-adapter", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "description": "wallet connect v2 adapter for web3auth", "keywords": [ "@web3auth/wallet-connect-v2-adapter", @@ -43,7 +43,7 @@ "@web3auth/auth": "^9.5.3", "@web3auth/base": "^9.5.0-alpha.1", "@web3auth/base-provider": "^9.5.0-alpha.1", - "@web3auth/ethereum-provider": "^9.5.0-alpha.1", + "@web3auth/ethereum-provider": "^9.5.0-alpha.2", "@web3auth/solana-provider": "^9.5.0-alpha.1", "bs58": "^5.0.0", "deepmerge": "^4.3.1" diff --git a/packages/composables/modal-vue-composables/package.json b/packages/composables/modal-vue-composables/package.json index 0025fa678..f2206ecbb 100644 --- a/packages/composables/modal-vue-composables/package.json +++ b/packages/composables/modal-vue-composables/package.json @@ -1,6 +1,6 @@ { "name": "@web3auth/modal-vue-composables", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "description": "Vue composables to simplify integration with web3Auth modal SDK.", "keywords": [ "web3Auth/modal-vue-composables", @@ -30,7 +30,7 @@ ], "dependencies": { "@web3auth/base": "^9.5.0-alpha.1", - "@web3auth/modal": "^9.5.0-alpha.1" + "@web3auth/modal": "^9.5.0-alpha.2" }, "devDependencies": { "@web3auth/auth": "^9.5.3", diff --git a/packages/composables/no-modal-vue-composables/package.json b/packages/composables/no-modal-vue-composables/package.json index 481e58310..b954c2551 100644 --- a/packages/composables/no-modal-vue-composables/package.json +++ b/packages/composables/no-modal-vue-composables/package.json @@ -1,6 +1,6 @@ { "name": "@web3auth/no-modal-vue-composables", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "description": "Vue composables to simplify integration with web3Auth no-modal SDK.", "keywords": [ "web3Auth/no-modal-vue-composables", @@ -30,7 +30,7 @@ ], "dependencies": { "@web3auth/base": "^9.5.0-alpha.1", - "@web3auth/no-modal": "^9.5.0-alpha.1" + "@web3auth/no-modal": "^9.5.0-alpha.2" }, "devDependencies": { "@web3auth/auth": "^9.5.3", diff --git a/packages/composables/wallet-services-plugin-vue-composables/package.json b/packages/composables/wallet-services-plugin-vue-composables/package.json index a03128824..833f912c3 100644 --- a/packages/composables/wallet-services-plugin-vue-composables/package.json +++ b/packages/composables/wallet-services-plugin-vue-composables/package.json @@ -1,6 +1,6 @@ { "name": "@web3auth/wallet-services-plugin-vue-composables", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "description": "Vue composables to simplify integration with web3Auth wallet services plugin SDK.", "keywords": [ "web3Auth/wallet-services-plugin-vue-composables", @@ -31,7 +31,7 @@ "dependencies": { "@toruslabs/base-controllers": "^6.3.2", "@web3auth/base": "^9.5.0-alpha.1", - "@web3auth/wallet-services-plugin": "^9.5.0-alpha.1" + "@web3auth/wallet-services-plugin": "^9.5.0-alpha.2" }, "peerDependencies": { "@babel/runtime": "^7.x", diff --git a/packages/hooks/modal-react-hooks/package.json b/packages/hooks/modal-react-hooks/package.json index 12bfc05e4..21dabe1ea 100644 --- a/packages/hooks/modal-react-hooks/package.json +++ b/packages/hooks/modal-react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@web3auth/modal-react-hooks", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "description": "React hooks to simplify integration with web3Auth modal SDK.", "keywords": [ "web3Auth/modal-react-hooks", @@ -36,7 +36,7 @@ }, "dependencies": { "@web3auth/base": "^9.5.0-alpha.1", - "@web3auth/modal": "^9.5.0-alpha.1" + "@web3auth/modal": "^9.5.0-alpha.2" }, "peerDependencies": { "@babel/runtime": "^7.x", diff --git a/packages/hooks/no-modal-react-hooks/package.json b/packages/hooks/no-modal-react-hooks/package.json index 4e894e7b3..a0e4e63ff 100644 --- a/packages/hooks/no-modal-react-hooks/package.json +++ b/packages/hooks/no-modal-react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@web3auth/no-modal-react-hooks", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "description": "React hooks to simplify integration with web3Auth no-modal SDK.", "keywords": [ "web3Auth/no-modal-react-hooks", @@ -36,7 +36,7 @@ }, "dependencies": { "@web3auth/base": "^9.5.0-alpha.1", - "@web3auth/no-modal": "^9.5.0-alpha.1" + "@web3auth/no-modal": "^9.5.0-alpha.2" }, "peerDependencies": { "@babel/runtime": "^7.x", diff --git a/packages/hooks/wallet-services-plugin-react-hooks/package.json b/packages/hooks/wallet-services-plugin-react-hooks/package.json index 9306fa054..a3e40e64c 100644 --- a/packages/hooks/wallet-services-plugin-react-hooks/package.json +++ b/packages/hooks/wallet-services-plugin-react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@web3auth/wallet-services-plugin-react-hooks", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "description": "React hooks to simplify integration with web3Auth wallet-services-plugin SDK.", "keywords": [ "web3Auth/wallet-services-plugin-react-hooks", @@ -33,7 +33,7 @@ ], "dependencies": { "@web3auth/base": "^9.5.0-alpha.1", - "@web3auth/wallet-services-plugin": "^9.5.0-alpha.1" + "@web3auth/wallet-services-plugin": "^9.5.0-alpha.2" }, "peerDependencies": { "@babel/runtime": "^7.x", diff --git a/packages/modal/package.json b/packages/modal/package.json index 5fcb03f1e..c4bc965c7 100644 --- a/packages/modal/package.json +++ b/packages/modal/package.json @@ -7,16 +7,16 @@ "@web3auth/auth-adapter": "^9.5.0-alpha.1", "@web3auth/base": "^9.5.0-alpha.1", "@web3auth/base-provider": "^9.5.0-alpha.1", - "@web3auth/no-modal": "^9.5.0-alpha.1", + "@web3auth/no-modal": "^9.5.0-alpha.2", "@web3auth/ui": "^9.5.0-alpha.1", "deepmerge": "^4.3.1" }, "devDependencies": { "@svgr/webpack": "^8.1.0", "@toruslabs/isomorphic-style-loader": "^5.3.3", - "@web3auth/account-abstraction-provider": "^9.5.0-alpha.1", + "@web3auth/account-abstraction-provider": "^9.5.0-alpha.2", "@web3auth/auth": "^9.5.3", - "@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.1", + "@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.2", "css-loader": "^7.1.2", "postcss-prefix-selector": "^2.1.0", "style-loader": "^4.0.0", @@ -69,6 +69,6 @@ }, "types": "dist/types/index.d.ts", "unpkg": "dist/modal.umd.min.js", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "gitHead": "6c62ee11818e12b77eca33a78ee896e46549ac16" } diff --git a/packages/no-modal/package.json b/packages/no-modal/package.json index b185e3533..eb53decf1 100644 --- a/packages/no-modal/package.json +++ b/packages/no-modal/package.json @@ -1,6 +1,6 @@ { "name": "@web3auth/no-modal", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "description": "Multi chain wallet aggregator for web3Auth", "keywords": [ "web3Auth/no-modal", @@ -43,9 +43,9 @@ "deepmerge": "^4.3.1" }, "devDependencies": { - "@web3auth/account-abstraction-provider": "^9.5.0-alpha.1", + "@web3auth/account-abstraction-provider": "^9.5.0-alpha.2", "@web3auth/auth-adapter": "^9.5.0-alpha.1", - "@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.1" + "@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.2" }, "peerDependenciesMeta": { "@web3auth/auth-adapter": { diff --git a/packages/plugins/solana-wallet-connector-plugin/package.json b/packages/plugins/solana-wallet-connector-plugin/package.json index 1e7bc5d8b..4d97a5fd4 100644 --- a/packages/plugins/solana-wallet-connector-plugin/package.json +++ b/packages/plugins/solana-wallet-connector-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@web3auth/solana-wallet-connector-plugin", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "description": "Torus Solana wallet connector for which can be used with Web3Auth or private key providers used inside Web3Auth", "keywords": [ "web3Auth/solana-wallet-connector-plugin", @@ -35,7 +35,7 @@ "@toruslabs/solana-embed": "^2.1.0", "@web3auth/auth": "^9.5.3", "@web3auth/base": "^9.5.0-alpha.1", - "@web3auth/no-modal": "^9.5.0-alpha.1", + "@web3auth/no-modal": "^9.5.0-alpha.2", "loglevel": "^1.9.2" }, "peerDependencies": { diff --git a/packages/plugins/wallet-services-plugin/package.json b/packages/plugins/wallet-services-plugin/package.json index d169e28a0..77f304a70 100644 --- a/packages/plugins/wallet-services-plugin/package.json +++ b/packages/plugins/wallet-services-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@web3auth/wallet-services-plugin", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "description": "Wallet services for which can be used with Web3Auth or private key providers used inside Web3Auth", "keywords": [ "web3Auth/wallet-services-plugin", @@ -34,10 +34,10 @@ "@toruslabs/ethereum-controllers": "^6.3.2" }, "dependencies": { - "@web3auth/account-abstraction-provider": "^9.5.0-alpha.1", + "@web3auth/account-abstraction-provider": "^9.5.0-alpha.2", "@web3auth/auth": "^9.5.3", "@web3auth/base": "^9.5.0-alpha.1", - "@web3auth/no-modal": "^9.5.0-alpha.1", + "@web3auth/no-modal": "^9.5.0-alpha.2", "@web3auth/ws-embed": "^3.2.1", "loglevel": "^1.9.2" }, diff --git a/packages/providers/account-abstraction-provider/package.json b/packages/providers/account-abstraction-provider/package.json index 69eb748d5..bc0085478 100644 --- a/packages/providers/account-abstraction-provider/package.json +++ b/packages/providers/account-abstraction-provider/package.json @@ -1,6 +1,6 @@ { "name": "@web3auth/account-abstraction-provider", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "homepage": "https://github.com/Web3Auth/Web3Auth#readme", "license": "ISC", "main": "dist/lib.cjs/index.js", @@ -25,7 +25,7 @@ "@web3auth/auth": "^9.5.3", "@web3auth/base": "^9.5.0-alpha.1", "@web3auth/base-provider": "^9.5.0-alpha.1", - "@web3auth/ethereum-provider": "^9.5.0-alpha.1", + "@web3auth/ethereum-provider": "^9.5.0-alpha.2", "ethers": "^6.13.4", "permissionless": "^0.2.20", "viem": "^2.21.52" diff --git a/packages/providers/ethereum-mpc-provider/package.json b/packages/providers/ethereum-mpc-provider/package.json index 5e86cfe9a..84339b6b8 100644 --- a/packages/providers/ethereum-mpc-provider/package.json +++ b/packages/providers/ethereum-mpc-provider/package.json @@ -1,6 +1,6 @@ { "name": "@web3auth/ethereum-mpc-provider", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "homepage": "https://github.com/Web3Auth/Web3Auth#readme", "license": "ISC", "sideEffects": false, @@ -25,7 +25,7 @@ "@web3auth/auth": "^9.5.3", "@web3auth/base": "^9.5.0-alpha.1", "@web3auth/base-provider": "^9.5.0-alpha.1", - "@web3auth/ethereum-provider": "^9.5.0-alpha.1", + "@web3auth/ethereum-provider": "^9.5.0-alpha.2", "ethers": "^6.13.4" }, "peerDependencies": { diff --git a/packages/providers/ethereum-provider/package.json b/packages/providers/ethereum-provider/package.json index dc1d53d92..aa68a7f8e 100644 --- a/packages/providers/ethereum-provider/package.json +++ b/packages/providers/ethereum-provider/package.json @@ -1,6 +1,6 @@ { "name": "@web3auth/ethereum-provider", - "version": "9.5.0-alpha.1", + "version": "9.5.0-alpha.2", "homepage": "https://github.com/Web3Auth/Web3Auth#readme", "license": "ISC", "sideEffects": false,