@metamask-previews/earn-controller 12.1.0-preview-2fdaa18 → 12.1.1-preview-f3d53de3e
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 +6 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [12.1.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Bump `@metamask/account-tree-controller` from `^7.2.0` to `^7.3.0` ([#8722](https://github.com/MetaMask/core/pull/8722))
|
|
15
|
+
- Bump `@metamask/controller-utils` from `^11.20.0` to `^12.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
16
|
+
- Bump `@metamask/network-controller` from `^30.1.0` to `^31.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
13
17
|
|
|
14
18
|
## [12.1.0]
|
|
15
19
|
|
|
@@ -438,7 +442,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
438
442
|
|
|
439
443
|
- Initial release ([#5271](https://github.com/MetaMask/core/pull/5271))
|
|
440
444
|
|
|
441
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.1.
|
|
445
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.1.1...HEAD
|
|
446
|
+
[12.1.1]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.1.0...@metamask/earn-controller@12.1.1
|
|
442
447
|
[12.1.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.0.0...@metamask/earn-controller@12.1.0
|
|
443
448
|
[12.0.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.2.1...@metamask/earn-controller@12.0.0
|
|
444
449
|
[11.2.1]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.2.0...@metamask/earn-controller@11.2.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/earn-controller",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.1-preview-f3d53de3e",
|
|
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
|
"Ethereum",
|
|
@@ -57,16 +57,16 @@
|
|
|
57
57
|
"@ethersproject/providers": "^5.7.0",
|
|
58
58
|
"@metamask/account-tree-controller": "^7.3.0",
|
|
59
59
|
"@metamask/base-controller": "^9.1.0",
|
|
60
|
-
"@metamask/controller-utils": "^
|
|
60
|
+
"@metamask/controller-utils": "^12.0.0",
|
|
61
61
|
"@metamask/keyring-api": "^23.1.0",
|
|
62
62
|
"@metamask/messenger": "^1.2.0",
|
|
63
|
-
"@metamask/network-controller": "^
|
|
63
|
+
"@metamask/network-controller": "^31.0.0",
|
|
64
64
|
"@metamask/stake-sdk": "^3.2.1",
|
|
65
65
|
"reselect": "^5.1.1"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@metamask/auto-changelog": "^6.1.0",
|
|
69
|
-
"@metamask/transaction-controller": "^65.
|
|
69
|
+
"@metamask/transaction-controller": "^65.3.0",
|
|
70
70
|
"@ts-bridge/cli": "^0.6.4",
|
|
71
71
|
"@types/jest": "^29.5.14",
|
|
72
72
|
"deepmerge": "^4.2.2",
|