@metamask-previews/earn-controller 8.0.1-preview-ab0ad568 → 8.0.2-preview-0458fe94
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 +8 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
11
11
|
|
|
12
12
|
- **BREAKING:** Use new `Messenger` from `@metamask/messenger` ([#6445](https://github.com/MetaMask/core/pull/6445))
|
|
13
13
|
- Previously, `EarnController` accepted a `RestrictedMessenger` instance from `@metamask/base-controller`.
|
|
14
|
+
- **BREAKING:** Metadata property `anonymous` renamed to `includeInDebugSnapshot` ([#6445](https://github.com/MetaMask/core/pull/6445))
|
|
15
|
+
|
|
16
|
+
## [8.0.2]
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
14
20
|
- Bump `@metamask/base-controller` from `^8.4.1` to `^8.4.2` ([#6917](https://github.com/MetaMask/core/pull/6917))
|
|
15
21
|
- Bump `@metamask/network-controller` from `^24.2.2` to `^24.3.0` ([#6883](https://github.com/MetaMask/core/pull/6883))
|
|
16
22
|
- Bump `@metamask/transaction-controller` from `^60.7.0` to `^60.8.0` ([#6883](https://github.com/MetaMask/core/pull/6883))
|
|
@@ -301,7 +307,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
301
307
|
|
|
302
308
|
- Initial release ([#5271](https://github.com/MetaMask/core/pull/5271))
|
|
303
309
|
|
|
304
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@8.0.
|
|
310
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@8.0.2...HEAD
|
|
311
|
+
[8.0.2]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@8.0.1...@metamask/earn-controller@8.0.2
|
|
305
312
|
[8.0.1]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@8.0.0...@metamask/earn-controller@8.0.1
|
|
306
313
|
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@7.0.0...@metamask/earn-controller@8.0.0
|
|
307
314
|
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@6.0.0...@metamask/earn-controller@7.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/earn-controller",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.2-preview-0458fe94",
|
|
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",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@metamask/account-tree-controller": "^1.6.0",
|
|
61
61
|
"@metamask/auto-changelog": "^3.4.4",
|
|
62
|
-
"@metamask/network-controller": "^24.3.
|
|
63
|
-
"@metamask/transaction-controller": "^60.
|
|
62
|
+
"@metamask/network-controller": "^24.3.1",
|
|
63
|
+
"@metamask/transaction-controller": "^60.10.0",
|
|
64
64
|
"@types/jest": "^27.4.1",
|
|
65
65
|
"deepmerge": "^4.2.2",
|
|
66
66
|
"jest": "^27.5.1",
|