@ledgerhq/coin-casper 1.7.3-nightly.2 → 1.7.3

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-casper@1.7.3-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-casper
2
+ > @ledgerhq/coin-casper@1.7.3 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-casper
3
3
  > tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,27 +1,43 @@
1
1
  # @ledgerhq/coin-casper
2
2
 
3
- ## 1.7.3-nightly.2
3
+ ## 1.7.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`18bc0d4`](https://github.com/LedgerHQ/ledger-live/commit/18bc0d4a27696491400df6ce26b915a88b56792f), [`e04d215`](https://github.com/LedgerHQ/ledger-live/commit/e04d21576919fa21cb3ab6e1c4e8e50fb6c17eca)]:
8
- - @ledgerhq/coin-framework@5.2.0-nightly.2
7
+ - Updated dependencies [[`4ddfe60`](https://github.com/LedgerHQ/ledger-live/commit/4ddfe6060ab8e4e5c0bb89da91e08a02d8ca50e6), [`f42f353`](https://github.com/LedgerHQ/ledger-live/commit/f42f353a593d0a1cd0a237648765080c85d0eea7), [`ebbbd47`](https://github.com/LedgerHQ/ledger-live/commit/ebbbd47efe76d82047a956cb5849be5831f58772), [`f29e4ba`](https://github.com/LedgerHQ/ledger-live/commit/f29e4bae00a4bf470a0c1ca143e505b731543f95), [`1a4e5e5`](https://github.com/LedgerHQ/ledger-live/commit/1a4e5e5913fe5e12d6127b36f3849e4c81e5e50e)]:
8
+ - @ledgerhq/types-live@6.72.0
9
+ - @ledgerhq/coin-framework@5.2.0
10
+ - @ledgerhq/logs@6.13.0
11
+ - @ledgerhq/devices@8.4.6
12
+ - @ledgerhq/live-network@2.0.9
9
13
 
10
- ## 1.7.3-nightly.1
14
+ ## 1.7.3-next.2
11
15
 
12
16
  ### Patch Changes
13
17
 
14
- - Updated dependencies [[`b7d3d59`](https://github.com/LedgerHQ/ledger-live/commit/b7d3d59d299c3d3541d598536651b9047fda4526), [`1535307`](https://github.com/LedgerHQ/ledger-live/commit/1535307f78d345d7f652ac2c91c8a67e62fedef2)]:
15
- - @ledgerhq/types-live@6.72.0-nightly.1
16
- - @ledgerhq/coin-framework@5.2.0-nightly.1
18
+ - Updated dependencies [[`ebbbd47`](https://github.com/LedgerHQ/ledger-live/commit/ebbbd47efe76d82047a956cb5849be5831f58772)]:
19
+ - @ledgerhq/logs@6.13.0-next.1
20
+ - @ledgerhq/coin-framework@5.2.0-next.2
21
+ - @ledgerhq/devices@8.4.6-next.1
22
+ - @ledgerhq/live-network@2.0.9-next.1
17
23
 
18
- ## 1.7.3-nightly.0
24
+ ## 1.7.3-next.1
19
25
 
20
26
  ### Patch Changes
21
27
 
22
- - Updated dependencies [[`1a4e5e5`](https://github.com/LedgerHQ/ledger-live/commit/1a4e5e5913fe5e12d6127b36f3849e4c81e5e50e)]:
23
- - @ledgerhq/types-live@6.72.0-nightly.0
24
- - @ledgerhq/coin-framework@5.1.1-nightly.0
28
+ - Updated dependencies [[`f29e4ba`](https://github.com/LedgerHQ/ledger-live/commit/f29e4bae00a4bf470a0c1ca143e505b731543f95)]:
29
+ - @ledgerhq/logs@6.13.0-next.0
30
+ - @ledgerhq/coin-framework@5.2.0-next.1
31
+ - @ledgerhq/devices@8.4.6-next.0
32
+ - @ledgerhq/live-network@2.0.9-next.0
33
+
34
+ ## 1.7.3-next.0
35
+
36
+ ### Patch Changes
37
+
38
+ - 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)]:
39
+ - @ledgerhq/types-live@6.72.0-next.0
40
+ - @ledgerhq/coin-framework@5.2.0-next.0
25
41
 
26
42
  ## 1.7.2
27
43
 
package/jest.config.js CHANGED
@@ -8,13 +8,16 @@ module.exports = {
8
8
  "!src/test/**/*.ts",
9
9
  "!src/__tests__/**/*.ts",
10
10
  ],
11
- coverageReporters: ["json", ["lcov", { file: "lcov.info", projectRoot: "../../../" }], "text"],
11
+ coverageReporters: ["json", ["lcov", { file: "casper-lcov.info", projectRoot: "../" }], "text"],
12
12
  preset: "ts-jest",
13
13
  testEnvironment: "node",
14
14
  testPathIgnorePatterns: ["lib/", "lib-es/", ".integ.test.ts"],
15
15
  reporters: [
16
16
  "default",
17
- ["jest-sonar", { outputName: "sonar-executionTests-report.xml", reportedFilePath: "absolute" }],
17
+ [
18
+ "jest-sonar",
19
+ { outputName: "casper-sonar-executionTests-report.xml", reportedFilePath: "absolute" },
20
+ ],
18
21
  ],
19
22
  setupFilesAfterEnv: ["@ledgerhq/disable-network-setup"],
20
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-casper",
3
- "version": "1.7.3-nightly.2",
3
+ "version": "1.7.3",
4
4
  "description": "Ledger Casper integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -91,14 +91,14 @@
91
91
  "casper-js-sdk": "^2.15.4",
92
92
  "blakejs": "^1.2.1",
93
93
  "rxjs": "^7.8.1",
94
- "@ledgerhq/coin-framework": "^5.2.0-nightly.2",
94
+ "@ledgerhq/coin-framework": "^5.2.0",
95
95
  "@ledgerhq/cryptoassets": "^13.18.0",
96
- "@ledgerhq/devices": "8.4.5",
96
+ "@ledgerhq/devices": "8.4.6",
97
97
  "@ledgerhq/errors": "^6.21.0",
98
98
  "@ledgerhq/live-env": "^2.9.0",
99
- "@ledgerhq/live-network": "^2.0.8",
100
- "@ledgerhq/logs": "^6.12.0",
101
- "@ledgerhq/types-live": "^6.72.0-nightly.1"
99
+ "@ledgerhq/live-network": "^2.0.9",
100
+ "@ledgerhq/logs": "^6.13.0",
101
+ "@ledgerhq/types-live": "^6.72.0"
102
102
  },
103
103
  "devDependencies": {
104
104
  "@types/invariant": "^2.2.2",
@@ -107,6 +107,7 @@
107
107
  "@types/semver": "^7.5.8",
108
108
  "jest": "^29.7.0",
109
109
  "ts-jest": "^29.1.1",
110
+ "jest-sonar": "0.2.16",
110
111
  "expect": "^27.4.6",
111
112
  "axios": "1.7.7",
112
113
  "@ledgerhq/types-cryptoassets": "^7.23.0",