@ledgerhq/react-native-hid 6.38.0 → 6.38.1-nightly.20260319030508

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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # @ledgerhq/react-native-hid
2
2
 
3
+ ## 6.38.1-nightly.20260319030508
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`982d4af`](https://github.com/LedgerHQ/ledger-live/commit/982d4afbeb7faf3814c3e96ffb6e3e88b58dfe73), [`6dac7f9`](https://github.com/LedgerHQ/ledger-live/commit/6dac7f974c28dcae409c110a60061996490c5088), [`8ce1cb7`](https://github.com/LedgerHQ/ledger-live/commit/8ce1cb755b3e68c8688f9e828596d3c2605ef3cb)]:
8
+ - @ledgerhq/devices@8.13.0-nightly.20260319030508
9
+ - @ledgerhq/errors@6.32.0-nightly.20260319030508
10
+ - @ledgerhq/hw-transport@6.34.1-nightly.20260319030508
11
+
3
12
  ## 6.38.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hid",
3
- "version": "6.38.0",
3
+ "version": "6.38.1-nightly.20260319030508",
4
4
  "nativePackage": true,
5
5
  "description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api",
6
6
  "keywords": [
@@ -30,9 +30,9 @@
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
32
  "rxjs": "7.8.2",
33
- "@ledgerhq/devices": "8.12.0",
34
- "@ledgerhq/errors": "^6.31.0",
35
- "@ledgerhq/hw-transport": "6.34.0",
33
+ "@ledgerhq/devices": "8.13.0-nightly.20260319030508",
34
+ "@ledgerhq/errors": "^6.32.0-nightly.20260319030508",
35
+ "@ledgerhq/hw-transport": "6.34.1-nightly.20260319030508",
36
36
  "@ledgerhq/logs": "^6.16.0"
37
37
  },
38
38
  "devDependencies": {
@@ -51,6 +51,23 @@
51
51
  "react-native": "*"
52
52
  },
53
53
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
54
+ "exports": {
55
+ ".": {
56
+ "@ledgerhq/source": "./src/index.ts",
57
+ "import": "./lib-es/index.js",
58
+ "require": "./lib/index.js",
59
+ "default": "./lib/index.js"
60
+ },
61
+ "./lib-es/*": "./lib-es/*.js",
62
+ "./lib/*": "./lib/*.js",
63
+ "./*": {
64
+ "@ledgerhq/source": "./src/*.ts",
65
+ "import": "./lib-es/*.js",
66
+ "require": "./lib/*.js",
67
+ "default": "./lib/*.js"
68
+ },
69
+ "./package.json": "./package.json"
70
+ },
54
71
  "scripts": {
55
72
  "clean": "rimraf lib lib-es",
56
73
  "build": "tsc --project tsconfig.build.json && tsc --project tsconfig.build.json -m esnext --moduleResolution bundler --outDir lib-es",
@@ -1,5 +1,8 @@
1
1
  {
2
2
  "extends": "./tsconfig.json",
3
+ "compilerOptions": {
4
+ "customConditions": []
5
+ },
3
6
  "exclude": [
4
7
  "**/*.test.ts",
5
8
  "**/*.test.tsx",