@ledgerhq/coin-tester 0.11.0-nightly.4 → 0.12.0-nightly.20251107095716

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.11.0-nightly.3 build /home/runner/work/ledger-live/ledger-live/libs/coin-tester
2
+ > @ledgerhq/coin-tester@0.11.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,41 +1,36 @@
1
1
  # @ledgerhq/coin-tester
2
2
 
3
- ## 0.11.0-nightly.4
3
+ ## 0.12.0-nightly.20251107095716
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - [#12499](https://github.com/LedgerHQ/ledger-live/pull/12499) [`48ad785`](https://github.com/LedgerHQ/ledger-live/commit/48ad785ce6f7f8fef27157b611e8c8e6e91bfe7e) Thanks [@qperrot](https://github.com/qperrot)! - Add tests on BTC coin tester regarding rbf and cancel
8
8
 
9
- ## 0.11.0-nightly.3
9
+ ## 0.11.0
10
10
 
11
- ### Patch Changes
11
+ ### Minor Changes
12
12
 
13
- - Updated dependencies []:
14
- - @ledgerhq/hw-transport-node-speculos-http@6.31.0-nightly.2
13
+ - [#12321](https://github.com/LedgerHQ/ledger-live/pull/12321) [`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Bump axios version to 1.12.2
15
14
 
16
- ## 0.11.0-nightly.2
15
+ - [#12316](https://github.com/LedgerHQ/ledger-live/pull/12316) [`ccf788d`](https://github.com/LedgerHQ/ledger-live/commit/ccf788d7c0239ca95e76c3cc340f9a6bd09ea726) Thanks [@qperrot](https://github.com/qperrot)! - Feature CoinTester Bitcoin and Currency regtest
17
16
 
18
- ### Minor Changes
17
+ ### Patch Changes
19
18
 
20
- - [#12316](https://github.com/LedgerHQ/ledger-live/pull/12316) [`ccf788d`](https://github.com/LedgerHQ/ledger-live/commit/ccf788d7c0239ca95e76c3cc340f9a6bd09ea726) Thanks [@qperrot](https://github.com/qperrot)! - Feature CoinTester Bitcoin and Currency regtest
19
+ - Updated dependencies [[`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e)]:
20
+ - @ledgerhq/hw-transport-node-speculos-http@6.31.0
21
21
 
22
- ## 0.11.0-nightly.1
22
+ ## 0.11.0-next.0
23
23
 
24
24
  ### Minor Changes
25
25
 
26
26
  - [#12321](https://github.com/LedgerHQ/ledger-live/pull/12321) [`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Bump axios version to 1.12.2
27
27
 
28
- ### Patch Changes
29
-
30
- - Updated dependencies [[`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e)]:
31
- - @ledgerhq/hw-transport-node-speculos-http@6.31.0-nightly.1
32
-
33
- ## 0.10.2-nightly.0
28
+ - [#12316](https://github.com/LedgerHQ/ledger-live/pull/12316) [`ccf788d`](https://github.com/LedgerHQ/ledger-live/commit/ccf788d7c0239ca95e76c3cc340f9a6bd09ea726) Thanks [@qperrot](https://github.com/qperrot)! - Feature CoinTester Bitcoin and Currency regtest
34
29
 
35
30
  ### Patch Changes
36
31
 
37
- - Updated dependencies []:
38
- - @ledgerhq/hw-transport-node-speculos-http@6.30.3-nightly.0
32
+ - Updated dependencies [[`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e)]:
33
+ - @ledgerhq/hw-transport-node-speculos-http@6.31.0-next.0
39
34
 
40
35
  ## 0.10.1
41
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tester",
3
- "version": "0.11.0-nightly.4",
3
+ "version": "0.12.0-nightly.20251107095716",
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.31.0-nightly.2",
12
+ "@ledgerhq/hw-transport-node-speculos-http": "^6.31.0",
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-live": "^6.88.0-nightly.3",
22
- "@ledgerhq/types-cryptoassets": "^7.29.0"
21
+ "@ledgerhq/types-cryptoassets": "^7.30.0",
22
+ "@ledgerhq/types-live": "^6.89.0-nightly.20251107095716"
23
23
  },
24
24
  "typesVersions": {
25
25
  "*": {