@ledgerhq/coin-hedera 1.6.8-nightly.0 → 1.7.0-next.1

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-hedera@1.6.7 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-hedera
2
+ > @ledgerhq/coin-hedera@1.7.0-next.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-hedera
3
3
  > tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,13 +1,31 @@
1
1
  # @ledgerhq/coin-hedera
2
2
 
3
- ## 1.6.8-nightly.0
3
+ ## 1.7.0-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`1a4e5e5`](https://github.com/LedgerHQ/ledger-live/commit/1a4e5e5913fe5e12d6127b36f3849e4c81e5e50e)]:
8
- - @ledgerhq/types-live@6.72.0-nightly.0
9
- - @ledgerhq/coin-framework@5.1.1-nightly.0
10
- - @ledgerhq/live-countervalues@0.5.8-nightly.0
7
+ - Updated dependencies []:
8
+ - @ledgerhq/coin-framework@5.2.0-next.1
9
+ - @ledgerhq/devices@8.4.6-next.0
10
+ - @ledgerhq/live-countervalues@0.5.8-next.1
11
+ - @ledgerhq/live-network@2.0.9-next.0
12
+
13
+ ## 1.7.0-next.0
14
+
15
+ ### Minor Changes
16
+
17
+ - [#10211](https://github.com/LedgerHQ/ledger-live/pull/10211) [`3ebfb21`](https://github.com/LedgerHQ/ledger-live/commit/3ebfb21cc0861cd69b7f4117b7d1f3c7c6a38acd) Thanks [@md-blockydevs](https://github.com/md-blockydevs)! - fix slow "add account" flow with Hedera
18
+
19
+ - [#10264](https://github.com/LedgerHQ/ledger-live/pull/10264) [`52e34fc`](https://github.com/LedgerHQ/ledger-live/commit/52e34fc0ca98917e8ac2846524828f1f0aaf701d) Thanks [@md-blockydevs](https://github.com/md-blockydevs)! - fix "view in explorer" button in unconfirmed Hedera transaction details by adding "extra.transactionId" fallback
20
+ move getTransactionExplorer from LLD to coin module
21
+ support custom getTransactionExplorer in ledger-live-mobile
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [[`4ddfe60`](https://github.com/LedgerHQ/ledger-live/commit/4ddfe6060ab8e4e5c0bb89da91e08a02d8ca50e6), [`f42f353`](https://github.com/LedgerHQ/ledger-live/commit/f42f353a593d0a1cd0a237648765080c85d0eea7), [`1a4e5e5`](https://github.com/LedgerHQ/ledger-live/commit/1a4e5e5913fe5e12d6127b36f3849e4c81e5e50e)]:
26
+ - @ledgerhq/types-live@6.72.0-next.0
27
+ - @ledgerhq/coin-framework@5.2.0-next.0
28
+ - @ledgerhq/live-countervalues@0.5.8-next.0
11
29
 
12
30
  ## 1.6.7
13
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-hedera",
3
- "version": "1.6.8-nightly.0",
3
+ "version": "1.7.0-next.1",
4
4
  "description": "Ledger Hedera Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -81,14 +81,14 @@
81
81
  "invariant": "^2.2.2",
82
82
  "lodash": "^4.17.21",
83
83
  "rxjs": "^7.8.1",
84
+ "@ledgerhq/coin-framework": "^5.2.0-next.1",
84
85
  "@ledgerhq/cryptoassets": "^13.18.0",
85
- "@ledgerhq/devices": "8.4.5",
86
- "@ledgerhq/coin-framework": "^5.1.1-nightly.0",
86
+ "@ledgerhq/devices": "8.4.6-next.0",
87
87
  "@ledgerhq/errors": "^6.21.0",
88
- "@ledgerhq/live-countervalues": "^0.5.8-nightly.0",
89
- "@ledgerhq/live-network": "^2.0.8",
90
- "@ledgerhq/types-live": "^6.72.0-nightly.0",
91
- "@ledgerhq/live-env": "^2.9.0"
88
+ "@ledgerhq/live-countervalues": "^0.5.8-next.1",
89
+ "@ledgerhq/live-env": "^2.9.0",
90
+ "@ledgerhq/live-network": "^2.0.9-next.0",
91
+ "@ledgerhq/types-live": "^6.72.0-next.0"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@types/invariant": "^2.2.2",