@ledgerhq/coin-tester 0.7.0-nightly.1 → 0.7.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-tester@0.6.1-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-tester
2
+ > @ledgerhq/coin-tester@0.7.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,17 +1,33 @@
1
1
  # @ledgerhq/coin-tester
2
2
 
3
- ## 0.7.0-nightly.1
3
+ ## 0.7.1-nightly.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @ledgerhq/hw-transport-node-speculos-http@6.29.8-nightly.0
9
+
10
+ ## 0.7.0
4
11
 
5
12
  ### Minor Changes
6
13
 
7
14
  - [#10225](https://github.com/LedgerHQ/ledger-live/pull/10225) [`e65c386`](https://github.com/LedgerHQ/ledger-live/commit/e65c386cfb3e53e3ee9f501dc08971a93eb5cf81) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - core(coin-solana,hw-app-solana): support SPL tokens dynamically
8
15
 
9
- ## 0.6.1-nightly.0
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies []:
19
+ - @ledgerhq/hw-transport-node-speculos-http@6.29.7
20
+
21
+ ## 0.7.0-next.0
22
+
23
+ ### Minor Changes
24
+
25
+ - [#10225](https://github.com/LedgerHQ/ledger-live/pull/10225) [`e65c386`](https://github.com/LedgerHQ/ledger-live/commit/e65c386cfb3e53e3ee9f501dc08971a93eb5cf81) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - core(coin-solana,hw-app-solana): support SPL tokens dynamically
10
26
 
11
27
  ### Patch Changes
12
28
 
13
29
  - Updated dependencies []:
14
- - @ledgerhq/hw-transport-node-speculos-http@6.29.7-nightly.0
30
+ - @ledgerhq/hw-transport-node-speculos-http@6.29.7-next.0
15
31
 
16
32
  ## 0.6.0
17
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tester",
3
- "version": "0.7.0-nightly.1",
3
+ "version": "0.7.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.7-nightly.0",
12
+ "@ledgerhq/hw-transport-node-speculos-http": "^6.29.8-nightly.0",
13
13
  "@ledgerhq/types-devices": "^6.25.3"
14
14
  },
15
15
  "devDependencies": {
@@ -19,7 +19,7 @@
19
19
  "ts-jest": "^28.0.8",
20
20
  "typescript": "^5.1.3",
21
21
  "@ledgerhq/types-cryptoassets": "^7.23.0",
22
- "@ledgerhq/types-live": "^6.73.0-nightly.2"
22
+ "@ledgerhq/types-live": "^6.77.0-nightly.1"
23
23
  },
24
24
  "typesVersions": {
25
25
  "*": {