@metamask-previews/base-controller 7.0.2-preview-e218ba33 → 7.1.0-preview-2983d87f
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 +4 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [7.1.0]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Rename `ControllerMessenger` to `Messenger` ([#5050](https://github.com/MetaMask/core/pull/5050))
|
|
@@ -278,7 +280,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
278
280
|
|
|
279
281
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
280
282
|
|
|
281
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@7.0
|
|
283
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@7.1.0...HEAD
|
|
284
|
+
[7.1.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@7.0.2...@metamask/base-controller@7.1.0
|
|
282
285
|
[7.0.2]: https://github.com/MetaMask/core/compare/@metamask/base-controller@7.0.1...@metamask/base-controller@7.0.2
|
|
283
286
|
[7.0.1]: https://github.com/MetaMask/core/compare/@metamask/base-controller@7.0.0...@metamask/base-controller@7.0.1
|
|
284
287
|
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@6.0.3...@metamask/base-controller@7.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/base-controller",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.1.0-preview-2983d87f",
|
|
4
4
|
"description": "Provides scaffolding for controllers as well a communication system for all controllers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@metamask/utils": "^
|
|
49
|
+
"@metamask/utils": "^11.0.1",
|
|
50
50
|
"immer": "^9.0.6"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@metamask/auto-changelog": "^3.4.4",
|
|
54
|
-
"@metamask/json-rpc-engine": "^10.0.
|
|
54
|
+
"@metamask/json-rpc-engine": "^10.0.2",
|
|
55
55
|
"@types/jest": "^27.4.1",
|
|
56
56
|
"@types/sinon": "^9.0.10",
|
|
57
57
|
"deepmerge": "^4.2.2",
|