@metamask-previews/earn-controller 11.1.2-preview-55f73f6ce → 11.2.1-preview-246ad42b8
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 +15 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [11.2.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/account-tree-controller` from `^6.0.0` to `^7.0.0` ([#8325](https://github.com/MetaMask/core/pull/8325))
|
|
15
|
+
|
|
16
|
+
## [11.2.0]
|
|
17
|
+
|
|
10
18
|
### Added
|
|
11
19
|
|
|
12
20
|
- Expose public `EarnController` methods through its messenger ([#8173](https://github.com/MetaMask/core/pull/8173))
|
|
@@ -35,8 +43,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
35
43
|
|
|
36
44
|
### Changed
|
|
37
45
|
|
|
46
|
+
- Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
47
|
+
- Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
48
|
+
- Bump `@metamask/network-controller` from `^30.0.0` to `^30.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
38
49
|
- Bump `@metamask/keyring-api` from `^21.5.0` to `^21.6.0` ([#8259](https://github.com/MetaMask/core/pull/8259))
|
|
39
|
-
- Bump `@metamask/account-tree-controller` from `^5.0.0` to `^
|
|
50
|
+
- Bump `@metamask/account-tree-controller` from `^5.0.0` to `^6.0.0` ([#8162](https://github.com/MetaMask/core/pull/8162), [#8317](https://github.com/MetaMask/core/pull/8317))
|
|
40
51
|
- Bump `@metamask/transaction-controller` from `^63.0.0` to `^63.1.0` ([#8272](https://github.com/MetaMask/core/pull/8272))
|
|
41
52
|
|
|
42
53
|
## [11.1.2]
|
|
@@ -392,7 +403,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
392
403
|
|
|
393
404
|
- Initial release ([#5271](https://github.com/MetaMask/core/pull/5271))
|
|
394
405
|
|
|
395
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.1
|
|
406
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.2.1...HEAD
|
|
407
|
+
[11.2.1]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.2.0...@metamask/earn-controller@11.2.1
|
|
408
|
+
[11.2.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.1.2...@metamask/earn-controller@11.2.0
|
|
396
409
|
[11.1.2]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.1.1...@metamask/earn-controller@11.1.2
|
|
397
410
|
[11.1.1]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.1.0...@metamask/earn-controller@11.1.1
|
|
398
411
|
[11.1.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.0.0...@metamask/earn-controller@11.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/earn-controller",
|
|
3
|
-
"version": "11.1
|
|
3
|
+
"version": "11.2.1-preview-246ad42b8",
|
|
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",
|
|
@@ -50,18 +50,18 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@ethersproject/bignumber": "^5.7.0",
|
|
52
52
|
"@ethersproject/providers": "^5.7.0",
|
|
53
|
-
"@metamask/account-tree-controller": "^
|
|
54
|
-
"@metamask/base-controller": "^9.0.
|
|
53
|
+
"@metamask/account-tree-controller": "^7.0.0",
|
|
54
|
+
"@metamask/base-controller": "^9.0.1",
|
|
55
55
|
"@metamask/controller-utils": "^11.19.0",
|
|
56
56
|
"@metamask/keyring-api": "^21.6.0",
|
|
57
|
-
"@metamask/messenger": "^0.
|
|
58
|
-
"@metamask/network-controller": "^30.0.
|
|
57
|
+
"@metamask/messenger": "^1.0.0",
|
|
58
|
+
"@metamask/network-controller": "^30.0.1",
|
|
59
59
|
"@metamask/stake-sdk": "^3.2.1",
|
|
60
60
|
"reselect": "^5.1.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@metamask/auto-changelog": "^3.4.4",
|
|
64
|
-
"@metamask/transaction-controller": "^63.
|
|
64
|
+
"@metamask/transaction-controller": "^63.3.1",
|
|
65
65
|
"@ts-bridge/cli": "^0.6.4",
|
|
66
66
|
"@types/jest": "^29.5.14",
|
|
67
67
|
"deepmerge": "^4.2.2",
|