@ledgerhq/coin-tron 0.4.0-next.0 → 0.5.0-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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-tron@0.3.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tron
2
+ > @ledgerhq/coin-tron@0.4.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,5 +1,34 @@
1
1
  # @ledgerhq/coin-tron
2
2
 
3
+ ## 0.5.0-next.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#9472](https://github.com/LedgerHQ/ledger-live/pull/9472) [`9c4c82e`](https://github.com/LedgerHQ/ledger-live/commit/9c4c82e8e81aaadfc1132f0a25812be094e54453) Thanks [@KVNLS](https://github.com/KVNLS)! - Fix elliptic library version used
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`5abde51`](https://github.com/LedgerHQ/ledger-live/commit/5abde5192d32f493ece2f99aec0e2de0c411f9e5), [`cc00249`](https://github.com/LedgerHQ/ledger-live/commit/cc002495f3e107aba283a3aa4abca90954de6d76)]:
12
+ - @ledgerhq/types-live@6.63.0-next.0
13
+ - @ledgerhq/coin-framework@2.3.0-next.0
14
+
15
+ ## 0.4.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#9400](https://github.com/LedgerHQ/ledger-live/pull/9400) [`c2d4d1a`](https://github.com/LedgerHQ/ledger-live/commit/c2d4d1a915e10f9bda5b041715d3e925528c178a) Thanks [@qperrot](https://github.com/qperrot)! - lastBlock for alpaca tron
20
+
21
+ - [#9381](https://github.com/LedgerHQ/ledger-live/pull/9381) [`663f03d`](https://github.com/LedgerHQ/ledger-live/commit/663f03d7e00dec395bc1338b62e9015d79450d65) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Support combine for Tron
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [[`8675df1`](https://github.com/LedgerHQ/ledger-live/commit/8675df12c24067877358f27e1e7c66f739ff0c78), [`0a59343`](https://github.com/LedgerHQ/ledger-live/commit/0a59343b591dab4e886c21cb47f7339231997331), [`ede6db0`](https://github.com/LedgerHQ/ledger-live/commit/ede6db0b94193cc9072aeb87e90f4098f0434af0), [`1461449`](https://github.com/LedgerHQ/ledger-live/commit/146144941c13e60182da8d79592f706d12a6f00e)]:
26
+ - @ledgerhq/types-live@6.62.0
27
+ - @ledgerhq/coin-framework@2.2.0
28
+ - @ledgerhq/types-cryptoassets@7.20.0
29
+ - @ledgerhq/cryptoassets@13.13.0
30
+ - @ledgerhq/live-network@2.0.5
31
+
3
32
  ## 0.4.0-next.0
4
33
 
5
34
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tron",
3
- "version": "0.4.0-next.0",
3
+ "version": "0.5.0-next.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": "^2.2.0-next.0",
100
- "@ledgerhq/cryptoassets": "^13.13.0-next.0",
99
+ "@ledgerhq/coin-framework": "^2.3.0-next.0",
100
+ "@ledgerhq/cryptoassets": "^13.13.0",
101
101
  "@ledgerhq/devices": "8.4.4",
102
102
  "@ledgerhq/errors": "^6.19.1",
103
- "@ledgerhq/live-network": "^2.0.5-next.0",
103
+ "@ledgerhq/live-network": "^2.0.5",
104
104
  "@ledgerhq/live-promise": "^0.1.0",
105
105
  "@ledgerhq/logs": "^6.12.0",
106
- "@ledgerhq/types-cryptoassets": "^7.20.0-next.0",
107
- "@ledgerhq/types-live": "^6.62.0-next.0"
106
+ "@ledgerhq/types-cryptoassets": "^7.20.0",
107
+ "@ledgerhq/types-live": "^6.63.0-next.0"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@agrozyme/types-tronweb": "^5.3.2",
@@ -117,7 +117,7 @@
117
117
  "msw": "^2.2.13",
118
118
  "ts-jest": "^29.1.1",
119
119
  "typescript": "^5.4.5",
120
- "@ledgerhq/types-cryptoassets": "^7.20.0-next.0"
120
+ "@ledgerhq/types-cryptoassets": "^7.20.0"
121
121
  },
122
122
  "scripts": {
123
123
  "clean": "rimraf lib lib-es",