@ledgerhq/coin-tester 0.13.0-nightly.20251209144712 → 0.13.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.12.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-tester
2
+ > @ledgerhq/coin-tester@0.13.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,19 +1,40 @@
1
1
  # @ledgerhq/coin-tester
2
2
 
3
- ## 0.13.0-nightly.20251209144712
3
+ ## 0.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @ledgerhq/live-dmk-speculos@0.2.1
9
+
10
+ ## 0.13.1-hotfix.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @ledgerhq/live-dmk-speculos@0.2.1-hotfix.0
16
+
17
+ ## 0.13.0
4
18
 
5
19
  ### Minor Changes
6
20
 
7
21
  - [#12563](https://github.com/LedgerHQ/ledger-live/pull/12563) [`b4a4e16`](https://github.com/LedgerHQ/ledger-live/commit/b4a4e160aae6fd64f944ab25633f6931dc4358d3) Thanks [@fAnselmi-Ledger](https://github.com/fAnselmi-Ledger)! - Add DMK speculos transport and device controller
8
22
 
9
- - [#13155](https://github.com/LedgerHQ/ledger-live/pull/13155) [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe) Thanks [@gre-ledger](https://github.com/gre-ledger)! - rxjs@7.8.2 everywhere
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [[`b4a4e16`](https://github.com/LedgerHQ/ledger-live/commit/b4a4e160aae6fd64f944ab25633f6931dc4358d3)]:
26
+ - @ledgerhq/live-dmk-speculos@0.2.0
10
27
 
11
- - [#13126](https://github.com/LedgerHQ/ledger-live/pull/13126) [`ac82441`](https://github.com/LedgerHQ/ledger-live/commit/ac824414e167adc3b7fedaa397832e5b41d5f5c7) Thanks [@aussedatlo](https://github.com/aussedatlo)! - update speculos controller version
28
+ ## 0.13.0-next.0
29
+
30
+ ### Minor Changes
31
+
32
+ - [#12563](https://github.com/LedgerHQ/ledger-live/pull/12563) [`b4a4e16`](https://github.com/LedgerHQ/ledger-live/commit/b4a4e160aae6fd64f944ab25633f6931dc4358d3) Thanks [@fAnselmi-Ledger](https://github.com/fAnselmi-Ledger)! - Add DMK speculos transport and device controller
12
33
 
13
34
  ### Patch Changes
14
35
 
15
- - Updated dependencies [[`adbabc7`](https://github.com/LedgerHQ/ledger-live/commit/adbabc7d3b7ed8915503120a027d19304adc1fc8), [`b4a4e16`](https://github.com/LedgerHQ/ledger-live/commit/b4a4e160aae6fd64f944ab25633f6931dc4358d3), [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe)]:
16
- - @ledgerhq/live-dmk-speculos@0.2.0-nightly.20251209144712
36
+ - Updated dependencies [[`b4a4e16`](https://github.com/LedgerHQ/ledger-live/commit/b4a4e160aae6fd64f944ab25633f6931dc4358d3)]:
37
+ - @ledgerhq/live-dmk-speculos@0.2.0-next.0
17
38
 
18
39
  ## 0.12.0
19
40
 
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tester",
3
- "version": "0.13.0-nightly.20251209144712",
3
+ "version": "0.13.1",
4
4
  "description": "Deterministic testing of Ledger coin-modules",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {
7
- "@ledgerhq/speculos-device-controller": "0.2.0",
7
+ "@ledgerhq/speculos-device-controller": "0.1.0",
8
8
  "axios": "1.12.2",
9
9
  "chalk": "^4.1.2",
10
10
  "docker-compose": "^1.1.0",
11
11
  "lodash": "^4.17.21",
12
- "rxjs": "7.8.2",
13
- "@ledgerhq/live-dmk-speculos": "^0.2.0-nightly.20251209144712",
12
+ "rxjs": "7.8.1",
13
+ "@ledgerhq/live-dmk-speculos": "^0.2.1",
14
14
  "@ledgerhq/types-devices": "^6.27.0"
15
15
  },
16
16
  "devDependencies": {
@@ -19,8 +19,8 @@
19
19
  "jest": "^28.1.3",
20
20
  "ts-jest": "^28.0.8",
21
21
  "typescript": "^5.1.3",
22
- "@ledgerhq/types-cryptoassets": "^7.31.0-nightly.20251209144712",
23
- "@ledgerhq/types-live": "^6.90.0-nightly.20251209144712"
22
+ "@ledgerhq/types-cryptoassets": "^7.30.0",
23
+ "@ledgerhq/types-live": "^6.90.0"
24
24
  },
25
25
  "typesVersions": {
26
26
  "*": {