@ledgerhq/react-native-hid 6.32.13 → 6.33.0-nightly.20251113102200
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/CHANGELOG.md +6 -0
- package/lib/index.d.ts +1 -2
- package/lib/index.d.ts.map +1 -1
- package/lib-es/index.d.ts +1 -2
- package/lib-es/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @ledgerhq/react-native-hid
|
|
2
2
|
|
|
3
|
+
## 6.33.0-nightly.20251113102200
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#11943](https://github.com/LedgerHQ/ledger-live/pull/11943) [`aae83b9`](https://github.com/LedgerHQ/ledger-live/commit/aae83b968a6cc3a4bba17924091eebd2fdcfbb24) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Add DMK react native HID transport
|
|
8
|
+
|
|
3
9
|
## 6.32.13
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/lib/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/// <reference types="node" />
|
|
3
3
|
import type { DeviceModel } from "@ledgerhq/devices";
|
|
4
4
|
import Transport from "@ledgerhq/hw-transport";
|
|
5
|
-
type DeviceObj = {
|
|
5
|
+
export type DeviceObj = {
|
|
6
6
|
vendorId: number;
|
|
7
7
|
productId: number;
|
|
8
8
|
};
|
|
@@ -46,5 +46,4 @@ export default class HIDTransport extends Transport {
|
|
|
46
46
|
close(): Promise<any>;
|
|
47
47
|
setScrambleKey(): void;
|
|
48
48
|
}
|
|
49
|
-
export {};
|
|
50
49
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAGrD,OAAO,SAAS,MAAM,wBAAwB,CAAC;AAI/C,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAGrD,OAAO,SAAS,MAAM,wBAAwB,CAAC;AAI/C,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAiCF;;;;;;GAMG;AAEH,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,SAAS;IACjD,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS,CAAC;gBAEhC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAM/C;;OAEG;IACH,MAAM,CAAC,WAAW,QAAO,QAAQ,OAAO,CAAC,CAAyC;IAElF;;;OAGG;WACU,IAAI,IAAI,OAAO,CAAC,GAAG,EAAE,CAAC;IAKnC;;OAEG;IACH,MAAM,CAAC,MAAM,CAAC,QAAQ,EAAE,GAAG,GAAG,GAAG;IAqBjC;;OAEG;WACU,IAAI,CAAC,SAAS,EAAE,SAAS;IAatC;;;OAGG;IACG,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAoB1C;;;OAGG;IACG,KAAK;IAKX,cAAc;CACf"}
|
package/lib-es/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/// <reference types="node" />
|
|
3
3
|
import type { DeviceModel } from "@ledgerhq/devices";
|
|
4
4
|
import Transport from "@ledgerhq/hw-transport";
|
|
5
|
-
type DeviceObj = {
|
|
5
|
+
export type DeviceObj = {
|
|
6
6
|
vendorId: number;
|
|
7
7
|
productId: number;
|
|
8
8
|
};
|
|
@@ -46,5 +46,4 @@ export default class HIDTransport extends Transport {
|
|
|
46
46
|
close(): Promise<any>;
|
|
47
47
|
setScrambleKey(): void;
|
|
48
48
|
}
|
|
49
|
-
export {};
|
|
50
49
|
//# sourceMappingURL=index.d.ts.map
|
package/lib-es/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAGrD,OAAO,SAAS,MAAM,wBAAwB,CAAC;AAI/C,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAGrD,OAAO,SAAS,MAAM,wBAAwB,CAAC;AAI/C,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAiCF;;;;;;GAMG;AAEH,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,SAAS;IACjD,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS,CAAC;gBAEhC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAM/C;;OAEG;IACH,MAAM,CAAC,WAAW,QAAO,QAAQ,OAAO,CAAC,CAAyC;IAElF;;;OAGG;WACU,IAAI,IAAI,OAAO,CAAC,GAAG,EAAE,CAAC;IAKnC;;OAEG;IACH,MAAM,CAAC,MAAM,CAAC,QAAQ,EAAE,GAAG,GAAG,GAAG;IAqBjC;;OAEG;WACU,IAAI,CAAC,SAAS,EAAE,SAAS;IAatC;;;OAGG;IACG,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC;IAoB1C;;;OAGG;IACG,KAAK;IAKX,cAAc;CACf"}
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -7,7 +7,7 @@ import Transport from "@ledgerhq/hw-transport";
|
|
|
7
7
|
import type { DescriptorEvent } from "@ledgerhq/hw-transport";
|
|
8
8
|
import { Subject, from, concat } from "rxjs";
|
|
9
9
|
import { mergeMap } from "rxjs/operators";
|
|
10
|
-
type DeviceObj = {
|
|
10
|
+
export type DeviceObj = {
|
|
11
11
|
vendorId: number;
|
|
12
12
|
productId: number;
|
|
13
13
|
};
|