@ledgerhq/coin-hedera 1.7.0-next.2 → 1.7.1-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-hedera@1.7.0-next.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-hedera
2
+ > @ledgerhq/coin-hedera@1.7.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,5 +1,36 @@
1
1
  # @ledgerhq/coin-hedera
2
2
 
3
+ ## 1.7.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`8551c28`](https://github.com/LedgerHQ/ledger-live/commit/8551c280f24f7bd4475c6cc12f1b1d92636d9357), [`18bc0d4`](https://github.com/LedgerHQ/ledger-live/commit/18bc0d4a27696491400df6ce26b915a88b56792f), [`b7d3d59`](https://github.com/LedgerHQ/ledger-live/commit/b7d3d59d299c3d3541d598536651b9047fda4526), [`e04d215`](https://github.com/LedgerHQ/ledger-live/commit/e04d21576919fa21cb3ab6e1c4e8e50fb6c17eca), [`1535307`](https://github.com/LedgerHQ/ledger-live/commit/1535307f78d345d7f652ac2c91c8a67e62fedef2)]:
8
+ - @ledgerhq/live-env@2.10.0-next.0
9
+ - @ledgerhq/coin-framework@5.3.0-next.0
10
+ - @ledgerhq/types-live@6.73.0-next.0
11
+ - @ledgerhq/cryptoassets@13.18.1-next.0
12
+ - @ledgerhq/live-countervalues@0.5.9-next.0
13
+ - @ledgerhq/live-network@2.0.10-next.0
14
+
15
+ ## 1.7.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#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
20
+
21
+ - [#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
22
+ move getTransactionExplorer from LLD to coin module
23
+ support custom getTransactionExplorer in ledger-live-mobile
24
+
25
+ ### Patch Changes
26
+
27
+ - 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)]:
28
+ - @ledgerhq/types-live@6.72.0
29
+ - @ledgerhq/coin-framework@5.2.0
30
+ - @ledgerhq/live-countervalues@0.5.8
31
+ - @ledgerhq/devices@8.4.6
32
+ - @ledgerhq/live-network@2.0.9
33
+
3
34
  ## 1.7.0-next.2
4
35
 
5
36
  ### Patch Changes
package/jest.config.js CHANGED
@@ -8,16 +8,13 @@ module.exports = {
8
8
  "!src/**/*.spec.ts",
9
9
  "!src/test/**/*.ts",
10
10
  ],
11
- coverageReporters: ["json", ["lcov", { file: "hedera-lcov.info", projectRoot: "../" }], "text"],
11
+ coverageReporters: ["json", ["lcov", { file: "lcov.info", projectRoot: "../../../" }], "text"],
12
12
  testEnvironment: "node",
13
13
  testPathIgnorePatterns: ["lib/", "lib-es/", ".integration.test.ts"],
14
14
  modulePathIgnorePatterns: ["__tests__/fixtures"],
15
15
  reporters: [
16
16
  "default",
17
- [
18
- "jest-sonar",
19
- { outputName: "hedera-sonar-executionTests-report.xml", reportedFilePath: "absolute" },
20
- ],
17
+ ["jest-sonar", { outputName: "sonar-executionTests-report.xml", reportedFilePath: "absolute" }],
21
18
  ],
22
19
  setupFilesAfterEnv: ["@ledgerhq/disable-network-setup"],
23
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-hedera",
3
- "version": "1.7.0-next.2",
3
+ "version": "1.7.1-next.0",
4
4
  "description": "Ledger Hedera Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -81,21 +81,20 @@
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.2",
85
- "@ledgerhq/cryptoassets": "^13.18.0",
86
- "@ledgerhq/devices": "8.4.6-next.1",
84
+ "@ledgerhq/coin-framework": "^5.3.0-next.0",
85
+ "@ledgerhq/cryptoassets": "^13.18.1-next.0",
86
+ "@ledgerhq/devices": "8.4.6",
87
87
  "@ledgerhq/errors": "^6.21.0",
88
- "@ledgerhq/live-countervalues": "^0.5.8-next.2",
89
- "@ledgerhq/live-env": "^2.9.0",
90
- "@ledgerhq/live-network": "^2.0.9-next.1",
91
- "@ledgerhq/types-live": "^6.72.0-next.0"
88
+ "@ledgerhq/live-countervalues": "^0.5.9-next.0",
89
+ "@ledgerhq/live-env": "^2.10.0-next.0",
90
+ "@ledgerhq/live-network": "^2.0.10-next.0",
91
+ "@ledgerhq/types-live": "^6.73.0-next.0"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@types/invariant": "^2.2.2",
95
95
  "@types/jest": "^29.5.10",
96
96
  "@types/lodash": "^4.14.191",
97
97
  "jest": "^29.7.0",
98
- "jest-sonar": "0.2.16",
99
98
  "ts-jest": "^29.1.1",
100
99
  "@ledgerhq/disable-network-setup": "^0.0.0",
101
100
  "@ledgerhq/types-cryptoassets": "^7.23.0"