@ledgerhq/react-native-hid 6.28.4-nightly.0 → 6.28.4-yolo.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 28b0b8ab3f17d73b
1
+ @ledgerhq/react-native-hid:build: cache hit, replaying output fbb27e37c000d5ff
2
2
  @ledgerhq/react-native-hid:build:
3
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
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @ledgerhq/react-native-hid
2
2
 
3
- ## 6.28.4-nightly.0
3
+ ## 6.28.4-yolo.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
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
8
+ - @ledgerhq/errors@6.10.1-yolo.0
9
+ - @ledgerhq/devices@7.0.0-yolo.0
10
+ - @ledgerhq/hw-transport@6.27.2-yolo.0
11
11
 
12
12
  ## 6.28.3
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hid",
3
- "version": "6.28.4-nightly.0",
3
+ "version": "6.28.4-yolo.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.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",
32
+ "@ledgerhq/devices": "^7.0.0-yolo.0",
33
+ "@ledgerhq/errors": "^6.10.1-yolo.0",
34
+ "@ledgerhq/hw-transport": "^6.27.2-yolo.0",
35
+ "@ledgerhq/logs": "^6.10.0",
36
36
  "rxjs": "6"
37
37
  },
38
38
  "devDependencies": {