@ledgerhq/live-common 31.4.0-hotfix.0 → 31.4.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.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-common",
3
3
  "description": "Common ground for the Ledger Live apps",
4
- "version": "31.4.0-hotfix.0",
4
+ "version": "31.4.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/LedgerHQ/ledger-live.git"
@@ -216,19 +216,19 @@
216
216
  "varuint-bitcoin": "1.1.2",
217
217
  "winston": "^3.4.0",
218
218
  "xstate": "^4.30.2",
219
- "@ledgerhq/coin-algorand": "^0.2.5-hotfix.0",
220
- "@ledgerhq/coin-evm": "^0.5.0-hotfix.0",
221
- "@ledgerhq/coin-framework": "^0.5.0-hotfix.0",
222
- "@ledgerhq/coin-polkadot": "^0.3.2-hotfix.0",
223
- "@ledgerhq/cryptoassets": "^9.11.0-hotfix.0",
219
+ "@ledgerhq/coin-algorand": "^0.2.5",
220
+ "@ledgerhq/coin-evm": "^0.5.0",
221
+ "@ledgerhq/coin-framework": "^0.5.0",
222
+ "@ledgerhq/coin-polkadot": "^0.3.2",
223
+ "@ledgerhq/cryptoassets": "^9.11.0",
224
224
  "@ledgerhq/devices": "^8.0.5",
225
- "@ledgerhq/domain-service": "^1.1.7-hotfix.0",
225
+ "@ledgerhq/domain-service": "^1.1.7",
226
226
  "@ledgerhq/errors": "^6.13.0",
227
- "@ledgerhq/evm-tools": "^1.0.2-hotfix.0",
227
+ "@ledgerhq/evm-tools": "^1.0.2",
228
228
  "@ledgerhq/hw-app-algorand": "^6.27.17",
229
229
  "@ledgerhq/hw-app-btc": "^10.0.6",
230
230
  "@ledgerhq/hw-app-cosmos": "^6.28.3",
231
- "@ledgerhq/hw-app-eth": "^6.34.1-hotfix.0",
231
+ "@ledgerhq/hw-app-eth": "^6.34.1",
232
232
  "@ledgerhq/hw-app-exchange": "^0.2.1",
233
233
  "@ledgerhq/hw-app-near": "^6.27.12",
234
234
  "@ledgerhq/hw-app-polkadot": "^6.27.17",
@@ -241,8 +241,8 @@
241
241
  "@ledgerhq/hw-transport-mocker": "^6.27.17",
242
242
  "@ledgerhq/hw-transport-node-speculos": "^6.27.17",
243
243
  "@ledgerhq/hw-transport-node-speculos-http": "^6.27.17",
244
- "@ledgerhq/live-env": "^0.4.1-hotfix.0",
245
- "@ledgerhq/live-network": "^1.1.4-hotfix.0",
244
+ "@ledgerhq/live-env": "^0.4.1",
245
+ "@ledgerhq/live-network": "^1.1.4",
246
246
  "@ledgerhq/live-promise": "^0.0.1",
247
247
  "@ledgerhq/logs": "^6.10.1"
248
248
  },
@@ -286,9 +286,9 @@
286
286
  "ts-node": "^10.4.0",
287
287
  "uuid": "^8.3.2",
288
288
  "ws": "7",
289
- "@ledgerhq/types-cryptoassets": "^7.4.0-hotfix.0",
289
+ "@ledgerhq/types-cryptoassets": "^7.4.0",
290
290
  "@ledgerhq/types-devices": "^6.22.4",
291
- "@ledgerhq/types-live": "^6.38.0-hotfix.0"
291
+ "@ledgerhq/types-live": "^6.38.0"
292
292
  },
293
293
  "scripts": {
294
294
  "build": "zx ./scripts/build-ts.mjs",