@ledgerhq/coin-tester 0.10.0-nightly.1 → 0.10.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-tester@0.10.0-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-tester
2
+ > @ledgerhq/coin-tester@0.10.1 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,17 +1,59 @@
1
1
  # @ledgerhq/coin-tester
2
2
 
3
- ## 0.10.0-nightly.1
3
+ ## 0.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @ledgerhq/hw-transport-node-speculos-http@6.30.2
9
+
10
+ ## 0.10.1-next.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @ledgerhq/hw-transport-node-speculos-http@6.30.2-next.0
16
+
17
+ ## 0.10.0
4
18
 
5
19
  ### Minor Changes
6
20
 
21
+ - [#11677](https://github.com/LedgerHQ/ledger-live/pull/11677) [`f8092e3`](https://github.com/LedgerHQ/ledger-live/commit/f8092e3b3b5df2e4a7b8ba9f83d393701854d7f7) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - feat(coin-tester-evm): support the generic adapter
22
+
7
23
  - [#11809](https://github.com/LedgerHQ/ledger-live/pull/11809) [`2a3a861`](https://github.com/LedgerHQ/ledger-live/commit/2a3a861cbd6530f863824d0bab8ba8a170211e34) Thanks [@Antoine-bls83](https://github.com/Antoine-bls83)! - fix speculos waiting logs
8
24
 
9
- ## 0.10.0-nightly.0
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies []:
28
+ - @ledgerhq/hw-transport-node-speculos-http@6.30.1
29
+
30
+ ## 0.10.0-next.0
10
31
 
11
32
  ### Minor Changes
12
33
 
13
34
  - [#11677](https://github.com/LedgerHQ/ledger-live/pull/11677) [`f8092e3`](https://github.com/LedgerHQ/ledger-live/commit/f8092e3b3b5df2e4a7b8ba9f83d393701854d7f7) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - feat(coin-tester-evm): support the generic adapter
14
35
 
36
+ - [#11809](https://github.com/LedgerHQ/ledger-live/pull/11809) [`2a3a861`](https://github.com/LedgerHQ/ledger-live/commit/2a3a861cbd6530f863824d0bab8ba8a170211e34) Thanks [@Antoine-bls83](https://github.com/Antoine-bls83)! - fix speculos waiting logs
37
+
38
+ ### Patch Changes
39
+
40
+ - Updated dependencies []:
41
+ - @ledgerhq/hw-transport-node-speculos-http@6.30.1-next.0
42
+
43
+ ## 0.9.3
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies [[`205458e`](https://github.com/LedgerHQ/ledger-live/commit/205458e2d3ca5ec1d7a50d30b63050a692a5e045)]:
48
+ - @ledgerhq/hw-transport-node-speculos-http@6.30.0
49
+
50
+ ## 0.9.3-next.0
51
+
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies [[`205458e`](https://github.com/LedgerHQ/ledger-live/commit/205458e2d3ca5ec1d7a50d30b63050a692a5e045)]:
55
+ - @ledgerhq/hw-transport-node-speculos-http@6.30.0-next.0
56
+
15
57
  ## 0.9.2
16
58
 
17
59
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tester",
3
- "version": "0.10.0-nightly.1",
3
+ "version": "0.10.1",
4
4
  "description": "Deterministic testing of Ledger coin-modules",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {
@@ -9,7 +9,7 @@
9
9
  "docker-compose": "^1.1.0",
10
10
  "lodash": "^4.17.21",
11
11
  "rxjs": "7.8.1",
12
- "@ledgerhq/hw-transport-node-speculos-http": "^6.29.10",
12
+ "@ledgerhq/hw-transport-node-speculos-http": "^6.30.2",
13
13
  "@ledgerhq/types-devices": "^6.27.0"
14
14
  },
15
15
  "devDependencies": {
@@ -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.27.0-nightly.0",
22
- "@ledgerhq/types-live": "^6.84.0-nightly.1"
21
+ "@ledgerhq/types-live": "^6.86.0",
22
+ "@ledgerhq/types-cryptoassets": "^7.28.0"
23
23
  },
24
24
  "typesVersions": {
25
25
  "*": {