@ledgerhq/hw-transport-http 6.30.0-windows-certificate.0 → 6.30.1-next.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-http@6.29.6 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-http
2
+ > @ledgerhq/hw-transport-http@6.30.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-http
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # @ledgerhq/hw-transport-http
2
2
 
3
- ## 6.30.0-windows-certificate.0
3
+ ## 6.30.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e78f3b7`](https://github.com/LedgerHQ/ledger-live/commit/e78f3b75296c7a063f6cddbeae44c36d236055f3), [`f979216`](https://github.com/LedgerHQ/ledger-live/commit/f9792160293fc8215c6d099f02e1b136c6655f9b), [`c1d2bb0`](https://github.com/LedgerHQ/ledger-live/commit/c1d2bb0866723c10d6e2899d40ddd9b9801189f4)]:
8
+ - @ledgerhq/errors@6.18.0-next.0
9
+ - @ledgerhq/hw-transport@6.31.1-next.0
10
+
11
+ ## 6.30.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#6596](https://github.com/LedgerHQ/ledger-live/pull/6596) [`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11) Thanks [@KVNLS](https://github.com/KVNLS)! - Upgrade React Native to version 0.73.6
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f), [`cec1599`](https://github.com/LedgerHQ/ledger-live/commit/cec1599a41aa1a18a249e34312164bc93b63972f)]:
20
+ - @ledgerhq/hw-transport@6.31.0
21
+ - @ledgerhq/errors@6.17.0
22
+
23
+ ## 6.30.0-next.0
4
24
 
5
25
  ### Minor Changes
6
26
 
@@ -8,9 +28,9 @@
8
28
 
9
29
  ### Patch Changes
10
30
 
11
- - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`cec1599`](https://github.com/LedgerHQ/ledger-live/commit/cec1599a41aa1a18a249e34312164bc93b63972f)]:
12
- - @ledgerhq/hw-transport@6.31.0-windows-certificate.0
13
- - @ledgerhq/errors@6.17.0-windows-certificate.0
31
+ - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f), [`cec1599`](https://github.com/LedgerHQ/ledger-live/commit/cec1599a41aa1a18a249e34312164bc93b63972f)]:
32
+ - @ledgerhq/hw-transport@6.31.0-next.0
33
+ - @ledgerhq/errors@6.17.0-next.0
14
34
 
15
35
  ## 6.29.6
16
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-http",
3
- "version": "6.30.0-windows-certificate.0",
3
+ "version": "6.30.1-next.0",
4
4
  "description": "Ledger Hardware Wallet communication layer over http",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -29,8 +29,8 @@
29
29
  "dependencies": {
30
30
  "axios": "^0.26.1",
31
31
  "ws": "^7.5.2",
32
- "@ledgerhq/errors": "^6.17.0-windows-certificate.0",
33
- "@ledgerhq/hw-transport": "^6.31.0-windows-certificate.0",
32
+ "@ledgerhq/errors": "^6.18.0-next.0",
33
+ "@ledgerhq/hw-transport": "^6.31.1-next.0",
34
34
  "@ledgerhq/logs": "^6.12.0"
35
35
  },
36
36
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",