@ledgerhq/live-wallet 0.6.2-nightly.1 → 0.6.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/live-wallet@0.6.2-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/live-wallet
2
+ > @ledgerhq/live-wallet@0.6.2 build /home/runner/work/ledger-live/ledger-live/libs/live-wallet
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,23 +1,30 @@
1
1
  # @ledgerhq/live-wallet
2
2
 
3
- ## 0.6.2-nightly.1
3
+ ## 0.6.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#7929](https://github.com/LedgerHQ/ledger-live/pull/7929) [`92df3b4`](https://github.com/LedgerHQ/ledger-live/commit/92df3b415e765dc26bc69438ca26b6308e98aa26) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - Ledger Sync - Fixed side effect that caused the synchronization to stop working
8
8
 
9
- - Updated dependencies [[`c83af75`](https://github.com/LedgerHQ/ledger-live/commit/c83af756fb388043c9f5a3862cae1231ec99a02c)]:
10
- - @ledgerhq/types-cryptoassets@7.16.0-nightly.0
11
- - @ledgerhq/cryptoassets@13.6.0-nightly.0
12
- - @ledgerhq/types-live@6.52.0-nightly.0
13
- - @ledgerhq/coin-framework@0.18.2-nightly.0
9
+ - Updated dependencies [[`c83af75`](https://github.com/LedgerHQ/ledger-live/commit/c83af756fb388043c9f5a3862cae1231ec99a02c), [`a47e68b`](https://github.com/LedgerHQ/ledger-live/commit/a47e68b568a3b888a241c30345b4935557404215)]:
10
+ - @ledgerhq/types-cryptoassets@7.16.0
11
+ - @ledgerhq/cryptoassets@13.6.0
12
+ - @ledgerhq/types-live@6.52.0
13
+ - @ledgerhq/trustchain@0.4.1
14
+ - @ledgerhq/coin-framework@0.18.2
14
15
 
15
- ## 0.6.2-nightly.0
16
+ ## 0.6.2-next.0
16
17
 
17
18
  ### Patch Changes
18
19
 
19
- - Updated dependencies [[`a47e68b`](https://github.com/LedgerHQ/ledger-live/commit/a47e68b568a3b888a241c30345b4935557404215)]:
20
- - @ledgerhq/trustchain@0.4.1-nightly.0
20
+ - [#7929](https://github.com/LedgerHQ/ledger-live/pull/7929) [`92df3b4`](https://github.com/LedgerHQ/ledger-live/commit/92df3b415e765dc26bc69438ca26b6308e98aa26) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - Ledger Sync - Fixed side effect that caused the synchronization to stop working
21
+
22
+ - Updated dependencies [[`c83af75`](https://github.com/LedgerHQ/ledger-live/commit/c83af756fb388043c9f5a3862cae1231ec99a02c), [`a47e68b`](https://github.com/LedgerHQ/ledger-live/commit/a47e68b568a3b888a241c30345b4935557404215)]:
23
+ - @ledgerhq/types-cryptoassets@7.16.0-next.0
24
+ - @ledgerhq/cryptoassets@13.6.0-next.0
25
+ - @ledgerhq/types-live@6.52.0-next.0
26
+ - @ledgerhq/trustchain@0.4.1-next.0
27
+ - @ledgerhq/coin-framework@0.18.2-next.0
21
28
 
22
29
  ## 0.6.1
23
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-wallet",
3
- "version": "0.6.2-nightly.1",
3
+ "version": "0.6.2",
4
4
  "description": "Ledger Live wallet",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -29,16 +29,16 @@
29
29
  "pako": "^2.0.4",
30
30
  "rxjs": "7",
31
31
  "zod": "^3.22.4",
32
- "@ledgerhq/coin-framework": "0.18.2-nightly.0",
33
- "@ledgerhq/cryptoassets": "13.6.0-nightly.0",
32
+ "@ledgerhq/coin-framework": "0.18.2",
33
+ "@ledgerhq/cryptoassets": "13.6.0",
34
34
  "@ledgerhq/devices": "8.4.4",
35
35
  "@ledgerhq/live-env": "2.3.0",
36
36
  "@ledgerhq/live-network": "2.0.1",
37
37
  "@ledgerhq/live-promise": "0.1.0",
38
38
  "@ledgerhq/logs": "6.12.0",
39
- "@ledgerhq/trustchain": "0.4.1-nightly.0",
40
- "@ledgerhq/types-cryptoassets": "7.16.0-nightly.0",
41
- "@ledgerhq/types-live": "6.52.0-nightly.0"
39
+ "@ledgerhq/trustchain": "0.4.1",
40
+ "@ledgerhq/types-cryptoassets": "7.16.0",
41
+ "@ledgerhq/types-live": "6.52.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/jest": "^29.5.10",