@metamask-previews/base-controller 8.4.0-preview-6c94ae59 → 8.4.1-preview-e8868d87
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
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [8.4.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/utils` from `^11.8.0` to `^11.8.1` ([#6708](https://github.com/MetaMask/core/pull/6708))
|
|
15
|
+
|
|
10
16
|
## [8.4.0]
|
|
11
17
|
|
|
12
18
|
### Added
|
|
@@ -380,7 +386,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
380
386
|
|
|
381
387
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
382
388
|
|
|
383
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@8.4.
|
|
389
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@8.4.1...HEAD
|
|
390
|
+
[8.4.1]: https://github.com/MetaMask/core/compare/@metamask/base-controller@8.4.0...@metamask/base-controller@8.4.1
|
|
384
391
|
[8.4.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@8.3.0...@metamask/base-controller@8.4.0
|
|
385
392
|
[8.3.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@8.2.0...@metamask/base-controller@8.3.0
|
|
386
393
|
[8.2.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@8.1.0...@metamask/base-controller@8.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/base-controller",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.1-preview-e8868d87",
|
|
4
4
|
"description": "Provides scaffolding for controllers as well a communication system for all controllers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@metamask/messenger": "^0.3.0",
|
|
61
|
-
"@metamask/utils": "^11.8.
|
|
61
|
+
"@metamask/utils": "^11.8.1",
|
|
62
62
|
"immer": "^9.0.6"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@metamask/auto-changelog": "^3.4.4",
|
|
66
|
-
"@metamask/json-rpc-engine": "^10.1.
|
|
66
|
+
"@metamask/json-rpc-engine": "^10.1.1",
|
|
67
67
|
"@types/jest": "^27.4.1",
|
|
68
68
|
"@types/sinon": "^9.0.10",
|
|
69
69
|
"deepmerge": "^4.2.2",
|