@ledgerhq/coin-solana 0.8.5 → 0.9.0-next.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.8.5 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-solana
2
+ > @ledgerhq/coin-solana@0.8.4 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-solana
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,24 +1,16 @@
1
1
  # @ledgerhq/coin-solana
2
2
 
3
- ## 0.8.5
3
+ ## 0.9.0-next.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
7
  - [#8234](https://github.com/LedgerHQ/ledger-live/pull/8234) [`cad783e`](https://github.com/LedgerHQ/ledger-live/commit/cad783e9d17bd1063b76959672b5a28380d6475b) Thanks [@Justkant](https://github.com/Justkant)! - fix: solana priority fees
8
8
 
9
- - Updated dependencies [[`5ce33a4`](https://github.com/LedgerHQ/ledger-live/commit/5ce33a417ecc87face54c1864aa49476c5f394b9), [`a52f6ae`](https://github.com/LedgerHQ/ledger-live/commit/a52f6ae3d49ea8daea42d9cdc24e9dd0d6d0f371), [`748cf14`](https://github.com/LedgerHQ/ledger-live/commit/748cf146b3e903172831e7e5ddbc29a3565c8932), [`61f8b03`](https://github.com/LedgerHQ/ledger-live/commit/61f8b033f710369171e277f5c0faede636207160)]:
10
- - @ledgerhq/types-live@6.53.1
11
- - @ledgerhq/coin-framework@0.19.1
12
-
13
- ## 0.8.5-next.0
14
-
15
9
  ### Patch Changes
16
10
 
17
- - [#8234](https://github.com/LedgerHQ/ledger-live/pull/8234) [`cad783e`](https://github.com/LedgerHQ/ledger-live/commit/cad783e9d17bd1063b76959672b5a28380d6475b) Thanks [@Justkant](https://github.com/Justkant)! - fix: solana priority fees
18
-
19
- - Updated dependencies [[`5ce33a4`](https://github.com/LedgerHQ/ledger-live/commit/5ce33a417ecc87face54c1864aa49476c5f394b9), [`a52f6ae`](https://github.com/LedgerHQ/ledger-live/commit/a52f6ae3d49ea8daea42d9cdc24e9dd0d6d0f371), [`748cf14`](https://github.com/LedgerHQ/ledger-live/commit/748cf146b3e903172831e7e5ddbc29a3565c8932), [`61f8b03`](https://github.com/LedgerHQ/ledger-live/commit/61f8b033f710369171e277f5c0faede636207160)]:
20
- - @ledgerhq/types-live@6.53.1-next.0
21
- - @ledgerhq/coin-framework@0.19.1-next.0
11
+ - Updated dependencies [[`0b51d37`](https://github.com/LedgerHQ/ledger-live/commit/0b51d37762c73a88d7204d1fcc3bb60a110568ed), [`724fa8b`](https://github.com/LedgerHQ/ledger-live/commit/724fa8b29cbda74a729c5756f91c5c9b745fdbdb), [`5ce33a4`](https://github.com/LedgerHQ/ledger-live/commit/5ce33a417ecc87face54c1864aa49476c5f394b9), [`daa059a`](https://github.com/LedgerHQ/ledger-live/commit/daa059a90eb4381a0936c4a3703e8061db24072a), [`a52f6ae`](https://github.com/LedgerHQ/ledger-live/commit/a52f6ae3d49ea8daea42d9cdc24e9dd0d6d0f371), [`748cf14`](https://github.com/LedgerHQ/ledger-live/commit/748cf146b3e903172831e7e5ddbc29a3565c8932), [`61f8b03`](https://github.com/LedgerHQ/ledger-live/commit/61f8b033f710369171e277f5c0faede636207160)]:
12
+ - @ledgerhq/coin-framework@0.20.0-next.0
13
+ - @ledgerhq/types-live@6.54.0-next.0
22
14
 
23
15
  ## 0.8.4
24
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-solana",
3
- "version": "0.8.5",
3
+ "version": "0.9.0-next.0",
4
4
  "description": "Ledger Solana Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -54,7 +54,7 @@
54
54
  "object-hash": "^2.2.0",
55
55
  "rxjs": "^7.8.1",
56
56
  "superstruct": "0.14.2",
57
- "@ledgerhq/coin-framework": "^0.19.1",
57
+ "@ledgerhq/coin-framework": "^0.20.0-next.0",
58
58
  "@ledgerhq/cryptoassets": "^13.7.0",
59
59
  "@ledgerhq/devices": "8.4.4",
60
60
  "@ledgerhq/errors": "^6.19.1",
@@ -62,7 +62,7 @@
62
62
  "@ledgerhq/live-network": "^2.0.3",
63
63
  "@ledgerhq/logs": "^6.12.0",
64
64
  "@ledgerhq/types-cryptoassets": "^7.17.0",
65
- "@ledgerhq/types-live": "^6.53.1"
65
+ "@ledgerhq/types-live": "^6.54.0-next.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@faker-js/faker": "^8.4.1",