@ledgerhq/types-live 6.26.0-next.1 → 6.26.0-nightly.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 +1 -1
- package/CHANGELOG.md +8 -4
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/types-live@6.26.0-
|
|
2
|
+
> @ledgerhq/types-live@6.26.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/types-live
|
|
3
3
|
> tsc && tsc -m ES6 --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @ledgerhq/types-live
|
|
2
2
|
|
|
3
|
-
## 6.26.0-
|
|
3
|
+
## 6.26.0-nightly.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- [#
|
|
7
|
+
- [#1812](https://github.com/LedgerHQ/ledger-live/pull/1812) [`f94772354e`](https://github.com/LedgerHQ/ledger-live/commit/f94772354e18e84dfee20fbb5260f543a1b302b0) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - The push notifications feature flag's key has been modified
|
|
8
8
|
|
|
9
|
-
## 6.26.0-
|
|
9
|
+
## 6.26.0-nightly.1
|
|
10
10
|
|
|
11
11
|
### Minor Changes
|
|
12
12
|
|
|
@@ -16,7 +16,11 @@
|
|
|
16
16
|
|
|
17
17
|
- [#1539](https://github.com/LedgerHQ/ledger-live/pull/1539) [`914c5fb377`](https://github.com/LedgerHQ/ledger-live/commit/914c5fb377b8b541f5f645fe26ab80faaa33d478) Thanks [@sarneijim](https://github.com/sarneijim)! - Update feature flag type
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
## 6.25.2-nightly.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [#1141](https://github.com/LedgerHQ/ledger-live/pull/1141) [`24ea9cd15f`](https://github.com/LedgerHQ/ledger-live/commit/24ea9cd15f92d5a2c74c4b936bacb89d5d4d36fd) Thanks [@valpinkman](https://github.com/valpinkman)! - Collateral changes due to solving all LLM typescript/eslint issues/warnings.
|
|
20
24
|
|
|
21
25
|
## 6.25.1
|
|
22
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/types-live",
|
|
3
|
-
"version": "6.26.0-
|
|
3
|
+
"version": "6.26.0-nightly.2",
|
|
4
4
|
"description": "Ledger Live main types.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"rxjs": "6"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@ledgerhq/types-cryptoassets": "^6.23.3-
|
|
28
|
+
"@ledgerhq/types-cryptoassets": "^6.23.3-nightly.0",
|
|
29
29
|
"@ledgerhq/types-devices": "^6.22.3"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|