@injectivelabs/wallet-ledger 1.16.13-alpha.0 → 1.16.13-alpha.2

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.
@@ -6,7 +6,7 @@ export declare const LedgerDerivationPathType: {
6
6
  readonly LedgerLive: "ledger-live";
7
7
  readonly LedgerMew: "ledger-mew";
8
8
  };
9
- export type LedgerDerivationPathType = typeof LedgerDerivationPathType[keyof typeof LedgerDerivationPathType];
9
+ export type LedgerDerivationPathType = (typeof LedgerDerivationPathType)[keyof typeof LedgerDerivationPathType];
10
10
  export interface LedgerWalletInfo {
11
11
  address: string;
12
12
  baseDerivationPath: string;
@@ -19,4 +19,4 @@ export declare const WalletLedger: {
19
19
  readonly LedgerCosmos: "ledger-cosmos";
20
20
  readonly LedgerLegacy: "ledger-legacy";
21
21
  };
22
- export type WalletLedger = typeof WalletLedger[keyof typeof WalletLedger];
22
+ export type WalletLedger = (typeof WalletLedger)[keyof typeof WalletLedger];
@@ -6,7 +6,7 @@ export declare const LedgerDerivationPathType: {
6
6
  readonly LedgerLive: "ledger-live";
7
7
  readonly LedgerMew: "ledger-mew";
8
8
  };
9
- export type LedgerDerivationPathType = typeof LedgerDerivationPathType[keyof typeof LedgerDerivationPathType];
9
+ export type LedgerDerivationPathType = (typeof LedgerDerivationPathType)[keyof typeof LedgerDerivationPathType];
10
10
  export interface LedgerWalletInfo {
11
11
  address: string;
12
12
  baseDerivationPath: string;
@@ -19,4 +19,4 @@ export declare const WalletLedger: {
19
19
  readonly LedgerCosmos: "ledger-cosmos";
20
20
  readonly LedgerLegacy: "ledger-legacy";
21
21
  };
22
- export type WalletLedger = typeof WalletLedger[keyof typeof WalletLedger];
22
+ export type WalletLedger = (typeof WalletLedger)[keyof typeof WalletLedger];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@injectivelabs/wallet-ledger",
3
3
  "description": "Ledger wallet strategy for use with @injectivelabs/wallet-core.",
4
- "version": "1.16.13-alpha.0",
4
+ "version": "1.16.13-alpha.2",
5
5
  "sideEffects": false,
6
6
  "type": "module",
7
7
  "author": {
@@ -61,10 +61,10 @@
61
61
  "@bangjelkoski/ledgerhq-hw-transport": "6.31.4-beta.0",
62
62
  "@bangjelkoski/ledgerhq-hw-transport-webhid": "6.30.0-beta.0",
63
63
  "@bangjelkoski/ledgerhq-hw-transport-webusb": "6.29.4-beta.0",
64
- "@injectivelabs/exceptions": "1.16.13-alpha.0",
65
- "@injectivelabs/sdk-ts": "1.16.13-alpha.0",
66
- "@injectivelabs/ts-types": "1.16.13-alpha.0",
67
- "@injectivelabs/wallet-base": "1.16.13-alpha.0",
64
+ "@injectivelabs/exceptions": "1.16.13-alpha.2",
65
+ "@injectivelabs/sdk-ts": "1.16.13-alpha.2",
66
+ "@injectivelabs/ts-types": "1.16.13-alpha.2",
67
+ "@injectivelabs/wallet-base": "1.16.13-alpha.2",
68
68
  "alchemy-sdk": "^3.4.7",
69
69
  "viem": "^2.33.2"
70
70
  },
@@ -72,5 +72,5 @@
72
72
  "@types/ledgerhq__hw-transport-webusb": "^4.70.1",
73
73
  "shx": "^0.3.4"
74
74
  },
75
- "gitHead": "bb71ac9147c0a2f0946ea0c316caf094fbbe2f2c"
75
+ "gitHead": "c60f210698d2ee266855a6bb7342d0147964bad4"
76
76
  }