@ledgerhq/coin-solana 0.32.0-nightly.5 → 0.32.1-nightly.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/coin-solana@0.32.0-nightly.4 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-solana
2
+ > @ledgerhq/coin-solana@0.32.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-solana
3
3
  > tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,52 +1,51 @@
1
1
  # @ledgerhq/coin-solana
2
2
 
3
- ## 0.32.0-nightly.5
3
+ ## 0.32.1-nightly.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`e52268a`](https://github.com/LedgerHQ/ledger-live/commit/e52268a3bc7d97a7ed09ed082786a647e048a6e8), [`ff22728`](https://github.com/LedgerHQ/ledger-live/commit/ff22728a61ab2cde6835991bf8ed115d4a39a1d0)]:
8
- - @ledgerhq/live-env@2.15.0-nightly.2
9
- - @ledgerhq/coin-framework@6.3.0-nightly.3
10
- - @ledgerhq/cryptoassets@13.27.0-nightly.1
11
- - @ledgerhq/live-network@2.0.16-nightly.2
7
+ - Updated dependencies [[`c190e2b`](https://github.com/LedgerHQ/ledger-live/commit/c190e2b104a9dd0dd693c2d72433b98115f4089f)]:
8
+ - @ledgerhq/coin-framework@6.4.0-nightly.0
12
9
 
13
- ## 0.32.0-nightly.4
14
-
15
- ### Patch Changes
16
-
17
- - Updated dependencies [[`80a109a`](https://github.com/LedgerHQ/ledger-live/commit/80a109a5f8ecdbb22cf6fb3ec084398a7e54dcfb), [`3489203`](https://github.com/LedgerHQ/ledger-live/commit/34892030dcfbd1a19a0eb0a8fcae9f8f01d3d2a9)]:
18
- - @ledgerhq/types-live@6.83.0-nightly.1
19
- - @ledgerhq/coin-framework@6.3.0-nightly.2
20
-
21
- ## 0.32.0-nightly.3
10
+ ## 0.32.0
22
11
 
23
12
  ### Minor Changes
24
13
 
25
- - [#11587](https://github.com/LedgerHQ/ledger-live/pull/11587) [`66f17a3`](https://github.com/LedgerHQ/ledger-live/commit/66f17a31349c518c232934b68269d84fa5b6ab0f) Thanks [@dilaouid](https://github.com/dilaouid)! - fix: issue with token loading on SOL and Ethereum
14
+ - [#11454](https://github.com/LedgerHQ/ledger-live/pull/11454) [`212f772`](https://github.com/LedgerHQ/ledger-live/commit/212f772b17dc3db97009ebe62912f8f183c1ef2e) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - chore(coin-modules): add `eqeqeq` ESLint rule
26
15
 
27
- ## 0.32.0-nightly.2
16
+ - [#11414](https://github.com/LedgerHQ/ledger-live/pull/11414) [`9fcc4eb`](https://github.com/LedgerHQ/ledger-live/commit/9fcc4eb5cd6e96e772daa154bd87ae374f925ddc) Thanks [@Canestin](https://github.com/Canestin)! - Update Solana createBridge function signature for Lazy CAL
28
17
 
29
- ### Minor Changes
18
+ ### Patch Changes
30
19
 
31
- - [#11407](https://github.com/LedgerHQ/ledger-live/pull/11407) [`64b059c`](https://github.com/LedgerHQ/ledger-live/commit/64b059cc514e199320b0e668dfed647ac2b658a9) Thanks [@dilaouid](https://github.com/dilaouid)! - feat: Remove Solana token update in `preload` and `hydrate` function
20
+ - Updated dependencies [[`12277dc`](https://github.com/LedgerHQ/ledger-live/commit/12277dcb478f24152060e3e11e2eb37d650b5b60), [`acdc089`](https://github.com/LedgerHQ/ledger-live/commit/acdc089f934461dd2fdfdfd61aa907f1520a5d7b), [`87617a9`](https://github.com/LedgerHQ/ledger-live/commit/87617a9930be43a6cdbc5cc5711cc24b00309184), [`9fcc4eb`](https://github.com/LedgerHQ/ledger-live/commit/9fcc4eb5cd6e96e772daa154bd87ae374f925ddc), [`e9fa7aa`](https://github.com/LedgerHQ/ledger-live/commit/e9fa7aa8c8d0414416ec7c12acf30b7623b2eda3), [`d6a6a94`](https://github.com/LedgerHQ/ledger-live/commit/d6a6a949d45fdd2f97f15842c808bf6d1058403f), [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1), [`0356d19`](https://github.com/LedgerHQ/ledger-live/commit/0356d1904dbb5e856970fa7e7ebb206eed7b4c5d), [`516176d`](https://github.com/LedgerHQ/ledger-live/commit/516176d18c7f53961799e92e8804c4a756684266)]:
21
+ - @ledgerhq/types-cryptoassets@7.26.0
22
+ - @ledgerhq/cryptoassets@13.27.0
23
+ - @ledgerhq/coin-framework@6.3.0
24
+ - @ledgerhq/live-env@2.15.0
25
+ - @ledgerhq/types-live@6.83.0
26
+ - @ledgerhq/errors@6.25.0
27
+ - @ledgerhq/live-network@2.0.16
28
+ - @ledgerhq/devices@8.5.1
32
29
 
33
- ## 0.31.2-nightly.1
30
+ ## 0.32.0-next.0
34
31
 
35
- ### Patch Changes
32
+ ### Minor Changes
36
33
 
37
- - Updated dependencies [[`2482195`](https://github.com/LedgerHQ/ledger-live/commit/24821957c838a304be60ff6e16798ef3cac987cd), [`228ed30`](https://github.com/LedgerHQ/ledger-live/commit/228ed3030601644e807e85a1693276b788b5cd2a), [`89fc31e`](https://github.com/LedgerHQ/ledger-live/commit/89fc31e8ecfc5e2fd679a2694b3514f8fb19d7b7), [`544edf6`](https://github.com/LedgerHQ/ledger-live/commit/544edf6bb461d48e743dc410c6bc95dc35b5fa70)]:
38
- - @ledgerhq/coin-framework@6.3.0-nightly.1
39
- - @ledgerhq/types-live@6.83.0-nightly.0
34
+ - [#11454](https://github.com/LedgerHQ/ledger-live/pull/11454) [`212f772`](https://github.com/LedgerHQ/ledger-live/commit/212f772b17dc3db97009ebe62912f8f183c1ef2e) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - chore(coin-modules): add `eqeqeq` ESLint rule
40
35
 
41
- ## 0.31.2-nightly.0
36
+ - [#11414](https://github.com/LedgerHQ/ledger-live/pull/11414) [`9fcc4eb`](https://github.com/LedgerHQ/ledger-live/commit/9fcc4eb5cd6e96e772daa154bd87ae374f925ddc) Thanks [@Canestin](https://github.com/Canestin)! - Update Solana createBridge function signature for Lazy CAL
42
37
 
43
38
  ### Patch Changes
44
39
 
45
- - Updated dependencies [[`12277dc`](https://github.com/LedgerHQ/ledger-live/commit/12277dcb478f24152060e3e11e2eb37d650b5b60)]:
46
- - @ledgerhq/types-cryptoassets@7.26.0-nightly.1
47
- - @ledgerhq/cryptoassets@13.27.0-nightly.0
48
- - @ledgerhq/coin-framework@6.2.1-nightly.0
49
- - @ledgerhq/types-live@6.82.0
40
+ - Updated dependencies [[`12277dc`](https://github.com/LedgerHQ/ledger-live/commit/12277dcb478f24152060e3e11e2eb37d650b5b60), [`acdc089`](https://github.com/LedgerHQ/ledger-live/commit/acdc089f934461dd2fdfdfd61aa907f1520a5d7b), [`87617a9`](https://github.com/LedgerHQ/ledger-live/commit/87617a9930be43a6cdbc5cc5711cc24b00309184), [`9fcc4eb`](https://github.com/LedgerHQ/ledger-live/commit/9fcc4eb5cd6e96e772daa154bd87ae374f925ddc), [`e9fa7aa`](https://github.com/LedgerHQ/ledger-live/commit/e9fa7aa8c8d0414416ec7c12acf30b7623b2eda3), [`d6a6a94`](https://github.com/LedgerHQ/ledger-live/commit/d6a6a949d45fdd2f97f15842c808bf6d1058403f), [`8936f39`](https://github.com/LedgerHQ/ledger-live/commit/8936f390edbe9cbc36ac6590b01562daf5c580e1), [`0356d19`](https://github.com/LedgerHQ/ledger-live/commit/0356d1904dbb5e856970fa7e7ebb206eed7b4c5d), [`516176d`](https://github.com/LedgerHQ/ledger-live/commit/516176d18c7f53961799e92e8804c4a756684266)]:
41
+ - @ledgerhq/types-cryptoassets@7.26.0-next.0
42
+ - @ledgerhq/cryptoassets@13.27.0-next.0
43
+ - @ledgerhq/coin-framework@6.3.0-next.0
44
+ - @ledgerhq/live-env@2.15.0-next.0
45
+ - @ledgerhq/types-live@6.83.0-next.0
46
+ - @ledgerhq/errors@6.25.0-next.0
47
+ - @ledgerhq/live-network@2.0.16-next.0
48
+ - @ledgerhq/devices@8.5.1-next.0
50
49
 
51
50
  ## 0.31.1
52
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-solana",
3
- "version": "0.32.0-nightly.5",
3
+ "version": "0.32.1-nightly.0",
4
4
  "description": "Ledger Solana Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -56,15 +56,15 @@
56
56
  "rxjs": "^7.8.1",
57
57
  "semver": "7.7.1",
58
58
  "superstruct": "0.16.7",
59
- "@ledgerhq/coin-framework": "^6.3.0-nightly.3",
60
- "@ledgerhq/cryptoassets": "^13.27.0-nightly.1",
61
- "@ledgerhq/devices": "8.5.1-nightly.0",
62
- "@ledgerhq/errors": "^6.25.0-nightly.0",
63
- "@ledgerhq/live-env": "^2.15.0-nightly.2",
64
- "@ledgerhq/live-network": "^2.0.16-nightly.2",
59
+ "@ledgerhq/coin-framework": "^6.4.0-nightly.0",
60
+ "@ledgerhq/cryptoassets": "^13.27.0",
61
+ "@ledgerhq/errors": "^6.25.0",
62
+ "@ledgerhq/live-env": "^2.15.0",
63
+ "@ledgerhq/devices": "8.5.1",
64
+ "@ledgerhq/live-network": "^2.0.16",
65
65
  "@ledgerhq/logs": "^6.13.0",
66
- "@ledgerhq/types-cryptoassets": "^7.26.0-nightly.1",
67
- "@ledgerhq/types-live": "^6.83.0-nightly.1"
66
+ "@ledgerhq/types-live": "^6.83.0",
67
+ "@ledgerhq/types-cryptoassets": "^7.26.0"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@faker-js/faker": "^8.4.1",