@metamask-previews/earn-controller 0.14.0-preview-4ec8b2d → 0.14.0-preview-c1fef6e5
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 +0 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
-
### Changed
|
11
|
-
|
12
|
-
- Bump `@metamask/controller-utils` to `^11.9.0` ([#5812](https://github.com/MetaMask/core/pull/5812))
|
13
|
-
|
14
10
|
## [0.14.0]
|
15
11
|
|
16
12
|
### Changed
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask-previews/earn-controller",
|
3
|
-
"version": "0.14.0-preview-
|
3
|
+
"version": "0.14.0-preview-c1fef6e5",
|
4
4
|
"description": "Manages state for earning features and coordinates interactions between staking services, SDK integrations, and other controllers to enable users to participate in various earning opportunities",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -49,14 +49,14 @@
|
|
49
49
|
"dependencies": {
|
50
50
|
"@ethersproject/providers": "^5.7.0",
|
51
51
|
"@metamask/base-controller": "^8.0.1",
|
52
|
-
"@metamask/controller-utils": "^11.
|
52
|
+
"@metamask/controller-utils": "^11.8.0",
|
53
53
|
"@metamask/stake-sdk": "^1.0.0"
|
54
54
|
},
|
55
55
|
"devDependencies": {
|
56
56
|
"@metamask/accounts-controller": "^29.0.0",
|
57
57
|
"@metamask/auto-changelog": "^3.4.4",
|
58
|
-
"@metamask/network-controller": "^23.
|
59
|
-
"@metamask/transaction-controller": "^56.
|
58
|
+
"@metamask/network-controller": "^23.4.0",
|
59
|
+
"@metamask/transaction-controller": "^56.0.0",
|
60
60
|
"@types/jest": "^27.4.1",
|
61
61
|
"deepmerge": "^4.2.2",
|
62
62
|
"jest": "^27.5.1",
|