@ledgerhq/hw-transport-webhid 6.30.2 → 6.30.3-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @ledgerhq/hw-transport-webhid
2
2
 
3
+ ## 6.30.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b5e3217`](https://github.com/LedgerHQ/ledger-live/commit/b5e321789d3a6f9cb1916067790590640db0876f)]:
8
+ - @ledgerhq/errors@6.22.0-next.0
9
+ - @ledgerhq/devices@8.4.7-next.0
10
+ - @ledgerhq/hw-transport@6.31.7-next.0
11
+
3
12
  ## 6.30.2
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-webhid",
3
- "version": "6.30.2",
3
+ "version": "6.30.3-next.0",
4
4
  "description": "Ledger Hardware Wallet WebHID implementation of the communication layer",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -26,9 +26,9 @@
26
26
  "types": "lib/TransportWebHID.d.ts",
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@ledgerhq/devices": "8.4.6",
30
- "@ledgerhq/errors": "^6.21.0",
31
- "@ledgerhq/hw-transport": "^6.31.6",
29
+ "@ledgerhq/devices": "8.4.7-next.0",
30
+ "@ledgerhq/errors": "^6.22.0-next.0",
31
+ "@ledgerhq/hw-transport": "^6.31.7-next.0",
32
32
  "@ledgerhq/logs": "^6.13.0"
33
33
  },
34
34
  "devDependencies": {
@@ -54,6 +54,7 @@
54
54
  "lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache",
55
55
  "lint:fix": "pnpm lint --fix",
56
56
  "test": "jest",
57
+ "coverage": "jest --coverage",
57
58
  "unimported": "unimported"
58
59
  }
59
60
  }