@near-wallet-selector/ledger
Advanced tools
Comparing version 8.1.4 to 8.2.0
{ | ||
"name": "@near-wallet-selector/ledger", | ||
"version": "8.1.4", | ||
"version": "8.2.0", | ||
"description": "Ledger package for NEAR Wallet Selector.", | ||
@@ -30,11 +30,12 @@ "keywords": [ | ||
"type": "module", | ||
"types": "./index.d.ts", | ||
"types": "./src\\index.d.ts", | ||
"dependencies": { | ||
"@ledgerhq/hw-transport": "6.27.1", | ||
"@ledgerhq/hw-transport-webhid": "6.27.1", | ||
"bn.js": "^5.2.0", | ||
"@near-wallet-selector/core": "8.1.4", | ||
"is-mobile": "^4.0.0", | ||
"@near-wallet-selector/wallet-utils": "8.1.4" | ||
"@near-wallet-selector/core": "8.2.0", | ||
"@near-wallet-selector/wallet-utils": "8.2.0", | ||
"bn.js": "5.2.1", | ||
"is-mobile": "4.0.0", | ||
"ts-essentials": "7.0.3" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # @near-wallet-selector/ledger |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
197790
4751
8
+ Addedts-essentials@7.0.3
+ Added@near-wallet-selector/core@8.2.0(transitive)
+ Added@near-wallet-selector/wallet-utils@8.2.0(transitive)
+ Addedts-essentials@7.0.3(transitive)
+ Addedtypescript@5.7.3(transitive)
- Removed@near-wallet-selector/core@8.1.4(transitive)
- Removed@near-wallet-selector/wallet-utils@8.1.4(transitive)
Updatedbn.js@5.2.1
Updatedis-mobile@4.0.0