@ledgerhq/react-native-hid 6.28.6 → 6.28.7-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,4 +1,4 @@
1
- @ledgerhq/react-native-hid:build: cache hit, replaying output 8f70621df669d056
1
+ @ledgerhq/react-native-hid:build: cache hit, replaying output 2efb25c4b6978e0e
2
2
  @ledgerhq/react-native-hid:build:
3
3
  @ledgerhq/react-native-hid:build: > @ledgerhq/react-native-hid@6.28.6 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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @ledgerhq/react-native-hid
2
2
 
3
+ ## 6.28.7-nightly.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e0915b34ba`](https://github.com/LedgerHQ/ledger-live/commit/e0915b34ba37d9906b6c65e7e42f87893c088325)]:
8
+ - @ledgerhq/devices@7.0.2-nightly.0
9
+ - @ledgerhq/hw-transport@6.27.5-nightly.0
10
+
3
11
  ## 6.28.6
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hid",
3
- "version": "6.28.6",
3
+ "version": "6.28.7-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": "^7.0.1",
32
+ "@ledgerhq/devices": "^7.0.2-nightly.0",
33
33
  "@ledgerhq/errors": "^6.10.2",
34
- "@ledgerhq/hw-transport": "^6.27.4",
35
- "@ledgerhq/logs": "^6.10.0",
34
+ "@ledgerhq/hw-transport": "^6.27.5-nightly.0",
35
+ "@ledgerhq/logs": "^6.10.1-nightly.0",
36
36
  "rxjs": "6"
37
37
  },
38
38
  "devDependencies": {