@ledgerhq/coin-tester 0.12.0-nightly.20251125074637 → 0.13.0-nightly.20251126023856
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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +14 -4
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,27 @@
|
|
|
1
1
|
# @ledgerhq/coin-tester
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.13.0-nightly.20251126023856
|
|
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
|
-
- [#12499](https://github.com/LedgerHQ/ledger-live/pull/12499) [`48ad785`](https://github.com/LedgerHQ/ledger-live/commit/48ad785ce6f7f8fef27157b611e8c8e6e91bfe7e) Thanks [@qperrot](https://github.com/qperrot)! - Add tests on BTC coin tester regarding rbf and cancel
|
|
10
|
-
|
|
11
9
|
### Patch Changes
|
|
12
10
|
|
|
13
11
|
- Updated dependencies [[`b4a4e16`](https://github.com/LedgerHQ/ledger-live/commit/b4a4e160aae6fd64f944ab25633f6931dc4358d3)]:
|
|
14
|
-
- @ledgerhq/live-dmk-speculos@0.2.0-nightly.
|
|
12
|
+
- @ledgerhq/live-dmk-speculos@0.2.0-nightly.20251126023856
|
|
13
|
+
|
|
14
|
+
## 0.12.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- [#12499](https://github.com/LedgerHQ/ledger-live/pull/12499) [`48ad785`](https://github.com/LedgerHQ/ledger-live/commit/48ad785ce6f7f8fef27157b611e8c8e6e91bfe7e) Thanks [@qperrot](https://github.com/qperrot)! - Add tests on BTC coin tester regarding rbf and cancel
|
|
19
|
+
|
|
20
|
+
## 0.12.0-next.0
|
|
21
|
+
|
|
22
|
+
### Minor Changes
|
|
23
|
+
|
|
24
|
+
- [#12499](https://github.com/LedgerHQ/ledger-live/pull/12499) [`48ad785`](https://github.com/LedgerHQ/ledger-live/commit/48ad785ce6f7f8fef27157b611e8c8e6e91bfe7e) Thanks [@qperrot](https://github.com/qperrot)! - Add tests on BTC coin tester regarding rbf and cancel
|
|
15
25
|
|
|
16
26
|
## 0.11.0
|
|
17
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-tester",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0-nightly.20251126023856",
|
|
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.1",
|
|
13
|
-
"@ledgerhq/live-dmk-speculos": "^0.2.0-nightly.
|
|
13
|
+
"@ledgerhq/live-dmk-speculos": "^0.2.0-nightly.20251126023856",
|
|
14
14
|
"@ledgerhq/types-devices": "^6.27.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"ts-jest": "^28.0.8",
|
|
21
21
|
"typescript": "^5.1.3",
|
|
22
22
|
"@ledgerhq/types-cryptoassets": "^7.30.0",
|
|
23
|
-
"@ledgerhq/types-live": "^6.
|
|
23
|
+
"@ledgerhq/types-live": "^6.90.0-nightly.20251126023856"
|
|
24
24
|
},
|
|
25
25
|
"typesVersions": {
|
|
26
26
|
"*": {
|