@metamask/earn-controller 11.1.0 → 11.1.1
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 +11 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [11.1.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/network-controller` from `^29.0.0` to `^30.0.0` ([#7996](https://github.com/MetaMask/core/pull/7996))
|
|
15
|
+
- Bump `@metamask/keyring-api` from `^21.0.0` to `^21.5.0` ([#7857](https://github.com/MetaMask/core/pull/7857))
|
|
16
|
+
- Bump `@metamask/account-tree-controller` from `^4.0.0` to `^4.1.1` ([#7869](https://github.com/MetaMask/core/pull/7869)), ([#7897](https://github.com/MetaMask/core/pull/7897))
|
|
17
|
+
- Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
|
|
18
|
+
|
|
10
19
|
## [11.1.0]
|
|
11
20
|
|
|
12
21
|
### Added
|
|
@@ -344,7 +353,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
344
353
|
|
|
345
354
|
- Initial release ([#5271](https://github.com/MetaMask/core/pull/5271))
|
|
346
355
|
|
|
347
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.1.
|
|
356
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.1.1...HEAD
|
|
357
|
+
[11.1.1]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.1.0...@metamask/earn-controller@11.1.1
|
|
348
358
|
[11.1.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@11.0.0...@metamask/earn-controller@11.1.0
|
|
349
359
|
[11.0.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@10.0.0...@metamask/earn-controller@11.0.0
|
|
350
360
|
[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@9.0.0...@metamask/earn-controller@10.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/earn-controller",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.1",
|
|
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,24 +50,24 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@ethersproject/bignumber": "^5.7.0",
|
|
52
52
|
"@ethersproject/providers": "^5.7.0",
|
|
53
|
-
"@metamask/account-tree-controller": "^4.
|
|
53
|
+
"@metamask/account-tree-controller": "^4.1.1",
|
|
54
54
|
"@metamask/base-controller": "^9.0.0",
|
|
55
|
-
"@metamask/controller-utils": "^11.
|
|
56
|
-
"@metamask/keyring-api": "^21.
|
|
55
|
+
"@metamask/controller-utils": "^11.19.0",
|
|
56
|
+
"@metamask/keyring-api": "^21.5.0",
|
|
57
57
|
"@metamask/messenger": "^0.3.0",
|
|
58
|
-
"@metamask/network-controller": "^
|
|
58
|
+
"@metamask/network-controller": "^30.0.0",
|
|
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": "^62.
|
|
64
|
+
"@metamask/transaction-controller": "^62.17.1",
|
|
65
65
|
"@ts-bridge/cli": "^0.6.4",
|
|
66
|
-
"@types/jest": "^
|
|
66
|
+
"@types/jest": "^29.5.14",
|
|
67
67
|
"deepmerge": "^4.2.2",
|
|
68
|
-
"jest": "^
|
|
69
|
-
"ts-jest": "^
|
|
70
|
-
"typedoc": "^0.
|
|
68
|
+
"jest": "^29.7.0",
|
|
69
|
+
"ts-jest": "^29.2.5",
|
|
70
|
+
"typedoc": "^0.25.13",
|
|
71
71
|
"typedoc-plugin-missing-exports": "^2.0.0",
|
|
72
72
|
"typescript": "~5.3.3"
|
|
73
73
|
},
|