@ledgerhq/live-cli 24.44.1-nightly.20260620030702 → 24.45.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 (3) hide show
  1. package/README.md +5 -8
  2. package/lib/cli.js +151114 -158824
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm i --global @ledgerhq/live-cli
14
14
 
15
15
  ## Run commands
16
16
 
17
- Jump to the [documentation](#documentation) for more information about the available commands.
17
+ Jump to the [documentation](#Documentation) for more informations on the available commands
18
18
 
19
19
  ```bash
20
20
  ledger-live <commands>
@@ -26,17 +26,14 @@ ledger-live <commands>
26
26
 
27
27
  ### Requirements
28
28
 
29
- - Toolchain installed from the repository root with `mise install`
30
- - Dependencies installed with `pnpm i`
29
+ - [NodeJS](https://nodejs.org) `lts/fermium` (v14.x)
30
+ - [PnPm](https://pnpm.io) (v7.x)
31
+ - [Python](https://www.python.org/) (v3.5+)
31
32
  - On Linux: `sudo apt-get update && sudo apt-get install libudev-dev libusb-1.0-0-dev`
32
33
 
33
- The pinned Node and pnpm versions live in the root [`mise.toml`](../../mise.toml).
34
- See [repo commands](../../docs/repo-commands.md) for maintained setup,
35
- build, and test commands.
36
-
37
34
  ## Install
38
35
 
39
- > Reminder: all commands should be run from the repository root.
36
+ > Reminder: all commands should be run at the root of the monorepository
40
37
 
41
38
  ```bash
42
39
  # install dependencies