@ledgerhq/coin-framework 0.18.1 → 0.18.2-next.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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @ledgerhq/coin-framework
|
|
2
2
|
|
|
3
|
+
## 0.18.2-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`c83af75`](https://github.com/LedgerHQ/ledger-live/commit/c83af756fb388043c9f5a3862cae1231ec99a02c)]:
|
|
8
|
+
- @ledgerhq/types-cryptoassets@7.16.0-next.0
|
|
9
|
+
- @ledgerhq/cryptoassets@13.6.0-next.0
|
|
10
|
+
- @ledgerhq/types-live@6.52.0-next.0
|
|
11
|
+
|
|
3
12
|
## 0.18.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-framework",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.2-next.0",
|
|
4
4
|
"description": "Ledger framework for Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -91,14 +91,14 @@
|
|
|
91
91
|
"lru-cache": "^7.14.1",
|
|
92
92
|
"prando": "^6.0.1",
|
|
93
93
|
"rxjs": "^7.8.1",
|
|
94
|
-
"@ledgerhq/cryptoassets": "^13.
|
|
94
|
+
"@ledgerhq/cryptoassets": "^13.6.0-next.0",
|
|
95
95
|
"@ledgerhq/devices": "^8.4.4",
|
|
96
96
|
"@ledgerhq/errors": "^6.19.1",
|
|
97
97
|
"@ledgerhq/live-env": "^2.3.0",
|
|
98
98
|
"@ledgerhq/live-network": "^2.0.1",
|
|
99
99
|
"@ledgerhq/logs": "^6.12.0",
|
|
100
|
-
"@ledgerhq/types-cryptoassets": "^7.
|
|
101
|
-
"@ledgerhq/types-live": "^6.
|
|
100
|
+
"@ledgerhq/types-cryptoassets": "^7.16.0-next.0",
|
|
101
|
+
"@ledgerhq/types-live": "^6.52.0-next.0"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@types/invariant": "^2.2.2",
|
|
@@ -104,6 +104,8 @@ exports[`formatCurrencyUnit with custom options with locale de-DE should correct
|
|
|
104
104
|
|
|
105
105
|
exports[`formatCurrencyUnit with custom options with locale de-DE should correctly format Ethereum unit (ether) 1`] = `"0,012345678900000000- -ETH"`;
|
|
106
106
|
|
|
107
|
+
exports[`formatCurrencyUnit with custom options with locale de-DE should correctly format Etherlink unit (XTZ) 1`] = `"0,012345678900000000- -XTZ"`;
|
|
108
|
+
|
|
107
109
|
exports[`formatCurrencyUnit with custom options with locale de-DE should correctly format Ethersocial unit (ESN) 1`] = `"0,012345678900000000- -ESN"`;
|
|
108
110
|
|
|
109
111
|
exports[`formatCurrencyUnit with custom options with locale de-DE should correctly format Expanse unit (EXP) 1`] = `"123.456.789,00000000- -EXP"`;
|
|
@@ -428,6 +430,8 @@ exports[`formatCurrencyUnit with custom options with locale en-US should correct
|
|
|
428
430
|
|
|
429
431
|
exports[`formatCurrencyUnit with custom options with locale en-US should correctly format Ethereum unit (ether) 1`] = `"0.012345678900000000- -ETH"`;
|
|
430
432
|
|
|
433
|
+
exports[`formatCurrencyUnit with custom options with locale en-US should correctly format Etherlink unit (XTZ) 1`] = `"0.012345678900000000- -XTZ"`;
|
|
434
|
+
|
|
431
435
|
exports[`formatCurrencyUnit with custom options with locale en-US should correctly format Ethersocial unit (ESN) 1`] = `"0.012345678900000000- -ESN"`;
|
|
432
436
|
|
|
433
437
|
exports[`formatCurrencyUnit with custom options with locale en-US should correctly format Expanse unit (EXP) 1`] = `"123,456,789.00000000- -EXP"`;
|
|
@@ -752,6 +756,8 @@ exports[`formatCurrencyUnit with custom options with locale es-ES should correct
|
|
|
752
756
|
|
|
753
757
|
exports[`formatCurrencyUnit with custom options with locale es-ES should correctly format Ethereum unit (ether) 1`] = `"0,012345678900000000- -ETH"`;
|
|
754
758
|
|
|
759
|
+
exports[`formatCurrencyUnit with custom options with locale es-ES should correctly format Etherlink unit (XTZ) 1`] = `"0,012345678900000000- -XTZ"`;
|
|
760
|
+
|
|
755
761
|
exports[`formatCurrencyUnit with custom options with locale es-ES should correctly format Ethersocial unit (ESN) 1`] = `"0,012345678900000000- -ESN"`;
|
|
756
762
|
|
|
757
763
|
exports[`formatCurrencyUnit with custom options with locale es-ES should correctly format Expanse unit (EXP) 1`] = `"123.456.789,00000000- -EXP"`;
|
|
@@ -1076,6 +1082,8 @@ exports[`formatCurrencyUnit with custom options with locale fr-FR should correct
|
|
|
1076
1082
|
|
|
1077
1083
|
exports[`formatCurrencyUnit with custom options with locale fr-FR should correctly format Ethereum unit (ether) 1`] = `"0,012345678900000000- -ETH"`;
|
|
1078
1084
|
|
|
1085
|
+
exports[`formatCurrencyUnit with custom options with locale fr-FR should correctly format Etherlink unit (XTZ) 1`] = `"0,012345678900000000- -XTZ"`;
|
|
1086
|
+
|
|
1079
1087
|
exports[`formatCurrencyUnit with custom options with locale fr-FR should correctly format Ethersocial unit (ESN) 1`] = `"0,012345678900000000- -ESN"`;
|
|
1080
1088
|
|
|
1081
1089
|
exports[`formatCurrencyUnit with custom options with locale fr-FR should correctly format Expanse unit (EXP) 1`] = `"123 456 789,00000000- -EXP"`;
|
|
@@ -1400,6 +1408,8 @@ exports[`formatCurrencyUnit with custom options with locale ja-JP should correct
|
|
|
1400
1408
|
|
|
1401
1409
|
exports[`formatCurrencyUnit with custom options with locale ja-JP should correctly format Ethereum unit (ether) 1`] = `"0.012345678900000000- -ETH"`;
|
|
1402
1410
|
|
|
1411
|
+
exports[`formatCurrencyUnit with custom options with locale ja-JP should correctly format Etherlink unit (XTZ) 1`] = `"0.012345678900000000- -XTZ"`;
|
|
1412
|
+
|
|
1403
1413
|
exports[`formatCurrencyUnit with custom options with locale ja-JP should correctly format Ethersocial unit (ESN) 1`] = `"0.012345678900000000- -ESN"`;
|
|
1404
1414
|
|
|
1405
1415
|
exports[`formatCurrencyUnit with custom options with locale ja-JP should correctly format Expanse unit (EXP) 1`] = `"123,456,789.00000000- -EXP"`;
|
|
@@ -1724,6 +1734,8 @@ exports[`formatCurrencyUnit with custom options with locale ko-KR should correct
|
|
|
1724
1734
|
|
|
1725
1735
|
exports[`formatCurrencyUnit with custom options with locale ko-KR should correctly format Ethereum unit (ether) 1`] = `"0.012345678900000000- -ETH"`;
|
|
1726
1736
|
|
|
1737
|
+
exports[`formatCurrencyUnit with custom options with locale ko-KR should correctly format Etherlink unit (XTZ) 1`] = `"0.012345678900000000- -XTZ"`;
|
|
1738
|
+
|
|
1727
1739
|
exports[`formatCurrencyUnit with custom options with locale ko-KR should correctly format Ethersocial unit (ESN) 1`] = `"0.012345678900000000- -ESN"`;
|
|
1728
1740
|
|
|
1729
1741
|
exports[`formatCurrencyUnit with custom options with locale ko-KR should correctly format Expanse unit (EXP) 1`] = `"123,456,789.00000000- -EXP"`;
|
|
@@ -2048,6 +2060,8 @@ exports[`formatCurrencyUnit with custom options with locale pt-BR should correct
|
|
|
2048
2060
|
|
|
2049
2061
|
exports[`formatCurrencyUnit with custom options with locale pt-BR should correctly format Ethereum unit (ether) 1`] = `"0,012345678900000000- -ETH"`;
|
|
2050
2062
|
|
|
2063
|
+
exports[`formatCurrencyUnit with custom options with locale pt-BR should correctly format Etherlink unit (XTZ) 1`] = `"0,012345678900000000- -XTZ"`;
|
|
2064
|
+
|
|
2051
2065
|
exports[`formatCurrencyUnit with custom options with locale pt-BR should correctly format Ethersocial unit (ESN) 1`] = `"0,012345678900000000- -ESN"`;
|
|
2052
2066
|
|
|
2053
2067
|
exports[`formatCurrencyUnit with custom options with locale pt-BR should correctly format Expanse unit (EXP) 1`] = `"123.456.789,00000000- -EXP"`;
|
|
@@ -2372,6 +2386,8 @@ exports[`formatCurrencyUnit with custom options with locale ru-RU should correct
|
|
|
2372
2386
|
|
|
2373
2387
|
exports[`formatCurrencyUnit with custom options with locale ru-RU should correctly format Ethereum unit (ether) 1`] = `"0,012345678900000000- -ETH"`;
|
|
2374
2388
|
|
|
2389
|
+
exports[`formatCurrencyUnit with custom options with locale ru-RU should correctly format Etherlink unit (XTZ) 1`] = `"0,012345678900000000- -XTZ"`;
|
|
2390
|
+
|
|
2375
2391
|
exports[`formatCurrencyUnit with custom options with locale ru-RU should correctly format Ethersocial unit (ESN) 1`] = `"0,012345678900000000- -ESN"`;
|
|
2376
2392
|
|
|
2377
2393
|
exports[`formatCurrencyUnit with custom options with locale ru-RU should correctly format Expanse unit (EXP) 1`] = `"123 456 789,00000000- -EXP"`;
|
|
@@ -2696,6 +2712,8 @@ exports[`formatCurrencyUnit with custom options with locale tr-TR should correct
|
|
|
2696
2712
|
|
|
2697
2713
|
exports[`formatCurrencyUnit with custom options with locale tr-TR should correctly format Ethereum unit (ether) 1`] = `"0,012345678900000000- -ETH"`;
|
|
2698
2714
|
|
|
2715
|
+
exports[`formatCurrencyUnit with custom options with locale tr-TR should correctly format Etherlink unit (XTZ) 1`] = `"0,012345678900000000- -XTZ"`;
|
|
2716
|
+
|
|
2699
2717
|
exports[`formatCurrencyUnit with custom options with locale tr-TR should correctly format Ethersocial unit (ESN) 1`] = `"0,012345678900000000- -ESN"`;
|
|
2700
2718
|
|
|
2701
2719
|
exports[`formatCurrencyUnit with custom options with locale tr-TR should correctly format Expanse unit (EXP) 1`] = `"123.456.789,00000000- -EXP"`;
|
|
@@ -3020,6 +3038,8 @@ exports[`formatCurrencyUnit with custom options with locale zh-CN should correct
|
|
|
3020
3038
|
|
|
3021
3039
|
exports[`formatCurrencyUnit with custom options with locale zh-CN should correctly format Ethereum unit (ether) 1`] = `"0.012345678900000000- -ETH"`;
|
|
3022
3040
|
|
|
3041
|
+
exports[`formatCurrencyUnit with custom options with locale zh-CN should correctly format Etherlink unit (XTZ) 1`] = `"0.012345678900000000- -XTZ"`;
|
|
3042
|
+
|
|
3023
3043
|
exports[`formatCurrencyUnit with custom options with locale zh-CN should correctly format Ethersocial unit (ESN) 1`] = `"0.012345678900000000- -ESN"`;
|
|
3024
3044
|
|
|
3025
3045
|
exports[`formatCurrencyUnit with custom options with locale zh-CN should correctly format Expanse unit (EXP) 1`] = `"123,456,789.00000000- -EXP"`;
|
|
@@ -3344,6 +3364,8 @@ exports[`formatCurrencyUnit with default options should correctly format Ethereu
|
|
|
3344
3364
|
|
|
3345
3365
|
exports[`formatCurrencyUnit with default options should correctly format Ethereum unit (ether) 1`] = `"0.0123456"`;
|
|
3346
3366
|
|
|
3367
|
+
exports[`formatCurrencyUnit with default options should correctly format Etherlink unit (XTZ) 1`] = `"0.0123456"`;
|
|
3368
|
+
|
|
3347
3369
|
exports[`formatCurrencyUnit with default options should correctly format Ethersocial unit (ESN) 1`] = `"0.0123456"`;
|
|
3348
3370
|
|
|
3349
3371
|
exports[`formatCurrencyUnit with default options should correctly format Expanse unit (EXP) 1`] = `"123,456,789"`;
|