@ledgerhq/types-live 6.24.2-next.0 → 6.24.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 +6 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@ledgerhq/types-live:build: cache hit, replaying output
|
|
1
|
+
@ledgerhq/types-live:build: cache hit, replaying output bfbb1bc2a2078e1a
|
|
2
2
|
@ledgerhq/types-live:build:
|
|
3
|
-
@ledgerhq/types-live:build: > @ledgerhq/types-live@6.24.
|
|
3
|
+
@ledgerhq/types-live:build: > @ledgerhq/types-live@6.24.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/types-live
|
|
4
4
|
@ledgerhq/types-live:build: > tsc && tsc -m ES6 --outDir lib-es
|
|
5
5
|
@ledgerhq/types-live:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @ledgerhq/types-live
|
|
2
2
|
|
|
3
|
+
## 6.24.2
|
|
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
|
+
|
|
3
9
|
## 6.24.2-next.0
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/types-live",
|
|
3
|
-
"version": "6.24.2
|
|
3
|
+
"version": "6.24.2",
|
|
4
4
|
"description": "Ledger Live main types.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"rxjs": "6"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@ledgerhq/types-cryptoassets": "^6.23.2
|
|
29
|
-
"@ledgerhq/types-devices": "^6.22.2
|
|
28
|
+
"@ledgerhq/types-cryptoassets": "^6.23.2",
|
|
29
|
+
"@ledgerhq/types-devices": "^6.22.2"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
32
|
"clean": "rimraf lib lib-es",
|