@ledgerhq/device-management-kit 0.0.0-develop-20250406001203 → 0.0.0-develop-20250408001123
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.
- package/README.md +3 -3
- package/lib/types/tsconfig.prod.tsbuildinfo +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
- [Description](#description)
|
|
8
8
|
- [Installation](#installation)
|
|
9
9
|
- [Usage](#usage)
|
|
10
|
-
- [
|
|
10
|
+
- [Prerequisites](#prerequisites)
|
|
11
11
|
- [Main Features](#main-features)
|
|
12
|
-
- [Setting up the
|
|
12
|
+
- [Setting up the Device Management Kit](#setting-up-the-device-management-kit)
|
|
13
13
|
- [Connecting to a Device](#connecting-to-a-device)
|
|
14
14
|
- [Sending an APDU](#sending-an-apdu)
|
|
15
15
|
- [Sending a Pre-defined Command](#sending-a-pre-defined-command)
|
|
@@ -36,7 +36,7 @@ npm install @ledgerhq/device-management-kit
|
|
|
36
36
|
|
|
37
37
|
## Usage
|
|
38
38
|
|
|
39
|
-
###
|
|
39
|
+
### Prerequisites
|
|
40
40
|
|
|
41
41
|
Some of the APIs exposed return objects of type `Observable` from RxJS. Ensure you are familiar with the basics of the Observer pattern and RxJS before using this Device Management Kit. You can refer to [RxJS documentation](https://rxjs.dev/guide/overview) for more information.
|
|
42
42
|
|