@ledgerhq/coin-tester 0.13.0-nightly.20251209144712 → 0.14.0-nightly.20251210100832

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.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,19 +1,39 @@
1
1
  # @ledgerhq/coin-tester
2
2
 
3
- ## 0.13.0-nightly.20251209144712
3
+ ## 0.14.0-nightly.20251210100832
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - [#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
-
9
7
  - [#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
10
8
 
11
9
  - [#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
12
10
 
13
11
  ### Patch Changes
14
12
 
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
13
+ - Updated dependencies [[`adbabc7`](https://github.com/LedgerHQ/ledger-live/commit/adbabc7d3b7ed8915503120a027d19304adc1fc8), [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe)]:
14
+ - @ledgerhq/live-dmk-speculos@0.3.0-nightly.20251210100832
15
+
16
+ ## 0.13.0
17
+
18
+ ### Minor Changes
19
+
20
+ - [#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
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [[`b4a4e16`](https://github.com/LedgerHQ/ledger-live/commit/b4a4e160aae6fd64f944ab25633f6931dc4358d3)]:
25
+ - @ledgerhq/live-dmk-speculos@0.2.0
26
+
27
+ ## 0.13.0-next.0
28
+
29
+ ### Minor Changes
30
+
31
+ - [#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
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [[`b4a4e16`](https://github.com/LedgerHQ/ledger-live/commit/b4a4e160aae6fd64f944ab25633f6931dc4358d3)]:
36
+ - @ledgerhq/live-dmk-speculos@0.2.0-next.0
17
37
 
18
38
  ## 0.12.0
19
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tester",
3
- "version": "0.13.0-nightly.20251209144712",
3
+ "version": "0.14.0-nightly.20251210100832",
4
4
  "description": "Deterministic testing of Ledger coin-modules",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {
@@ -10,7 +10,7 @@
10
10
  "docker-compose": "^1.1.0",
11
11
  "lodash": "^4.17.21",
12
12
  "rxjs": "7.8.2",
13
- "@ledgerhq/live-dmk-speculos": "^0.2.0-nightly.20251209144712",
13
+ "@ledgerhq/live-dmk-speculos": "^0.3.0-nightly.20251210100832",
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.31.0-nightly.20251210100832",
23
+ "@ledgerhq/types-live": "^6.91.0-nightly.20251210100832"
24
24
  },
25
25
  "typesVersions": {
26
26
  "*": {