@ledgerhq/coin-tester 0.10.0-nightly.1 → 0.10.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.10.0-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-tester
2
+ > @ledgerhq/coin-tester@0.10.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,17 +1,45 @@
1
1
  # @ledgerhq/coin-tester
2
2
 
3
- ## 0.10.0-nightly.1
3
+ ## 0.10.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
+ - [#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
8
+
7
9
  - [#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
10
 
9
- ## 0.10.0-nightly.0
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies []:
14
+ - @ledgerhq/hw-transport-node-speculos-http@6.30.1
15
+
16
+ ## 0.10.0-next.0
10
17
 
11
18
  ### Minor Changes
12
19
 
13
20
  - [#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
21
 
22
+ - [#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
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies []:
27
+ - @ledgerhq/hw-transport-node-speculos-http@6.30.1-next.0
28
+
29
+ ## 0.9.3
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [[`205458e`](https://github.com/LedgerHQ/ledger-live/commit/205458e2d3ca5ec1d7a50d30b63050a692a5e045)]:
34
+ - @ledgerhq/hw-transport-node-speculos-http@6.30.0
35
+
36
+ ## 0.9.3-next.0
37
+
38
+ ### Patch Changes
39
+
40
+ - Updated dependencies [[`205458e`](https://github.com/LedgerHQ/ledger-live/commit/205458e2d3ca5ec1d7a50d30b63050a692a5e045)]:
41
+ - @ledgerhq/hw-transport-node-speculos-http@6.30.0-next.0
42
+
15
43
  ## 0.9.2
16
44
 
17
45
  ### 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.0",
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.1",
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-cryptoassets": "^7.27.0",
22
+ "@ledgerhq/types-live": "^6.85.0"
23
23
  },
24
24
  "typesVersions": {
25
25
  "*": {