@ledgerhq/coin-tron 5.6.0-nightly.3 → 5.6.0-nightly.5
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +20 -0
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-tron@5.6.0-nightly.
|
|
2
|
+
> @ledgerhq/coin-tron@5.6.0-nightly.4 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tron
|
|
3
3
|
> tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @ledgerhq/coin-tron
|
|
2
2
|
|
|
3
|
+
## 5.6.0-nightly.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`77566c5`](https://github.com/LedgerHQ/ledger-live/commit/77566c5a3b5795f5938bd5daaa5f8d65934c56b8), [`c1a4bfd`](https://github.com/LedgerHQ/ledger-live/commit/c1a4bfd34b46c6b6587d247673cadb3c078deb1d), [`6ccabef`](https://github.com/LedgerHQ/ledger-live/commit/6ccabef8f3c4e8cc042299d531684595ebadcc55)]:
|
|
8
|
+
- @ledgerhq/types-live@6.88.0-nightly.3
|
|
9
|
+
- @ledgerhq/devices@8.7.0-nightly.1
|
|
10
|
+
- @ledgerhq/cryptoassets@13.32.0-nightly.3
|
|
11
|
+
- @ledgerhq/coin-framework@6.8.0-nightly.5
|
|
12
|
+
|
|
13
|
+
## 5.6.0-nightly.4
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`ccf788d`](https://github.com/LedgerHQ/ledger-live/commit/ccf788d7c0239ca95e76c3cc340f9a6bd09ea726), [`34b28dd`](https://github.com/LedgerHQ/ledger-live/commit/34b28dd5e819906daaa79db5fe6064674def5e7d), [`b962966`](https://github.com/LedgerHQ/ledger-live/commit/b962966525517c5cfa7f1f8826f8f2b9162189e4)]:
|
|
18
|
+
- @ledgerhq/cryptoassets@13.32.0-nightly.2
|
|
19
|
+
- @ledgerhq/coin-framework@6.8.0-nightly.4
|
|
20
|
+
- @ledgerhq/types-live@6.88.0-nightly.2
|
|
21
|
+
- @ledgerhq/live-network@2.1.0-nightly.1
|
|
22
|
+
|
|
3
23
|
## 5.6.0-nightly.3
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-tron",
|
|
3
|
-
"version": "5.6.0-nightly.
|
|
3
|
+
"version": "5.6.0-nightly.5",
|
|
4
4
|
"description": "Ledger Tron Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -96,15 +96,15 @@
|
|
|
96
96
|
"lodash": "^4.17.21",
|
|
97
97
|
"rxjs": "^7.8.1",
|
|
98
98
|
"tronweb": "5.3.2",
|
|
99
|
-
"@ledgerhq/coin-framework": "^6.8.0-nightly.
|
|
100
|
-
"@ledgerhq/
|
|
101
|
-
"@ledgerhq/devices": "8.6.2-nightly.0",
|
|
99
|
+
"@ledgerhq/coin-framework": "^6.8.0-nightly.5",
|
|
100
|
+
"@ledgerhq/devices": "8.7.0-nightly.1",
|
|
102
101
|
"@ledgerhq/errors": "^6.27.0-nightly.0",
|
|
103
|
-
"@ledgerhq/
|
|
102
|
+
"@ledgerhq/cryptoassets": "^13.32.0-nightly.3",
|
|
103
|
+
"@ledgerhq/live-network": "^2.1.0-nightly.1",
|
|
104
104
|
"@ledgerhq/live-promise": "^0.1.1",
|
|
105
105
|
"@ledgerhq/logs": "^6.13.0",
|
|
106
106
|
"@ledgerhq/types-cryptoassets": "^7.29.0",
|
|
107
|
-
"@ledgerhq/types-live": "^6.88.0-nightly.
|
|
107
|
+
"@ledgerhq/types-live": "^6.88.0-nightly.3"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
110
|
"@agrozyme/types-tronweb": "^5.3.2",
|