@injectivelabs/wallet-trezor 1.20.5 → 1.20.7

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.
@@ -206,7 +206,7 @@ var BaseTrezorTransport = class BaseTrezorTransport {
206
206
  try {
207
207
  await TrezorConnect.init({
208
208
  manifest: TREZOR_CONNECT_MANIFEST,
209
- coreMode: "popup",
209
+ coreMode: "auto",
210
210
  interactionTimeout: 600
211
211
  });
212
212
  } catch (error) {
package/dist/esm/index.js CHANGED
@@ -206,7 +206,7 @@ var BaseTrezorTransport = class BaseTrezorTransport {
206
206
  try {
207
207
  await TrezorConnect.init({
208
208
  manifest: TREZOR_CONNECT_MANIFEST,
209
- coreMode: "popup",
209
+ coreMode: "auto",
210
210
  interactionTimeout: 600
211
211
  });
212
212
  } catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@injectivelabs/wallet-trezor",
3
- "version": "1.20.5",
3
+ "version": "1.20.7",
4
4
  "description": "Trezor wallet strategy for use with @injectivelabs/wallet-core.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -42,13 +42,13 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "@trezor/connect": "^9.6.4",
46
- "@trezor/connect-web": "^9.6.4",
45
+ "@trezor/connect": "^9.7.3",
46
+ "@trezor/connect-web": "^9.7.3",
47
47
  "viem": "^2.41.2",
48
- "@injectivelabs/exceptions": "1.20.5",
49
- "@injectivelabs/ts-types": "1.20.5",
50
- "@injectivelabs/wallet-base": "1.20.5",
51
- "@injectivelabs/sdk-ts": "1.20.5"
48
+ "@injectivelabs/exceptions": "1.20.7",
49
+ "@injectivelabs/sdk-ts": "1.20.7",
50
+ "@injectivelabs/wallet-base": "1.20.7",
51
+ "@injectivelabs/ts-types": "1.20.7"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"