@metamask-previews/earn-controller 0.14.0-preview-e9f8bc88 → 0.14.0-preview-2723071f

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.
package/CHANGELOG.md CHANGED
@@ -7,39 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ### Added
11
-
12
- - Added new lending-related types:
13
- - `LendingMarketWithPosition`
14
- - `LendingPositionWithMarket`
15
- - `LendingPositionWithMarketReference`
16
- - Added new lending-related selectors:
17
- - `selectLendingMarkets`
18
- - `selectLendingPositions`
19
- - `selectLendingMarketsWithPosition`
20
- - `selectLendingPositionsByProtocol`
21
- - `selectLendingMarketByProtocolAndTokenAddress`
22
- - `selectLendingMarketForProtocolAndTokenAddress`
23
- - `selectLendingPositionsByChainId`
24
- - `selectLendingMarketsByChainId`
25
- - `selectLendingMarketsByProtocolAndId`
26
- - `selectLendingMarketForProtocolAndId`
27
- - `selectLendingPositionsWithMarket`
28
- - `selectLendingMarketsForChainId`
29
- - `selectIsLendingEligible`
30
- - `selectLendingPositionsByProtocolChainIdMarketId`
31
- - `selectLendingMarketsByTokenAddress`
32
- - `selectLendingMarketsByChainIdAndOutputTokenAddress`
33
- - `selectLendingMarketsByChainIdAndTokenAddress`
34
-
35
10
  ### Changed
36
11
 
37
12
  - Bump `@metamask/controller-utils` to `^11.9.0` ([#5812](https://github.com/MetaMask/core/pull/5812))
38
- - Bump `@metamask/stake-sdk` dependency to `^3.2.0` ([#5828](https://github.com/MetaMask/core/pull/5828))
39
- - Add `@ethersproject/bignumber` as a dependency ([#5828](https://github.com/MetaMask/core/pull/5828))
40
- - Add `reselect` as a dependency ([#5828](https://github.com/MetaMask/core/pull/5828))
41
- - Remove StablecoinLendingState type
42
- - Remove StablecoinVault type
43
13
 
44
14
  ## [0.14.0]
45
15