@ledgerhq/live-wallet 0.7.0-nightly.2 → 0.7.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/live-wallet@0.6.2-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/live-wallet
2
+ > @ledgerhq/live-wallet@0.7.0 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,6 +1,6 @@
1
1
  # @ledgerhq/live-wallet
2
2
 
3
- ## 0.7.0-nightly.2
3
+ ## 0.7.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,32 +8,55 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7)]:
12
- - @ledgerhq/types-live@6.52.0-nightly.1
13
- - @ledgerhq/live-env@2.4.0-nightly.0
14
- - @ledgerhq/ledger-key-ring-protocol@0.5.0-nightly.0
15
- - @ledgerhq/coin-framework@0.18.2-nightly.1
16
- - @ledgerhq/cryptoassets@13.6.0-nightly.1
17
- - @ledgerhq/live-network@2.0.2-nightly.0
11
+ - Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3), [`a47e68b`](https://github.com/LedgerHQ/ledger-live/commit/a47e68b568a3b888a241c30345b4935557404215), [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7)]:
12
+ - @ledgerhq/types-live@6.52.1
13
+ - @ledgerhq/live-env@2.4.0
14
+ - @ledgerhq/ledger-key-ring-protocol@0.5.0
15
+ - @ledgerhq/coin-framework@0.18.3
16
+ - @ledgerhq/cryptoassets@13.6.1
17
+ - @ledgerhq/live-network@2.0.2
18
18
 
19
- ## 0.6.2-nightly.1
19
+ ## 0.7.0-next.0
20
+
21
+ ### Minor Changes
22
+
23
+ - [#7964](https://github.com/LedgerHQ/ledger-live/pull/7964) [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7) Thanks [@KVNLS](https://github.com/KVNLS)! - Use Ledger Key Ring Protocol naming
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3), [`a47e68b`](https://github.com/LedgerHQ/ledger-live/commit/a47e68b568a3b888a241c30345b4935557404215), [`9032845`](https://github.com/LedgerHQ/ledger-live/commit/9032845a3cbadf40d545d6832e0280880e0be3d7)]:
28
+ - @ledgerhq/types-live@6.52.1-next.0
29
+ - @ledgerhq/live-env@2.4.0-next.0
30
+ - @ledgerhq/ledger-key-ring-protocol@0.5.0-next.0
31
+ - @ledgerhq/coin-framework@0.18.3-next.0
32
+ - @ledgerhq/cryptoassets@13.6.1-next.0
33
+ - @ledgerhq/live-network@2.0.2-next.0
34
+
35
+ ## 0.6.2
20
36
 
21
37
  ### Patch Changes
22
38
 
23
39
  - [#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
24
40
 
25
- - Updated dependencies [[`c83af75`](https://github.com/LedgerHQ/ledger-live/commit/c83af756fb388043c9f5a3862cae1231ec99a02c)]:
26
- - @ledgerhq/types-cryptoassets@7.16.0-nightly.0
27
- - @ledgerhq/cryptoassets@13.6.0-nightly.0
28
- - @ledgerhq/types-live@6.52.0-nightly.0
29
- - @ledgerhq/coin-framework@0.18.2-nightly.0
41
+ - Updated dependencies [[`c83af75`](https://github.com/LedgerHQ/ledger-live/commit/c83af756fb388043c9f5a3862cae1231ec99a02c), [`a47e68b`](https://github.com/LedgerHQ/ledger-live/commit/a47e68b568a3b888a241c30345b4935557404215)]:
42
+ - @ledgerhq/types-cryptoassets@7.16.0
43
+ - @ledgerhq/cryptoassets@13.6.0
44
+ - @ledgerhq/types-live@6.52.0
45
+ - @ledgerhq/trustchain@0.4.1
46
+ - @ledgerhq/coin-framework@0.18.2
30
47
 
31
- ## 0.6.2-nightly.0
48
+ ## 0.6.2-next.0
32
49
 
33
50
  ### Patch Changes
34
51
 
35
- - Updated dependencies [[`a47e68b`](https://github.com/LedgerHQ/ledger-live/commit/a47e68b568a3b888a241c30345b4935557404215)]:
36
- - @ledgerhq/trustchain@0.4.1-nightly.0
52
+ - [#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
53
+
54
+ - Updated dependencies [[`c83af75`](https://github.com/LedgerHQ/ledger-live/commit/c83af756fb388043c9f5a3862cae1231ec99a02c), [`a47e68b`](https://github.com/LedgerHQ/ledger-live/commit/a47e68b568a3b888a241c30345b4935557404215)]:
55
+ - @ledgerhq/types-cryptoassets@7.16.0-next.0
56
+ - @ledgerhq/cryptoassets@13.6.0-next.0
57
+ - @ledgerhq/types-live@6.52.0-next.0
58
+ - @ledgerhq/trustchain@0.4.1-next.0
59
+ - @ledgerhq/coin-framework@0.18.2-next.0
37
60
 
38
61
  ## 0.6.1
39
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-wallet",
3
- "version": "0.7.0-nightly.2",
3
+ "version": "0.7.0",
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.1",
33
- "@ledgerhq/cryptoassets": "13.6.0-nightly.1",
32
+ "@ledgerhq/coin-framework": "0.18.3",
33
+ "@ledgerhq/cryptoassets": "13.6.1",
34
34
  "@ledgerhq/devices": "8.4.4",
35
- "@ledgerhq/live-env": "2.4.0-nightly.0",
36
- "@ledgerhq/live-network": "2.0.2-nightly.0",
35
+ "@ledgerhq/live-env": "2.4.0",
36
+ "@ledgerhq/live-network": "2.0.2",
37
37
  "@ledgerhq/live-promise": "0.1.0",
38
38
  "@ledgerhq/logs": "6.12.0",
39
- "@ledgerhq/ledger-key-ring-protocol": "0.5.0-nightly.0",
40
- "@ledgerhq/types-cryptoassets": "7.16.0-nightly.0",
41
- "@ledgerhq/types-live": "6.52.0-nightly.1"
39
+ "@ledgerhq/ledger-key-ring-protocol": "0.5.0",
40
+ "@ledgerhq/types-cryptoassets": "7.16.0",
41
+ "@ledgerhq/types-live": "6.52.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/jest": "^29.5.10",