@ledgerhq/types-live 6.50.0-nightly.3 → 6.50.0

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,4 +1,4 @@
1
1
 
2
- > @ledgerhq/types-live@6.50.0-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/types-live
2
+ > @ledgerhq/types-live@6.50.0 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,29 +1,33 @@
1
1
  # @ledgerhq/types-live
2
2
 
3
- ## 6.50.0-nightly.3
3
+ ## 6.50.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - [#7497](https://github.com/LedgerHQ/ledger-live/pull/7497) [`52daa39`](https://github.com/LedgerHQ/ledger-live/commit/52daa3998709ac3538afd447fe771faa3e3441be) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - Added parameters to lldWalletSync and llmWalletSync to be able to configure the wallet sync feature remotely
7
+ - [#7394](https://github.com/LedgerHQ/ledger-live/pull/7394) [`4bd91de`](https://github.com/LedgerHQ/ledger-live/commit/4bd91de13442d12acce3ee83d5f2fd5f087570cf) Thanks [@emmanuelm41](https://github.com/emmanuelm41)! - Support for TON blockchain
8
8
 
9
- ## 6.50.0-nightly.2
9
+ - [#7497](https://github.com/LedgerHQ/ledger-live/pull/7497) [`52daa39`](https://github.com/LedgerHQ/ledger-live/commit/52daa3998709ac3538afd447fe771faa3e3441be) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - Added parameters to lldWalletSync and llmWalletSync to be able to configure the wallet sync feature remotely
10
10
 
11
11
  ### Patch Changes
12
12
 
13
+ - [#7403](https://github.com/LedgerHQ/ledger-live/pull/7403) [`df9b4b7`](https://github.com/LedgerHQ/ledger-live/commit/df9b4b7b699503bb3aab1dc791b28e11ef0d51b9) Thanks [@LucasWerey](https://github.com/LucasWerey)! - Add ordinals feature flag
14
+
13
15
  - [#7453](https://github.com/LedgerHQ/ledger-live/pull/7453) [`87d6bb2`](https://github.com/LedgerHQ/ledger-live/commit/87d6bb2501eac654dc10f45a0f591b28569b3d9f) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Remove listAppsV2minor1 feature flag and all code associated to list apps v1
14
16
 
15
- ## 6.50.0-nightly.1
17
+ ## 6.50.0-next.0
16
18
 
17
19
  ### Minor Changes
18
20
 
19
21
  - [#7394](https://github.com/LedgerHQ/ledger-live/pull/7394) [`4bd91de`](https://github.com/LedgerHQ/ledger-live/commit/4bd91de13442d12acce3ee83d5f2fd5f087570cf) Thanks [@emmanuelm41](https://github.com/emmanuelm41)! - Support for TON blockchain
20
22
 
21
- ## 6.49.1-nightly.0
23
+ - [#7497](https://github.com/LedgerHQ/ledger-live/pull/7497) [`52daa39`](https://github.com/LedgerHQ/ledger-live/commit/52daa3998709ac3538afd447fe771faa3e3441be) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - Added parameters to lldWalletSync and llmWalletSync to be able to configure the wallet sync feature remotely
22
24
 
23
25
  ### Patch Changes
24
26
 
25
27
  - [#7403](https://github.com/LedgerHQ/ledger-live/pull/7403) [`df9b4b7`](https://github.com/LedgerHQ/ledger-live/commit/df9b4b7b699503bb3aab1dc791b28e11ef0d51b9) Thanks [@LucasWerey](https://github.com/LucasWerey)! - Add ordinals feature flag
26
28
 
29
+ - [#7453](https://github.com/LedgerHQ/ledger-live/pull/7453) [`87d6bb2`](https://github.com/LedgerHQ/ledger-live/commit/87d6bb2501eac654dc10f45a0f591b28569b3d9f) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Remove listAppsV2minor1 feature flag and all code associated to list apps v1
30
+
27
31
  ## 6.49.0
28
32
 
29
33
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/types-live",
3
- "version": "6.50.0-nightly.3",
3
+ "version": "6.50.0",
4
4
  "description": "Ledger Live main types.",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -33,8 +33,8 @@
33
33
  "source-map-support": "^0.5.21",
34
34
  "ts-jest": "^29.1.1",
35
35
  "ts-node": "^10.4.0",
36
- "@ledgerhq/types-cryptoassets": "^7.15.0-nightly.0",
37
- "@ledgerhq/types-devices": "^6.25.2"
36
+ "@ledgerhq/types-cryptoassets": "^7.15.0",
37
+ "@ledgerhq/types-devices": "^6.25.3"
38
38
  },
39
39
  "scripts": {
40
40
  "clean": "rimraf lib lib-es",