@ledgerhq/coin-tron 4.2.1-nightly.0 → 4.3.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-tron@4.2.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tron
2
+ > @ledgerhq/coin-tron@4.3.0 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,12 +1,36 @@
1
1
  # @ledgerhq/coin-tron
2
2
 
3
- ## 4.2.1-nightly.0
3
+ ## 4.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#10229](https://github.com/LedgerHQ/ledger-live/pull/10229) [`bf4b791`](https://github.com/LedgerHQ/ledger-live/commit/bf4b7919e5e66605ea3e77562626db5d26898246) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Upgrade React Native from 0.75 to 0.77
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`9ceee03`](https://github.com/LedgerHQ/ledger-live/commit/9ceee03c33c41bb035fe64f9303acd36872536b6), [`98eb2eb`](https://github.com/LedgerHQ/ledger-live/commit/98eb2ebce8e12742a68b8f54ba625d63c4958087), [`b5e3217`](https://github.com/LedgerHQ/ledger-live/commit/b5e321789d3a6f9cb1916067790590640db0876f), [`4d9aaf5`](https://github.com/LedgerHQ/ledger-live/commit/4d9aaf583060a22cd1343b23d9b5c1ee3c02abb4), [`5739a67`](https://github.com/LedgerHQ/ledger-live/commit/5739a67975dfc2509d5abd4ff13ea36af010f93e), [`e9739d1`](https://github.com/LedgerHQ/ledger-live/commit/e9739d19946376dd7a8a5f10471594f267f3a95f)]:
12
+ - @ledgerhq/types-live@6.74.0
13
+ - @ledgerhq/errors@6.22.0
14
+ - @ledgerhq/coin-framework@5.4.0
15
+ - @ledgerhq/cryptoassets@13.19.0
16
+ - @ledgerhq/devices@8.4.7
17
+ - @ledgerhq/live-network@2.0.11
18
+
19
+ ## 4.3.0-next.0
20
+
21
+ ### Minor Changes
22
+
23
+ - [#10229](https://github.com/LedgerHQ/ledger-live/pull/10229) [`bf4b791`](https://github.com/LedgerHQ/ledger-live/commit/bf4b7919e5e66605ea3e77562626db5d26898246) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Upgrade React Native from 0.75 to 0.77
4
24
 
5
25
  ### Patch Changes
6
26
 
7
- - Updated dependencies [[`7a1b8c8`](https://github.com/LedgerHQ/ledger-live/commit/7a1b8c8e59383efb02676cfe647c5889a31372bc)]:
8
- - @ledgerhq/types-live@6.74.0-nightly.0
9
- - @ledgerhq/coin-framework@5.3.1-nightly.0
27
+ - Updated dependencies [[`9ceee03`](https://github.com/LedgerHQ/ledger-live/commit/9ceee03c33c41bb035fe64f9303acd36872536b6), [`98eb2eb`](https://github.com/LedgerHQ/ledger-live/commit/98eb2ebce8e12742a68b8f54ba625d63c4958087), [`b5e3217`](https://github.com/LedgerHQ/ledger-live/commit/b5e321789d3a6f9cb1916067790590640db0876f), [`4d9aaf5`](https://github.com/LedgerHQ/ledger-live/commit/4d9aaf583060a22cd1343b23d9b5c1ee3c02abb4), [`5739a67`](https://github.com/LedgerHQ/ledger-live/commit/5739a67975dfc2509d5abd4ff13ea36af010f93e), [`e9739d1`](https://github.com/LedgerHQ/ledger-live/commit/e9739d19946376dd7a8a5f10471594f267f3a95f)]:
28
+ - @ledgerhq/types-live@6.74.0-next.0
29
+ - @ledgerhq/errors@6.22.0-next.0
30
+ - @ledgerhq/coin-framework@5.4.0-next.0
31
+ - @ledgerhq/cryptoassets@13.19.0-next.0
32
+ - @ledgerhq/devices@8.4.7-next.0
33
+ - @ledgerhq/live-network@2.0.11-next.0
10
34
 
11
35
  ## 4.2.0
12
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tron",
3
- "version": "4.2.1-nightly.0",
3
+ "version": "4.3.0",
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": "^5.3.1-nightly.0",
100
- "@ledgerhq/cryptoassets": "^13.18.1",
101
- "@ledgerhq/devices": "8.4.7-nightly.0",
102
- "@ledgerhq/errors": "^6.22.0-nightly.0",
103
- "@ledgerhq/live-network": "^2.0.10",
99
+ "@ledgerhq/coin-framework": "^5.4.0",
100
+ "@ledgerhq/cryptoassets": "^13.19.0",
101
+ "@ledgerhq/devices": "8.4.7",
102
+ "@ledgerhq/errors": "^6.22.0",
103
+ "@ledgerhq/live-network": "^2.0.11",
104
104
  "@ledgerhq/live-promise": "^0.1.1",
105
105
  "@ledgerhq/logs": "^6.13.0",
106
106
  "@ledgerhq/types-cryptoassets": "^7.23.0",
107
- "@ledgerhq/types-live": "^6.74.0-nightly.0"
107
+ "@ledgerhq/types-live": "^6.74.0"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@agrozyme/types-tronweb": "^5.3.2",