Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ledgerhq/hw-transport-node-hid-noevents

LedgerHQ498.4kApache-2.06.30.8TypeScript support: included

Ledger Hardware Wallet Node implementation of the communication layer, using node-hid. without usb events

Ledger, LedgerWallet, hid, node-hid, NanoS, Blue, Hardware Wallet

readme

changelog

@ledgerhq/hw-transport-node-hid-noevents

6.30.8

Patch Changes

6.30.8-next.0

Patch Changes

6.30.7

Patch Changes

6.30.7-next.1

Patch Changes

6.30.7-next.0

Patch Changes

6.30.6

Patch Changes

6.30.6-next.0

Patch Changes

6.30.5

Patch Changes

6.30.5-next.0

Patch Changes

6.30.4

Patch Changes

6.30.4-next.0

Patch Changes

6.30.3

Patch Changes

6.30.3-hotfix.0

Patch Changes

6.30.2

Patch Changes

6.30.2-next.0

Patch Changes

6.30.1

Patch Changes

6.30.1-next.1

Patch Changes

6.30.1-next.0

Patch Changes

6.30.0

Minor Changes

Patch Changes

6.30.0-next.0

Minor Changes

Patch Changes

6.29.6

Patch Changes

6.29.6-next.0

Patch Changes

6.29.5

Patch Changes

6.29.5-next.0

Patch Changes

6.29.4

Patch Changes

6.29.4-next.0

Patch Changes

6.29.3

Patch Changes

  • #5749 eadebff Thanks @alexandremgo! - Fix: HID USB reconnection on LLD during the sync onboarding

    • Refactoring of the disconnect after inactivity of the transport implementation hw-transport-node-hid-singleton
    • Better logs and documentation
  • Updated dependencies [eadebff]:

6.29.3-next.0

Patch Changes

6.29.2

Patch Changes

6.29.2-next.0

Patch Changes

6.29.1

Patch Changes

6.29.1-next.0

Patch Changes

6.29.0

Minor Changes

Patch Changes

6.29.0-next.0

Minor Changes

Patch Changes

6.28.0

Minor Changes

  • #4709 9e2d32aec4 Thanks @alexandremgo! - feat: usage of new tracing system

    The tracing helps keeping a context (for ex a job id) that is propagated to other logs, creating a (simple) tracing span

Patch Changes

6.28.0-next.0

Minor Changes

  • #4709 9e2d32aec4 Thanks @alexandremgo! - feat: usage of new tracing system

    The tracing helps keeping a context (for ex a job id) that is propagated to other logs, creating a (simple) tracing span

Patch Changes

6.27.19

Patch Changes

6.27.19-next.0

Patch Changes

6.27.18

Patch Changes

6.27.18-next.0

Patch Changes

6.27.17

Patch Changes

6.27.17-next.0

Patch Changes

6.27.16

Patch Changes

6.27.16-next.0

Patch Changes

6.27.15

Patch Changes

6.27.15-next.0

Patch Changes

6.27.14

Patch Changes

6.27.14-next.0

Patch Changes

6.27.13

Patch Changes

6.27.13-next.0

Patch Changes

6.27.12

Patch Changes

6.27.12-next.0

Patch Changes

6.27.11

Patch Changes

6.27.11-next.0

Patch Changes

6.27.10

Patch Changes

6.27.10-next.0

Patch Changes

6.27.9

Patch Changes

6.27.9-next.0

Patch Changes

6.27.8

Patch Changes

6.27.8-next.0

Patch Changes

6.27.7

Patch Changes

6.27.7-next.0

Patch Changes

6.27.6

Patch Changes

6.27.6-next.0

Patch Changes

6.27.5

Patch Changes

6.27.5-next.0

Patch Changes

6.27.4

Patch Changes

6.27.4-next.0

Patch Changes

6.27.3

Patch Changes

6.27.3-next.0

Patch Changes

6.27.2

Patch Changes

  • #364 f538d2974 Thanks @elbywan! - #### Replace webpack with vite.js to speed up the ledger live desktop development process.

    To fully embrace the "bundleless" vite.js approach, it is necessary to transpile our packages contained in the monorepository to the ESM format, and subpath exports have been added to silently map to commonjs or esm depending on the need.

    🔥 BREAKING CHANGES for @ledgerhq/live-common, @ledgerhq/devices and @ledgerhq/hw-app-btc consumers.

    As highlighted here, it is not possible to target folders directly when using subpath exports.

    The workaround is to suffix the call with /index (or /).

    For instance…

    import * as currencies from "@ledgerhq/live-common/currencies";

    …must be rewritten to…

    import * as currencies from "@ledgerhq/live-common/currencies/index;";

    …or:

    import * as currencies from "@ledgerhq/live-common/currencies/;";
  • Updated dependencies [203b927b4, f538d2974]:

6.27.2-next.0

Patch Changes

  • #364 f538d2974 Thanks @elbywan! - #### Replace webpack with vite.js to speed up the ledger live desktop development process.

    To fully embrace the "bundleless" vite.js approach, it is necessary to transpile our packages contained in the monorepository to the ESM format, and subpath exports have been added to silently map to commonjs or esm depending on the need.

    🔥 BREAKING CHANGES for @ledgerhq/live-common, @ledgerhq/devices and @ledgerhq/hw-app-btc consumers.

    As highlighted here, it is not possible to target folders directly when using subpath exports.

    The workaround is to suffix the call with /index (or /).

    For instance…

    import * as currencies from "@ledgerhq/live-common/currencies";

    …must be rewritten to…

    import * as currencies from "@ledgerhq/live-common/currencies/index;";

    …or:

    import * as currencies from "@ledgerhq/live-common/currencies/;";
  • Updated dependencies [203b927b4, f538d2974]: