@ledgerhq/coin-tester 0.11.0-nightly.3 → 0.11.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.11.0-nightly.2 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,35 +1,30 @@
1
1
  # @ledgerhq/coin-tester
2
2
 
3
- ## 0.11.0-nightly.3
3
+ ## 0.11.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
- - Updated dependencies []:
8
- - @ledgerhq/hw-transport-node-speculos-http@6.31.0-nightly.2
7
+ - [#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
9
8
 
10
- ## 0.11.0-nightly.2
9
+ - [#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
11
10
 
12
- ### Minor Changes
11
+ ### Patch Changes
13
12
 
14
- - [#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
13
+ - Updated dependencies [[`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e)]:
14
+ - @ledgerhq/hw-transport-node-speculos-http@6.31.0
15
15
 
16
- ## 0.11.0-nightly.1
16
+ ## 0.11.0-next.0
17
17
 
18
18
  ### Minor Changes
19
19
 
20
20
  - [#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
21
21
 
22
- ### Patch Changes
23
-
24
- - Updated dependencies [[`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e)]:
25
- - @ledgerhq/hw-transport-node-speculos-http@6.31.0-nightly.1
26
-
27
- ## 0.10.2-nightly.0
22
+ - [#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
28
23
 
29
24
  ### Patch Changes
30
25
 
31
- - Updated dependencies []:
32
- - @ledgerhq/hw-transport-node-speculos-http@6.30.3-nightly.0
26
+ - Updated dependencies [[`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e)]:
27
+ - @ledgerhq/hw-transport-node-speculos-http@6.31.0-next.0
33
28
 
34
29
  ## 0.10.1
35
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tester",
3
- "version": "0.11.0-nightly.3",
3
+ "version": "0.11.0",
4
4
  "description": "Deterministic testing of Ledger coin-modules",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {
@@ -9,8 +9,8 @@
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",
13
- "@ledgerhq/types-devices": "^6.27.0"
12
+ "@ledgerhq/types-devices": "^6.27.0",
13
+ "@ledgerhq/hw-transport-node-speculos-http": "^6.31.0"
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.29.0",
22
- "@ledgerhq/types-live": "^6.88.0-nightly.3"
21
+ "@ledgerhq/types-cryptoassets": "^7.30.0",
22
+ "@ledgerhq/types-live": "^6.88.0"
23
23
  },
24
24
  "typesVersions": {
25
25
  "*": {