@ledgerhq/devices 8.0.4-notarizer.0 → 8.0.5-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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +16 -2
- package/README.md +10 -8
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,25 @@
|
|
|
1
1
|
# @ledgerhq/devices
|
|
2
2
|
|
|
3
|
-
## 8.0.
|
|
3
|
+
## 8.0.5-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`0f4293e9bf`](https://github.com/LedgerHQ/ledger-live/commit/0f4293e9bf9cac4c2a195efeb0831aab3d51933d)]:
|
|
8
|
+
- @ledgerhq/errors@6.13.0-next.0
|
|
9
|
+
|
|
10
|
+
## 8.0.4
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`9adc1862dd`](https://github.com/LedgerHQ/ledger-live/commit/9adc1862dda605a722d19f3b6895bd324834c914)]:
|
|
15
|
+
- @ledgerhq/errors@6.12.7
|
|
16
|
+
|
|
17
|
+
## 8.0.4-next.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
6
20
|
|
|
7
21
|
- Updated dependencies [[`9adc1862dd`](https://github.com/LedgerHQ/ledger-live/commit/9adc1862dda605a722d19f3b6895bd324834c914)]:
|
|
8
|
-
- @ledgerhq/errors@6.12.7-
|
|
22
|
+
- @ledgerhq/errors@6.12.7-next.0
|
|
9
23
|
|
|
10
24
|
## 8.0.3
|
|
11
25
|
|
package/README.md
CHANGED
|
@@ -38,16 +38,18 @@ Logic for all Ledger devices.
|
|
|
38
38
|
The USB product IDs will be defined as MMII, encoding a model (MM) and an interface bitfield (II)
|
|
39
39
|
|
|
40
40
|
* Model
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
|
|
42
|
+
Ledger Nano S : 0x10
|
|
43
|
+
Ledger Blue : 0x00
|
|
44
|
+
Ledger Nano X : 0x40
|
|
44
45
|
|
|
45
46
|
* Interface support bitfield
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
|
|
48
|
+
Generic HID : 0x01
|
|
49
|
+
Keyboard HID : 0x02
|
|
50
|
+
U2F : 0x04
|
|
51
|
+
CCID : 0x08
|
|
52
|
+
WebUSB : 0x10
|
|
51
53
|
|
|
52
54
|
Type: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)
|
|
53
55
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/devices",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.5-next.0",
|
|
4
4
|
"description": "Ledger devices",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"rxjs": "6",
|
|
57
57
|
"semver": "^7.3.5",
|
|
58
|
-
"@ledgerhq/errors": "^6.
|
|
58
|
+
"@ledgerhq/errors": "^6.13.0-next.0",
|
|
59
59
|
"@ledgerhq/logs": "^6.10.1"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@types/jest": "^29.5.0",
|
|
63
63
|
"@types/node": "^18.15.3",
|
|
64
64
|
"@types/semver": "^7.3.9",
|
|
65
|
-
"documentation": "13.2.
|
|
65
|
+
"documentation": "13.2.5",
|
|
66
66
|
"jest": "^28.1.1",
|
|
67
67
|
"rimraf": "^4.4.1",
|
|
68
68
|
"source-map-support": "^0.5.21",
|