@ledgerhq/coin-tester 0.3.1-nightly.0 → 0.4.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-tester@0.3.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-tester
2
+ > @ledgerhq/coin-tester@0.4.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,8 +1,14 @@
1
1
  # @ledgerhq/coin-tester
2
2
 
3
- ## 0.3.1-nightly.0
3
+ ## 0.4.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
+
7
+ - [#9248](https://github.com/LedgerHQ/ledger-live/pull/9248) [`94a59f2`](https://github.com/LedgerHQ/ledger-live/commit/94a59f2030b8b25962e183919017a1e25454fdfb) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - fix (coin-tester): stop EVM coin tester smoothly
8
+
9
+ ## 0.4.0-next.0
10
+
11
+ ### Minor Changes
6
12
 
7
13
  - [#9248](https://github.com/LedgerHQ/ledger-live/pull/9248) [`94a59f2`](https://github.com/LedgerHQ/ledger-live/commit/94a59f2030b8b25962e183919017a1e25454fdfb) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - fix (coin-tester): stop EVM coin tester smoothly
8
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tester",
3
- "version": "0.3.1-nightly.0",
3
+ "version": "0.4.0",
4
4
  "description": "Deterministic testing of Ledger coin-modules",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {
@@ -18,7 +18,7 @@
18
18
  "ts-jest": "^28.0.8",
19
19
  "typescript": "^5.1.3",
20
20
  "@ledgerhq/types-cryptoassets": "^7.19.0",
21
- "@ledgerhq/types-live": "^6.60.0-nightly.0"
21
+ "@ledgerhq/types-live": "^6.60.0"
22
22
  },
23
23
  "typesVersions": {
24
24
  "*": {