@ledgerhq/react-native-hid 6.28.7-nightly.2 → 6.28.7

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 e3a45ec2ba221a06
1
+ @ledgerhq/react-native-hid:build: cache hit, replaying output 90d33d473e46ed57
2
2
  @ledgerhq/react-native-hid:build:
3
- @ledgerhq/react-native-hid:build: > @ledgerhq/react-native-hid@6.28.7-nightly.1 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.7 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,33 +1,22 @@
1
1
  # @ledgerhq/react-native-hid
2
2
 
3
- ## 6.28.7-nightly.2
3
+ ## 6.28.7
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#1356](https://github.com/LedgerHQ/ledger-live/pull/1356) [`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Updated readme.md of packages
7
+ - Updated dependencies [[`1a94cbf28a`](https://github.com/LedgerHQ/ledger-live/commit/1a94cbf28aaa2917c70719e22f446148cd66cef6), [`e0915b34ba`](https://github.com/LedgerHQ/ledger-live/commit/e0915b34ba37d9906b6c65e7e42f87893c088325)]:
8
+ - @ledgerhq/errors@6.11.0
9
+ - @ledgerhq/devices@7.0.2
10
+ - @ledgerhq/hw-transport@6.27.5
8
11
 
9
- - Updated dependencies [[`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa)]:
10
- - @ledgerhq/devices@7.0.2-nightly.2
11
- - @ledgerhq/errors@6.11.0-nightly.1
12
- - @ledgerhq/hw-transport@6.27.5-nightly.2
13
- - @ledgerhq/logs@6.10.1-nightly.1
14
-
15
- ## 6.28.7-nightly.1
16
-
17
- ### Patch Changes
18
-
19
- - Updated dependencies [[`1a94cbf28a`](https://github.com/LedgerHQ/ledger-live/commit/1a94cbf28aaa2917c70719e22f446148cd66cef6)]:
20
- - @ledgerhq/errors@6.11.0-nightly.0
21
- - @ledgerhq/devices@7.0.2-nightly.1
22
- - @ledgerhq/hw-transport@6.27.5-nightly.1
23
-
24
- ## 6.28.7-nightly.0
12
+ ## 6.28.7-next.0
25
13
 
26
14
  ### Patch Changes
27
15
 
28
- - Updated dependencies [[`e0915b34ba`](https://github.com/LedgerHQ/ledger-live/commit/e0915b34ba37d9906b6c65e7e42f87893c088325)]:
29
- - @ledgerhq/devices@7.0.2-nightly.0
30
- - @ledgerhq/hw-transport@6.27.5-nightly.0
16
+ - Updated dependencies [[`1a94cbf28a`](https://github.com/LedgerHQ/ledger-live/commit/1a94cbf28aaa2917c70719e22f446148cd66cef6), [`e0915b34ba`](https://github.com/LedgerHQ/ledger-live/commit/e0915b34ba37d9906b6c65e7e42f87893c088325)]:
17
+ - @ledgerhq/errors@6.11.0-next.0
18
+ - @ledgerhq/devices@7.0.2-next.0
19
+ - @ledgerhq/hw-transport@6.27.5-next.0
31
20
 
32
21
  ## 6.28.6
33
22
 
package/README.md CHANGED
@@ -1,8 +1,7 @@
1
- <img src="https://user-images.githubusercontent.com/4631227/191834116-59cf590e-25cc-4956-ae5c-812ea464f324.png" height="100" />
1
+ <img src="https://user-images.githubusercontent.com/211411/34776833-6f1ef4da-f618-11e7-8b13-f0697901d6a8.png" height="100" />
2
2
 
3
- [GitHub](https://github.com/LedgerHQ/ledger-live/),
4
- [Ledger Devs Discord](https://developers.ledger.com/discord-pro),
5
- [Developer Portal](https://developers.ledger.com/)
3
+ [Github](https://github.com/LedgerHQ/ledgerjs/),
4
+ [Ledger Devs Slack](https://ledger-dev.slack.com/)
6
5
 
7
6
  ## @ledgerhq/hw-transport-u2f
8
7
 
@@ -14,7 +13,7 @@ Allows to communicate with Ledger Hardware Wallets.
14
13
 
15
14
  ## Are you adding Ledger support to your software wallet?
16
15
 
17
- You may be using this package to open a USB connection between your mobile application and the device.
16
+ You may be using this package to open a USB connexion between your mobile application and the device.
18
17
 
19
18
  For a smooth and quick integration:
20
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hid",
3
- "version": "6.28.7-nightly.2",
3
+ "version": "6.28.7",
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.2-nightly.2",
33
- "@ledgerhq/errors": "^6.11.0-nightly.1",
34
- "@ledgerhq/hw-transport": "^6.27.5-nightly.2",
35
- "@ledgerhq/logs": "^6.10.1-nightly.1",
32
+ "@ledgerhq/devices": "^7.0.2",
33
+ "@ledgerhq/errors": "^6.11.0",
34
+ "@ledgerhq/hw-transport": "^6.27.5",
35
+ "@ledgerhq/logs": "^6.10.0",
36
36
  "rxjs": "6"
37
37
  },
38
38
  "devDependencies": {