From c9b428f0bfebf985cd84da6b01f3df23e954e4d5 Mon Sep 17 00:00:00 2001 From: Rohan Date: Thu, 17 Aug 2023 23:38:31 +0530 Subject: [PATCH 1/2] Update Trezor to 9.0.11 Getting error: TypeError: Cannot destructure property 'BridgeV2' of 'transport_1.default' as it is undefined. This seems to have changed recently (within the last couple of days) as this is breaking in one of our automated tests. Info: @trezor/connect v9.0.7 How to reproduce This happens consistently when trying to import the module. Update to 9.0.11 should solve this --- packages/trezor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/trezor/package.json b/packages/trezor/package.json index 830afbc36..10696e06c 100644 --- a/packages/trezor/package.json +++ b/packages/trezor/package.json @@ -66,6 +66,6 @@ "eth-crypto": "^2.1.0", "ethereumjs-util": "^7.1.3", "hdkey": "^2.0.1", - "@trezor/connect-web": "^9.0.8" + "@trezor/connect-web": "^9.0.11" } } From f05080623ffb770a4730b66a4136f9cea2296641 Mon Sep 17 00:00:00 2001 From: Rohan Date: Fri, 18 Aug 2023 21:36:52 +0530 Subject: [PATCH 2/2] Update package.json version to 2.4.3-alpha.1 --- packages/trezor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/trezor/package.json b/packages/trezor/package.json index 10696e06c..4a4e4e4d1 100644 --- a/packages/trezor/package.json +++ b/packages/trezor/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/trezor", - "version": "2.4.2", + "version": "2.4.3-alpha.1", "description": "Trezor hardware wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum",