@ledgerhq/coin-tron 5.4.1-nightly.2 → 5.4.1-nightly.4

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-tron@5.4.1-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tron
2
+ > @ledgerhq/coin-tron@5.4.1-nightly.3 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,26 @@
1
1
  # @ledgerhq/coin-tron
2
2
 
3
+ ## 5.4.1-nightly.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`a37c06f`](https://github.com/LedgerHQ/ledger-live/commit/a37c06f97b061a5db0dad3632bb5c3e8f293677c)]:
8
+ - @ledgerhq/types-live@6.85.0-nightly.4
9
+ - @ledgerhq/coin-framework@6.4.1-nightly.4
10
+
11
+ ## 5.4.1-nightly.3
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`ab0e1bc`](https://github.com/LedgerHQ/ledger-live/commit/ab0e1bcc97b66b750b6c29e618eb03ce6f25bb7b), [`c2d8d86`](https://github.com/LedgerHQ/ledger-live/commit/c2d8d8670f848989836c46ea08ae88c88086fdd6), [`f015ef3`](https://github.com/LedgerHQ/ledger-live/commit/f015ef32660905d00f55a45f451f38bc12aec9ba)]:
16
+ - @ledgerhq/cryptoassets@13.29.0-nightly.3
17
+ - @ledgerhq/types-cryptoassets@7.27.0-nightly.1
18
+ - @ledgerhq/errors@6.26.0-nightly.0
19
+ - @ledgerhq/types-live@6.85.0-nightly.3
20
+ - @ledgerhq/coin-framework@6.4.1-nightly.3
21
+ - @ledgerhq/devices@8.5.2-nightly.1
22
+ - @ledgerhq/live-network@2.0.18-nightly.2
23
+
3
24
  ## 5.4.1-nightly.2
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tron",
3
- "version": "5.4.1-nightly.2",
3
+ "version": "5.4.1-nightly.4",
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.4.1-nightly.2",
100
- "@ledgerhq/cryptoassets": "^13.28.1-nightly.2",
101
- "@ledgerhq/devices": "8.5.2-nightly.0",
102
- "@ledgerhq/errors": "^6.25.0",
103
- "@ledgerhq/live-network": "^2.0.18-nightly.1",
99
+ "@ledgerhq/coin-framework": "^6.4.1-nightly.4",
100
+ "@ledgerhq/cryptoassets": "^13.29.0-nightly.3",
101
+ "@ledgerhq/devices": "8.5.2-nightly.1",
102
+ "@ledgerhq/errors": "^6.26.0-nightly.0",
103
+ "@ledgerhq/live-network": "^2.0.18-nightly.2",
104
104
  "@ledgerhq/live-promise": "^0.1.1",
105
105
  "@ledgerhq/logs": "^6.13.0",
106
- "@ledgerhq/types-cryptoassets": "^7.27.0-nightly.0",
107
- "@ledgerhq/types-live": "^6.85.0-nightly.2"
106
+ "@ledgerhq/types-cryptoassets": "^7.27.0-nightly.1",
107
+ "@ledgerhq/types-live": "^6.85.0-nightly.4"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@agrozyme/types-tronweb": "^5.3.2",
@@ -118,7 +118,7 @@
118
118
  "ts-jest": "^29.1.1",
119
119
  "typescript": "^5.4.5",
120
120
  "@ledgerhq/disable-network-setup": "^0.0.0",
121
- "@ledgerhq/types-cryptoassets": "^7.27.0-nightly.0"
121
+ "@ledgerhq/types-cryptoassets": "^7.27.0-nightly.1"
122
122
  },
123
123
  "scripts": {
124
124
  "clean": "rimraf lib lib-es",