@ledgerhq/hw-transport-http 6.27.5-nightly.1 → 6.27.6-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,5 +1,5 @@
1
- @ledgerhq/hw-transport-http:build: cache hit, replaying output c4521c53a1c7593d
1
+ @ledgerhq/hw-transport-http:build: cache hit, replaying output 823c87999902a53b
2
2
  @ledgerhq/hw-transport-http:build:
3
- @ledgerhq/hw-transport-http:build: > @ledgerhq/hw-transport-http@6.27.5-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-http
3
+ @ledgerhq/hw-transport-http:build: > @ledgerhq/hw-transport-http@6.27.5 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-http
4
4
  @ledgerhq/hw-transport-http:build: > tsc && tsc -m ES6 --outDir lib-es
5
5
  @ledgerhq/hw-transport-http:build:
package/CHANGELOG.md CHANGED
@@ -1,19 +1,31 @@
1
1
  # @ledgerhq/hw-transport-http
2
2
 
3
- ## 6.27.5-nightly.1
3
+ ## 6.27.6-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1356](https://github.com/LedgerHQ/ledger-live/pull/1356) [`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Updated readme.md of packages
8
+
9
+ - Updated dependencies [[`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa)]:
10
+ - @ledgerhq/errors@6.11.1-next.0
11
+ - @ledgerhq/hw-transport@6.27.6-next.0
12
+ - @ledgerhq/logs@6.10.1-next.0
13
+
14
+ ## 6.27.5
4
15
 
5
16
  ### Patch Changes
6
17
 
7
18
  - Updated dependencies [[`1a94cbf28a`](https://github.com/LedgerHQ/ledger-live/commit/1a94cbf28aaa2917c70719e22f446148cd66cef6)]:
8
- - @ledgerhq/errors@6.11.0-nightly.0
9
- - @ledgerhq/hw-transport@6.27.5-nightly.1
19
+ - @ledgerhq/errors@6.11.0
20
+ - @ledgerhq/hw-transport@6.27.5
10
21
 
11
- ## 6.27.5-nightly.0
22
+ ## 6.27.5-next.0
12
23
 
13
24
  ### Patch Changes
14
25
 
15
- - Updated dependencies []:
16
- - @ledgerhq/hw-transport@6.27.5-nightly.0
26
+ - Updated dependencies [[`1a94cbf28a`](https://github.com/LedgerHQ/ledger-live/commit/1a94cbf28aaa2917c70719e22f446148cd66cef6)]:
27
+ - @ledgerhq/errors@6.11.0-next.0
28
+ - @ledgerhq/hw-transport@6.27.5-next.0
17
29
 
18
30
  ## 6.27.4
19
31
 
package/README.md CHANGED
@@ -1,11 +1,12 @@
1
- <img src="https://user-images.githubusercontent.com/211411/34776833-6f1ef4da-f618-11e7-8b13-f0697901d6a8.png" height="100" />
1
+ <img src="https://user-images.githubusercontent.com/4631227/191834116-59cf590e-25cc-4956-ae5c-812ea464f324.png" height="100" />
2
2
 
3
3
  ## @ledgerhq/hw-transport-http
4
4
 
5
5
  Library for Ledger Hardware Wallets.
6
6
 
7
- [Github](https://github.com/LedgerHQ/ledgerjs/),
8
- [Ledger Devs Slack](https://ledger-dev.slack.com/)
7
+ [GitHub](https://github.com/LedgerHQ/ledger-live/),
8
+ [Ledger Devs Discord](https://developers.ledger.com/discord-pro),
9
+ [Developer Portal](https://developers.ledger.com/)
9
10
 
10
11
  ## API
11
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-http",
3
- "version": "6.27.5-nightly.1",
3
+ "version": "6.27.6-next.0",
4
4
  "description": "Ledger Hardware Wallet communication layer over http",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -27,9 +27,9 @@
27
27
  "types": "lib/withStaticURLs.d.ts",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@ledgerhq/errors": "^6.11.0-nightly.0",
31
- "@ledgerhq/hw-transport": "^6.27.5-nightly.1",
32
- "@ledgerhq/logs": "^6.10.1-nightly.0",
30
+ "@ledgerhq/errors": "^6.11.1-next.0",
31
+ "@ledgerhq/hw-transport": "^6.27.6-next.0",
32
+ "@ledgerhq/logs": "^6.10.1-next.0",
33
33
  "axios": "^0.26.1",
34
34
  "ws": "^7.5.2"
35
35
  },