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

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 +4 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,15 +1,17 @@
1
1
  # @ledgerhq/coin-tester
2
2
 
3
- ## 0.13.0-nightly.20251205023918
3
+ ## 0.13.0-nightly.20251205111238
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
+ - [#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
10
+
9
11
  ### Patch Changes
10
12
 
11
13
  - Updated dependencies [[`b4a4e16`](https://github.com/LedgerHQ/ledger-live/commit/b4a4e160aae6fd64f944ab25633f6931dc4358d3)]:
12
- - @ledgerhq/live-dmk-speculos@0.2.0-nightly.20251205023918
14
+ - @ledgerhq/live-dmk-speculos@0.2.0-nightly.20251205111238
13
15
 
14
16
  ## 0.12.0
15
17
 
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.20251205111238",
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
12
  "rxjs": "7.8.1",
13
13
  "@ledgerhq/types-devices": "^6.27.0",
14
- "@ledgerhq/live-dmk-speculos": "^0.2.0-nightly.20251205023918"
14
+ "@ledgerhq/live-dmk-speculos": "^0.2.0-nightly.20251205111238"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/jest": "^28.1.8",
@@ -19,7 +19,7 @@
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",
22
+ "@ledgerhq/types-live": "^6.90.0-nightly.20251205111238",
23
23
  "@ledgerhq/types-cryptoassets": "^7.30.0"
24
24
  },
25
25
  "typesVersions": {