@metamask-previews/earn-controller 0.14.0-preview-de21a3fe → 0.14.0-preview-4ef4efd7

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,9 +7,34 @@ 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
+
10
30
  ### Changed
11
31
 
12
32
  - Bump `@metamask/controller-utils` to `^11.9.0` ([#5812](https://github.com/MetaMask/core/pull/5812))
33
+ - Bump `@metamask/stake-sdk` dependency to `^3.2.0` ([#5828](https://github.com/MetaMask/core/pull/5828))
34
+ - Add `@ethersproject/bignumber` as a dependency ([#5828](https://github.com/MetaMask/core/pull/5828))
35
+ - Add `reselect` as a dependency ([#5828](https://github.com/MetaMask/core/pull/5828))
36
+ - Remove StablecoinLendingState type
37
+ - Remove StablecoinVault type
13
38
 
14
39
  ## [0.14.0]
15
40