@ledgerhq/devices 7.0.2-nightly.1 → 7.0.2
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 +8 -3
- 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 a541cbb695724812
|
|
2
2
|
@ledgerhq/devices:build:
|
|
3
|
-
@ledgerhq/devices:build: > @ledgerhq/devices@7.0.2
|
|
3
|
+
@ledgerhq/devices:build: > @ledgerhq/devices@7.0.2 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,18 +1,23 @@
|
|
|
1
1
|
# @ledgerhq/devices
|
|
2
2
|
|
|
3
|
-
## 7.0.2
|
|
3
|
+
## 7.0.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- [#1278](https://github.com/LedgerHQ/ledger-live/pull/1278) [`e0915b34ba`](https://github.com/LedgerHQ/ledger-live/commit/e0915b34ba37d9906b6c65e7e42f87893c088325) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Update values for memory and block size for FTS
|
|
8
|
+
|
|
7
9
|
- Updated dependencies [[`1a94cbf28a`](https://github.com/LedgerHQ/ledger-live/commit/1a94cbf28aaa2917c70719e22f446148cd66cef6)]:
|
|
8
|
-
- @ledgerhq/errors@6.11.0
|
|
10
|
+
- @ledgerhq/errors@6.11.0
|
|
9
11
|
|
|
10
|
-
## 7.0.2-
|
|
12
|
+
## 7.0.2-next.0
|
|
11
13
|
|
|
12
14
|
### Patch Changes
|
|
13
15
|
|
|
14
16
|
- [#1278](https://github.com/LedgerHQ/ledger-live/pull/1278) [`e0915b34ba`](https://github.com/LedgerHQ/ledger-live/commit/e0915b34ba37d9906b6c65e7e42f87893c088325) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Update values for memory and block size for FTS
|
|
15
17
|
|
|
18
|
+
- Updated dependencies [[`1a94cbf28a`](https://github.com/LedgerHQ/ledger-live/commit/1a94cbf28aaa2917c70719e22f446148cd66cef6)]:
|
|
19
|
+
- @ledgerhq/errors@6.11.0-next.0
|
|
20
|
+
|
|
16
21
|
## 7.0.1
|
|
17
22
|
|
|
18
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/devices",
|
|
3
|
-
"version": "7.0.2
|
|
3
|
+
"version": "7.0.2",
|
|
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.0
|
|
66
|
-
"@ledgerhq/logs": "^6.10.
|
|
65
|
+
"@ledgerhq/errors": "^6.11.0",
|
|
66
|
+
"@ledgerhq/logs": "^6.10.0",
|
|
67
67
|
"rxjs": "6",
|
|
68
68
|
"semver": "^7.3.5"
|
|
69
69
|
},
|