@ledgerhq/hw-transport-node-speculos-http 6.30.0-nightly.1 → 6.30.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/hw-transport-node-speculos-http@6.29.10-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-node-speculos-http
2
+ > @ledgerhq/hw-transport-node-speculos-http@6.30.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-node-speculos-http
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,18 +1,39 @@
1
1
  # @ledgerhq/hw-transport-node-speculos-http
2
2
 
3
- ## 6.30.0-nightly.1
3
+ ## 6.30.1-nightly.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @ledgerhq/hw-transport@6.31.11-nightly.0
9
+
10
+ ## 6.30.0
4
11
 
5
12
  ### Minor Changes
6
13
 
7
14
  - [#11535](https://github.com/LedgerHQ/ledger-live/pull/11535) [`205458e`](https://github.com/LedgerHQ/ledger-live/commit/205458e2d3ca5ec1d7a50d30b63050a692a5e045) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Canton add sign hash function
8
15
 
9
- ## 6.29.10-nightly.0
16
+ ## 6.30.0-next.0
17
+
18
+ ### Minor Changes
19
+
20
+ - [#11535](https://github.com/LedgerHQ/ledger-live/pull/11535) [`205458e`](https://github.com/LedgerHQ/ledger-live/commit/205458e2d3ca5ec1d7a50d30b63050a692a5e045) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Canton add sign hash function
21
+
22
+ ## 6.29.10
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [[`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1)]:
27
+ - @ledgerhq/errors@6.25.0
28
+ - @ledgerhq/hw-transport@6.31.10
29
+
30
+ ## 6.29.10-next.0
10
31
 
11
32
  ### Patch Changes
12
33
 
13
34
  - Updated dependencies [[`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1)]:
14
- - @ledgerhq/errors@6.25.0-nightly.0
15
- - @ledgerhq/hw-transport@6.31.10-nightly.0
35
+ - @ledgerhq/errors@6.25.0-next.0
36
+ - @ledgerhq/hw-transport@6.31.10-next.0
16
37
 
17
38
  ## 6.29.9
18
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-node-speculos-http",
3
- "version": "6.30.0-nightly.1",
3
+ "version": "6.30.1-nightly.0",
4
4
  "description": "Ledger Hardware Wallet communication layer with speculos Nano simulator using the http api",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -30,8 +30,8 @@
30
30
  "dependencies": {
31
31
  "axios": "1.11.0",
32
32
  "rxjs": "^7.8.1",
33
- "@ledgerhq/errors": "^6.25.0-nightly.0",
34
- "@ledgerhq/hw-transport": "^6.31.10-nightly.0",
33
+ "@ledgerhq/errors": "^6.25.0",
34
+ "@ledgerhq/hw-transport": "^6.31.11-nightly.0",
35
35
  "@ledgerhq/logs": "^6.13.0"
36
36
  },
37
37
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",