@ledgerhq/react-native-hid 6.28.3-llmnext.0 → 6.28.4-nightly.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.
@@ -1,5 +1,5 @@
1
- @ledgerhq/react-native-hid:build: cache hit, replaying output 521262b42b517668
1
+ @ledgerhq/react-native-hid:build: cache hit, replaying output 28b0b8ab3f17d73b
2
2
  @ledgerhq/react-native-hid:build:
3
- @ledgerhq/react-native-hid:build: > @ledgerhq/react-native-hid@6.28.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hid
3
+ @ledgerhq/react-native-hid:build: > @ledgerhq/react-native-hid@6.28.3 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hid
4
4
  @ledgerhq/react-native-hid:build: > tsc && tsc -m ES6 --outDir lib-es
5
5
  @ledgerhq/react-native-hid:build:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @ledgerhq/react-native-hid
2
2
 
3
+ ## 6.28.4-nightly.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`203b927b4`](https://github.com/LedgerHQ/ledger-live/commit/203b927b4e5bca3402c85a88c536d519adb18c5f), [`f538d2974`](https://github.com/LedgerHQ/ledger-live/commit/f538d29745669b2aada6ac34f37cd404c23cf1b8)]:
8
+ - @ledgerhq/errors@6.10.1-nightly.1
9
+ - @ledgerhq/devices@7.0.0-nightly.1
10
+ - @ledgerhq/hw-transport@6.27.2-nightly.1
11
+
12
+ ## 6.28.3
13
+
14
+ ### Patch Changes
15
+
16
+ - 3cd734f86: Include "invalid channel" error as "disconnected device" type of error
17
+
3
18
  ## 6.28.3-llmnext.0
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hid",
3
- "version": "6.28.3-llmnext.0",
3
+ "version": "6.28.4-nightly.0",
4
4
  "nativePackage": true,
5
5
  "description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api",
6
6
  "keywords": [
@@ -29,10 +29,10 @@
29
29
  "types": "lib/index.d.ts",
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@ledgerhq/devices": "^6.27.1",
33
- "@ledgerhq/errors": "^6.10.0",
34
- "@ledgerhq/hw-transport": "^6.27.1",
35
- "@ledgerhq/logs": "^6.10.0",
32
+ "@ledgerhq/devices": "^7.0.0-nightly.1",
33
+ "@ledgerhq/errors": "^6.10.1-nightly.1",
34
+ "@ledgerhq/hw-transport": "^6.27.2-nightly.1",
35
+ "@ledgerhq/logs": "^6.10.1-nightly.0",
36
36
  "rxjs": "6"
37
37
  },
38
38
  "devDependencies": {