@ledgerhq/hw-transport-node-hid-singleton 6.27.3-nightly.0 → 6.27.4-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 f275725eba1e4be7
1
+ @ledgerhq/hw-transport-node-hid-singleton:build: cache hit, replaying output ed09168d94b71377
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 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.3 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,14 +1,32 @@
1
1
  # @ledgerhq/hw-transport-node-hid-singleton
2
2
 
3
- ## 6.27.3-nightly.0
3
+ ## 6.27.4-nightly.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ecfdd1ebd8`](https://github.com/LedgerHQ/ledger-live/commit/ecfdd1ebd8cc7c4b5bc6315316ce662bb6241311)]:
8
+ - @ledgerhq/hw-transport@6.27.3-nightly.0
9
+ - @ledgerhq/hw-transport-node-hid-noevents@6.27.3-nightly.0
10
+
11
+ ## 6.27.3
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`203b927b4`](https://github.com/LedgerHQ/ledger-live/commit/203b927b4e5bca3402c85a88c536d519adb18c5f), [`f538d2974`](https://github.com/LedgerHQ/ledger-live/commit/f538d29745669b2aada6ac34f37cd404c23cf1b8)]:
16
+ - @ledgerhq/errors@6.10.1
17
+ - @ledgerhq/devices@7.0.0
18
+ - @ledgerhq/hw-transport-node-hid-noevents@6.27.2
19
+ - @ledgerhq/hw-transport@6.27.2
20
+
21
+ ## 6.27.3-next.0
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - 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
26
+ - @ledgerhq/errors@6.10.1-next.0
27
+ - @ledgerhq/devices@7.0.0-next.0
28
+ - @ledgerhq/hw-transport-node-hid-noevents@6.27.2-next.0
29
+ - @ledgerhq/hw-transport@6.27.2-next.0
12
30
 
13
31
  ## 6.27.2
14
32
 
package/README.md CHANGED
@@ -9,6 +9,19 @@ Allows to communicate with Ledger Hardware Wallets.
9
9
 
10
10
  **\[Node]**/Electron **(HID)** – uses `node-hid` and `usb-detection`. Keep transport opened and re-use it as a singleton, one device at a time on a computer but more robust implementation.
11
11
 
12
+ ***
13
+
14
+ ## Are you adding Ledger support to your software wallet?
15
+
16
+ You may be using this package to open a USB connexion between your desktop application and the device.
17
+
18
+ For a smooth and quick integration:
19
+
20
+ * See the developers’ documentation on the [Developer Portal](https://developers.ledger.com/docs/transport/overview/) and
21
+ * Go on [Discord](https://developers.ledger.com/discord-pro/) to chat with developer support and the developer community.
22
+
23
+ ***
24
+
12
25
  ## API
13
26
 
14
27
  <!-- Generated by documentation.js. Update this documentation by updating the source code. -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-node-hid-singleton",
3
- "version": "6.27.3-nightly.0",
3
+ "version": "6.27.4-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",
@@ -13,12 +13,12 @@
13
13
  ],
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/LedgerHQ/ledgerjs"
16
+ "url": "https://github.com/LedgerHQ/ledger-live.git"
17
17
  },
18
18
  "bugs": {
19
- "url": "https://github.com/LedgerHQ/ledgerjs/issues"
19
+ "url": "https://github.com/LedgerHQ/ledger-live/issues"
20
20
  },
21
- "homepage": "https://github.com/LedgerHQ/ledgerjs",
21
+ "homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/ledgerjs/packages/hw-transport-node-hid-singleton",
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
@@ -27,10 +27,10 @@
27
27
  "types": "lib/TransportNodeHid.d.ts",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
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",
30
+ "@ledgerhq/devices": "^7.0.0",
31
+ "@ledgerhq/errors": "^6.10.1",
32
+ "@ledgerhq/hw-transport": "^6.27.3-nightly.0",
33
+ "@ledgerhq/hw-transport-node-hid-noevents": "^6.27.3-nightly.0",
34
34
  "@ledgerhq/logs": "^6.10.1-nightly.0",
35
35
  "lodash": "^4.17.21",
36
36
  "node-hid": "2.1.1",