@ledgerhq/live-common 28.0.0-next.1 → 28.0.0
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.
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
},
|
|
5
5
|
"name": "@ledgerhq/live-common",
|
|
6
6
|
"description": "Common ground for the Ledger Live apps",
|
|
7
|
-
"version": "28.0.0
|
|
7
|
+
"version": "28.0.0",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "https://github.com/LedgerHQ/ledger-live.git"
|
|
@@ -224,23 +224,23 @@
|
|
|
224
224
|
"winston": "^3.4.0",
|
|
225
225
|
"xstate": "^4.30.2",
|
|
226
226
|
"zcash-bitcore-lib": "^0.13.20-rc3",
|
|
227
|
-
"@ledgerhq/cryptoassets": "^8.0.0
|
|
227
|
+
"@ledgerhq/cryptoassets": "^8.0.0",
|
|
228
228
|
"@ledgerhq/devices": "^7.0.7",
|
|
229
229
|
"@ledgerhq/errors": "^6.12.3",
|
|
230
|
-
"@ledgerhq/hw-app-algorand": "^6.27.11
|
|
231
|
-
"@ledgerhq/hw-app-btc": "^9.1.3
|
|
232
|
-
"@ledgerhq/hw-app-cosmos": "^6.27.11
|
|
233
|
-
"@ledgerhq/hw-app-eth": "^6.31.0
|
|
234
|
-
"@ledgerhq/hw-app-near": "^6.27.6
|
|
235
|
-
"@ledgerhq/hw-app-polkadot": "^6.27.11
|
|
236
|
-
"@ledgerhq/hw-app-solana": "^7.0.5
|
|
237
|
-
"@ledgerhq/hw-app-str": "^6.27.11
|
|
238
|
-
"@ledgerhq/hw-app-tezos": "^6.27.11
|
|
239
|
-
"@ledgerhq/hw-app-trx": "^6.27.11
|
|
240
|
-
"@ledgerhq/hw-app-xrp": "^6.27.11
|
|
241
|
-
"@ledgerhq/hw-transport": "^6.28.0
|
|
242
|
-
"@ledgerhq/hw-transport-mocker": "^6.27.11
|
|
243
|
-
"@ledgerhq/hw-transport-node-speculos": "^6.27.11
|
|
230
|
+
"@ledgerhq/hw-app-algorand": "^6.27.11",
|
|
231
|
+
"@ledgerhq/hw-app-btc": "^9.1.3",
|
|
232
|
+
"@ledgerhq/hw-app-cosmos": "^6.27.11",
|
|
233
|
+
"@ledgerhq/hw-app-eth": "^6.31.0",
|
|
234
|
+
"@ledgerhq/hw-app-near": "^6.27.6",
|
|
235
|
+
"@ledgerhq/hw-app-polkadot": "^6.27.11",
|
|
236
|
+
"@ledgerhq/hw-app-solana": "^7.0.5",
|
|
237
|
+
"@ledgerhq/hw-app-str": "^6.27.11",
|
|
238
|
+
"@ledgerhq/hw-app-tezos": "^6.27.11",
|
|
239
|
+
"@ledgerhq/hw-app-trx": "^6.27.11",
|
|
240
|
+
"@ledgerhq/hw-app-xrp": "^6.27.11",
|
|
241
|
+
"@ledgerhq/hw-transport": "^6.28.0",
|
|
242
|
+
"@ledgerhq/hw-transport-mocker": "^6.27.11",
|
|
243
|
+
"@ledgerhq/hw-transport-node-speculos": "^6.27.11",
|
|
244
244
|
"@ledgerhq/logs": "^6.10.1"
|
|
245
245
|
},
|
|
246
246
|
"devDependencies": {
|
|
@@ -293,9 +293,9 @@
|
|
|
293
293
|
"typescript-eslint-parser": "^22.0.0",
|
|
294
294
|
"uuid": "^8.3.2",
|
|
295
295
|
"ws": "7",
|
|
296
|
-
"@ledgerhq/types-cryptoassets": "^7.0.0
|
|
296
|
+
"@ledgerhq/types-cryptoassets": "^7.0.0",
|
|
297
297
|
"@ledgerhq/types-devices": "^6.22.4",
|
|
298
|
-
"@ledgerhq/types-live": "^6.30.0
|
|
298
|
+
"@ledgerhq/types-live": "^6.30.0"
|
|
299
299
|
},
|
|
300
300
|
"scripts": {
|
|
301
301
|
"build": "zx ./scripts/build-ts.mjs",
|