@ledgerhq/devices 7.0.2 → 7.0.3
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/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +20 -0
- package/README.md +1 -1
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@ledgerhq/devices:build: cache hit, replaying output
|
|
1
|
+
@ledgerhq/devices:build: cache hit, replaying output 41cdbfacf59c8464
|
|
2
2
|
@ledgerhq/devices:build:
|
|
3
|
-
@ledgerhq/devices:build: > @ledgerhq/devices@7.0.
|
|
3
|
+
@ledgerhq/devices:build: > @ledgerhq/devices@7.0.3 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/devices
|
|
4
4
|
@ledgerhq/devices:build: > tsc && tsc -m ES6 --outDir lib-es
|
|
5
5
|
@ledgerhq/devices:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @ledgerhq/devices
|
|
2
2
|
|
|
3
|
+
## 7.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
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
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa)]:
|
|
10
|
+
- @ledgerhq/errors@6.11.1
|
|
11
|
+
- @ledgerhq/logs@6.10.1
|
|
12
|
+
|
|
13
|
+
## 7.0.3-next.0
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#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
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [[`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa)]:
|
|
20
|
+
- @ledgerhq/errors@6.11.1-next.0
|
|
21
|
+
- @ledgerhq/logs@6.10.1-next.0
|
|
22
|
+
|
|
3
23
|
## 7.0.2
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<img src="https://user-images.githubusercontent.com/
|
|
1
|
+
<img src="https://user-images.githubusercontent.com/4631227/191834116-59cf590e-25cc-4956-ae5c-812ea464f324.png" height="100" />
|
|
2
2
|
|
|
3
3
|
## @ledgerhq/devices
|
|
4
4
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/devices",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.3",
|
|
4
4
|
"description": "Ledger devices",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
},
|
|
63
63
|
"license": "Apache-2.0",
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@ledgerhq/errors": "^6.11.
|
|
66
|
-
"@ledgerhq/logs": "^6.10.
|
|
65
|
+
"@ledgerhq/errors": "^6.11.1",
|
|
66
|
+
"@ledgerhq/logs": "^6.10.1",
|
|
67
67
|
"rxjs": "6",
|
|
68
68
|
"semver": "^7.3.5"
|
|
69
69
|
},
|