@ledgerhq/hw-transport-node-hid-singleton 6.31.0-nightly.0 → 6.31.0-windows-certificate.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 +6 -6
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/hw-transport-node-hid-singleton
2
2
 
3
- ## 6.31.0-nightly.0
3
+ ## 6.31.0-windows-certificate.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,11 +8,11 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11)]:
12
- - @ledgerhq/hw-transport-node-hid-noevents@6.30.0-nightly.0
13
- - @ledgerhq/hw-transport@6.31.0-nightly.0
14
- - @ledgerhq/devices@8.4.0-nightly.0
15
- - @ledgerhq/errors@6.17.0-nightly.0
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-node-hid-noevents@6.30.0-windows-certificate.0
13
+ - @ledgerhq/hw-transport@6.31.0-windows-certificate.0
14
+ - @ledgerhq/devices@8.4.0-windows-certificate.0
15
+ - @ledgerhq/errors@6.17.0-windows-certificate.0
16
16
 
17
17
  ## 6.30.6
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-node-hid-singleton",
3
- "version": "6.31.0-nightly.0",
3
+ "version": "6.31.0-windows-certificate.0",
4
4
  "description": "Ledger Hardware Wallet Node implementation of the communication layer, using node-hid and node-usb",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -29,10 +29,10 @@
29
29
  "dependencies": {
30
30
  "node-hid": "^2.1.2",
31
31
  "usb": "2.9.0",
32
- "@ledgerhq/devices": "^8.4.0-nightly.0",
33
- "@ledgerhq/errors": "^6.17.0-nightly.0",
34
- "@ledgerhq/hw-transport": "^6.31.0-nightly.0",
35
- "@ledgerhq/hw-transport-node-hid-noevents": "^6.30.0-nightly.0",
32
+ "@ledgerhq/devices": "^8.4.0-windows-certificate.0",
33
+ "@ledgerhq/errors": "^6.17.0-windows-certificate.0",
34
+ "@ledgerhq/hw-transport": "^6.31.0-windows-certificate.0",
35
+ "@ledgerhq/hw-transport-node-hid-noevents": "^6.30.0-windows-certificate.0",
36
36
  "@ledgerhq/logs": "^6.12.0"
37
37
  },
38
38
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",