@ledgerhq/hw-transport-webhid 6.27.5 → 6.27.6

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-webhid:build: cache hit, replaying output 73d25329cd0d6bd0
1
+ @ledgerhq/hw-transport-webhid:build: cache hit, replaying output c930c67a9e88909e
2
2
  @ledgerhq/hw-transport-webhid:build:
3
- @ledgerhq/hw-transport-webhid:build: > @ledgerhq/hw-transport-webhid@6.27.5 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-webhid
3
+ @ledgerhq/hw-transport-webhid:build: > @ledgerhq/hw-transport-webhid@6.27.6 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-webhid
4
4
  @ledgerhq/hw-transport-webhid:build: > tsc && tsc -m ES6 --outDir lib-es
5
5
  @ledgerhq/hw-transport-webhid:build:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @ledgerhq/hw-transport-webhid
2
2
 
3
+ ## 6.27.6
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/devices@7.0.3
11
+ - @ledgerhq/errors@6.11.1
12
+ - @ledgerhq/hw-transport@6.27.6
13
+ - @ledgerhq/logs@6.10.1
14
+
15
+ ## 6.27.6-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - [#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
20
+
21
+ - Updated dependencies [[`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa)]:
22
+ - @ledgerhq/devices@7.0.3-next.0
23
+ - @ledgerhq/errors@6.11.1-next.0
24
+ - @ledgerhq/hw-transport@6.27.6-next.0
25
+ - @ledgerhq/logs@6.10.1-next.0
26
+
3
27
  ## 6.27.5
4
28
 
5
29
  ### Patch Changes
package/README.md CHANGED
@@ -1,7 +1,8 @@
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
- [Github](https://github.com/LedgerHQ/ledgerjs/),
4
- [Ledger Devs Slack](https://ledger-dev.slack.com/)
3
+ [GitHub](https://github.com/LedgerHQ/ledger-live/),
4
+ [Ledger Devs Discord](https://developers.ledger.com/discord-pro),
5
+ [Developer Portal](https://developers.ledger.com/)
5
6
 
6
7
  ## @ledgerhq/hw-transport-webhid
7
8
 
@@ -13,7 +14,7 @@ Allows to communicate with Ledger Hardware Wallets.
13
14
 
14
15
  ## Are you adding Ledger support to your software wallet?
15
16
 
16
- You may be using this package to open a USB connexion between your web application and the device.
17
+ You may be using this package to open a USB connection between your web application and the device.
17
18
 
18
19
  For a smooth and quick integration:
19
20
 
@@ -24,7 +25,7 @@ For a smooth and quick integration:
24
25
 
25
26
  ### FAQ: "DOM Exception" is triggered when creating the transport
26
27
 
27
- The transport functions `create()` and `listen()` must be called in the context of an user interaction (like a **"click"** event), otherwise it fails with DOM Exception. This is by WebUSB design. You also must run on HTTPS.
28
+ The transport functions `create()` and `listen()` must be called in the context of a user interaction (like a **"click"** event), otherwise it fails with DOM Exception. This is by WebUSB design. You also must run on HTTPS.
28
29
 
29
30
  ### How to use this transport?
30
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-webhid",
3
- "version": "6.27.5",
3
+ "version": "6.27.6",
4
4
  "description": "Ledger Hardware Wallet WebHID implementation of the communication layer",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -26,10 +26,10 @@
26
26
  "types": "lib/TransportWebHID.d.ts",
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@ledgerhq/devices": "^7.0.2",
30
- "@ledgerhq/errors": "^6.11.0",
31
- "@ledgerhq/hw-transport": "^6.27.5",
32
- "@ledgerhq/logs": "^6.10.0"
29
+ "@ledgerhq/devices": "^7.0.3",
30
+ "@ledgerhq/errors": "^6.11.1",
31
+ "@ledgerhq/hw-transport": "^6.27.6",
32
+ "@ledgerhq/logs": "^6.10.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/w3c-web-hid": "^1.0.2"