@ledgerhq/coin-tester 0.5.0-nightly.2 → 0.5.1-nightly.0
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 +11 -7
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-tester@0.5.0
|
|
2
|
+
> @ledgerhq/coin-tester@0.5.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,22 +1,26 @@
|
|
|
1
1
|
# @ledgerhq/coin-tester
|
|
2
2
|
|
|
3
|
-
## 0.5.
|
|
3
|
+
## 0.5.1-nightly.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @ledgerhq/hw-transport-node-speculos-http@6.29.5-nightly.1
|
|
8
9
|
|
|
9
|
-
## 0.5.0
|
|
10
|
+
## 0.5.0
|
|
10
11
|
|
|
11
|
-
###
|
|
12
|
+
### Minor Changes
|
|
12
13
|
|
|
13
|
-
-
|
|
14
|
-
|
|
14
|
+
- [#9919](https://github.com/LedgerHQ/ledger-live/pull/9919) [`5d6d223`](https://github.com/LedgerHQ/ledger-live/commit/5d6d223fe1691200911e81c8d83eec7b4ae0cd65) Thanks [@qperrot](https://github.com/qperrot)! - Move all coin tester into its own coin tester modules
|
|
15
|
+
|
|
16
|
+
- [#9775](https://github.com/LedgerHQ/ledger-live/pull/9775) [`fe89dd5`](https://github.com/LedgerHQ/ledger-live/commit/fe89dd51cd35000c7b661d6364fe78f88bbf6c62) Thanks [@Canestin](https://github.com/Canestin)! - extract coin-tester-evm module
|
|
15
17
|
|
|
16
|
-
## 0.5.0-
|
|
18
|
+
## 0.5.0-next.0
|
|
17
19
|
|
|
18
20
|
### Minor Changes
|
|
19
21
|
|
|
22
|
+
- [#9919](https://github.com/LedgerHQ/ledger-live/pull/9919) [`5d6d223`](https://github.com/LedgerHQ/ledger-live/commit/5d6d223fe1691200911e81c8d83eec7b4ae0cd65) Thanks [@qperrot](https://github.com/qperrot)! - Move all coin tester into its own coin tester modules
|
|
23
|
+
|
|
20
24
|
- [#9775](https://github.com/LedgerHQ/ledger-live/pull/9775) [`fe89dd5`](https://github.com/LedgerHQ/ledger-live/commit/fe89dd51cd35000c7b661d6364fe78f88bbf6c62) Thanks [@Canestin](https://github.com/Canestin)! - extract coin-tester-evm module
|
|
21
25
|
|
|
22
26
|
## 0.4.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-tester",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1-nightly.0",
|
|
4
4
|
"description": "Deterministic testing of Ledger coin-modules",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"dependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"docker-compose": "^1.1.0",
|
|
10
10
|
"lodash": "^4.17.21",
|
|
11
11
|
"rxjs": "7.8.1",
|
|
12
|
-
"@ledgerhq/hw-transport-node-speculos-http": "^6.29.5-nightly.
|
|
12
|
+
"@ledgerhq/hw-transport-node-speculos-http": "^6.29.5-nightly.1"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/jest": "^28.1.8",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"jest": "^28.1.3",
|
|
18
18
|
"ts-jest": "^28.0.8",
|
|
19
19
|
"typescript": "^5.1.3",
|
|
20
|
-
"@ledgerhq/types-cryptoassets": "^7.
|
|
21
|
-
"@ledgerhq/types-live": "^6.
|
|
20
|
+
"@ledgerhq/types-cryptoassets": "^7.23.0",
|
|
21
|
+
"@ledgerhq/types-live": "^6.71.0-nightly.0"
|
|
22
22
|
},
|
|
23
23
|
"typesVersions": {
|
|
24
24
|
"*": {
|