@ledgerhq/hw-transport-node-hid-singleton 6.27.2-nightly.1 → 6.27.3-nightly.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-node-hid-singleton:build: cache hit, replaying output f8941c76b8ff5ca2
1
+ @ledgerhq/hw-transport-node-hid-singleton:build: cache hit, replaying output f275725eba1e4be7
2
2
  @ledgerhq/hw-transport-node-hid-singleton:build:
3
- @ledgerhq/hw-transport-node-hid-singleton:build: > @ledgerhq/hw-transport-node-hid-singleton@6.27.2-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-node-hid-singleton
3
+ @ledgerhq/hw-transport-node-hid-singleton:build: > @ledgerhq/hw-transport-node-hid-singleton@6.27.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-node-hid-singleton
4
4
  @ledgerhq/hw-transport-node-hid-singleton:build: > tsc && tsc -m ES6 --outDir lib-es
5
5
  @ledgerhq/hw-transport-node-hid-singleton:build:
package/CHANGELOG.md CHANGED
@@ -1,19 +1,23 @@
1
1
  # @ledgerhq/hw-transport-node-hid-singleton
2
2
 
3
- ## 6.27.2-nightly.1
3
+ ## 6.27.3-nightly.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - c5c3f48e4: Add basic support for macOS universal apps.
7
+ - Updated dependencies [[`203b927b4`](https://github.com/LedgerHQ/ledger-live/commit/203b927b4e5bca3402c85a88c536d519adb18c5f), [`f538d2974`](https://github.com/LedgerHQ/ledger-live/commit/f538d29745669b2aada6ac34f37cd404c23cf1b8)]:
8
+ - @ledgerhq/errors@6.10.1-nightly.1
9
+ - @ledgerhq/devices@7.0.0-nightly.1
10
+ - @ledgerhq/hw-transport-node-hid-noevents@6.27.2-nightly.1
11
+ - @ledgerhq/hw-transport@6.27.2-nightly.1
12
+
13
+ ## 6.27.2
14
+
15
+ ### Patch Changes
16
+
17
+ - [#253](https://github.com/LedgerHQ/ledger-live/pull/253) [`c5c3f48e4`](https://github.com/LedgerHQ/ledger-live/commit/c5c3f48e42fe9b8e7d200e6d0161d990c84f23c1) Thanks [@elbywan](https://github.com/elbywan)! - Add basic support for macOS universal apps.
8
18
 
9
- ## 6.27.2-nightly.0
19
+ ## 6.27.2-next.0
10
20
 
11
21
  ### Patch Changes
12
22
 
13
- - 47252169a: add dummy changesets
14
- - Updated dependencies [47252169a]
15
- - @ledgerhq/devices@6.27.2-nightly.0
16
- - @ledgerhq/errors@6.10.1-nightly.0
17
- - @ledgerhq/hw-transport@6.27.2-nightly.0
18
- - @ledgerhq/hw-transport-node-hid-noevents@6.27.2-nightly.0
19
- - @ledgerhq/logs@6.10.1-nightly.0
23
+ - c5c3f48e4: Add basic support for macOS universal apps.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-node-hid-singleton",
3
- "version": "6.27.2-nightly.1",
3
+ "version": "6.27.3-nightly.0",
4
4
  "description": "Ledger Hardware Wallet Node implementation of the communication layer, using node-hid and usb-detection",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -27,10 +27,10 @@
27
27
  "types": "lib/TransportNodeHid.d.ts",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@ledgerhq/devices": "^6.27.2-nightly.0",
31
- "@ledgerhq/errors": "^6.10.1-nightly.0",
32
- "@ledgerhq/hw-transport": "^6.27.2-nightly.0",
33
- "@ledgerhq/hw-transport-node-hid-noevents": "^6.27.2-nightly.0",
30
+ "@ledgerhq/devices": "^7.0.0-nightly.1",
31
+ "@ledgerhq/errors": "^6.10.1-nightly.1",
32
+ "@ledgerhq/hw-transport": "^6.27.2-nightly.1",
33
+ "@ledgerhq/hw-transport-node-hid-noevents": "^6.27.2-nightly.1",
34
34
  "@ledgerhq/logs": "^6.10.1-nightly.0",
35
35
  "lodash": "^4.17.21",
36
36
  "node-hid": "2.1.1",