@ledgerhq/coin-tester 0.13.0-nightly.20251205023918 → 0.13.0-nightly.20251206023719

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,19 @@
1
1
  # @ledgerhq/coin-tester
2
2
 
3
- ## 0.13.0-nightly.20251205023918
3
+ ## 0.13.0-nightly.20251206023719
4
4
 
5
5
  ### Minor Changes
6
6
 
7
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
8
 
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
10
+
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
12
+
9
13
  ### Patch Changes
10
14
 
11
- - Updated dependencies [[`b4a4e16`](https://github.com/LedgerHQ/ledger-live/commit/b4a4e160aae6fd64f944ab25633f6931dc4358d3)]:
12
- - @ledgerhq/live-dmk-speculos@0.2.0-nightly.20251205023918
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.20251206023719
13
17
 
14
18
  ## 0.12.0
15
19
 
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tester",
3
- "version": "0.13.0-nightly.20251205023918",
3
+ "version": "0.13.0-nightly.20251206023719",
4
4
  "description": "Deterministic testing of Ledger coin-modules",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {
7
- "@ledgerhq/speculos-device-controller": "0.1.0",
7
+ "@ledgerhq/speculos-device-controller": "0.2.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.1",
13
- "@ledgerhq/types-devices": "^6.27.0",
14
- "@ledgerhq/live-dmk-speculos": "^0.2.0-nightly.20251205023918"
12
+ "rxjs": "7.8.2",
13
+ "@ledgerhq/live-dmk-speculos": "^0.2.0-nightly.20251206023719",
14
+ "@ledgerhq/types-devices": "^6.27.0"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/jest": "^28.1.8",
@@ -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-live": "^6.90.0-nightly.20251205023918",
23
- "@ledgerhq/types-cryptoassets": "^7.30.0"
22
+ "@ledgerhq/types-cryptoassets": "^7.30.0",
23
+ "@ledgerhq/types-live": "^6.90.0-nightly.20251206023719"
24
24
  },
25
25
  "typesVersions": {
26
26
  "*": {