@ledgerhq/coin-tester 0.8.0-nightly.2 → 0.8.1-nightly.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-tester@0.8.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-tester
2
+ > @ledgerhq/coin-tester@0.8.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-tester
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,25 +1,19 @@
1
1
  # @ledgerhq/coin-tester
2
2
 
3
- ## 0.8.0-nightly.2
3
+ ## 0.8.1-nightly.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`67e2a7c`](https://github.com/LedgerHQ/ledger-live/commit/67e2a7c5a74d000f22684254778dfec5b8b5163d)]:
8
- - @ledgerhq/types-devices@6.25.4-nightly.0
9
- - @ledgerhq/hw-transport-node-speculos-http@6.29.9-nightly.1
7
+ - Updated dependencies [[`29d9828`](https://github.com/LedgerHQ/ledger-live/commit/29d9828ff1bde9e7a7171e8e37986ee52f01cd59)]:
8
+ - @ledgerhq/types-devices@6.26.0-nightly.1
10
9
 
11
- ## 0.8.0-nightly.1
10
+ ## 0.8.0
12
11
 
13
12
  ### Minor Changes
14
13
 
15
- - [#11223](https://github.com/LedgerHQ/ledger-live/pull/11223) [`9868c13`](https://github.com/LedgerHQ/ledger-live/commit/9868c1358cb80de41a70e876ab2285fb8102e9a6) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - refactor(coin-tester-evm): adapt for generic adapter
16
-
17
- ### Patch Changes
18
-
19
- - Updated dependencies []:
20
- - @ledgerhq/hw-transport-node-speculos-http@6.29.9-nightly.0
14
+ - [#11073](https://github.com/LedgerHQ/ledger-live/pull/11073) [`b5cbffa`](https://github.com/LedgerHQ/ledger-live/commit/b5cbffac207569027e241db761a6aa70b3b1b636) Thanks [@Canestin](https://github.com/Canestin)! - update sonic manager app name
21
15
 
22
- ## 0.8.0-nightly.0
16
+ ## 0.8.0-next.0
23
17
 
24
18
  ### Minor Changes
25
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tester",
3
- "version": "0.8.0-nightly.2",
3
+ "version": "0.8.1-nightly.0",
4
4
  "description": "Deterministic testing of Ledger coin-modules",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {
@@ -10,7 +10,7 @@
10
10
  "lodash": "^4.17.21",
11
11
  "rxjs": "7.8.1",
12
12
  "@ledgerhq/hw-transport-node-speculos-http": "^6.29.9-nightly.1",
13
- "@ledgerhq/types-devices": "^6.25.4-nightly.0"
13
+ "@ledgerhq/types-devices": "^6.26.0-nightly.1"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/jest": "^28.1.8",
@@ -18,8 +18,8 @@
18
18
  "jest": "^28.1.3",
19
19
  "ts-jest": "^28.0.8",
20
20
  "typescript": "^5.1.3",
21
- "@ledgerhq/types-cryptoassets": "^7.24.0",
22
- "@ledgerhq/types-live": "^6.79.1-nightly.0"
21
+ "@ledgerhq/types-cryptoassets": "^7.25.0",
22
+ "@ledgerhq/types-live": "^6.80.0"
23
23
  },
24
24
  "typesVersions": {
25
25
  "*": {