@metamask-previews/logging-controller 6.0.3-preview-1adbaffc → 6.0.4-preview-1a21f764
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 +6 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [6.0.4]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/base-controller` from `^7.0.
|
|
14
|
+
- Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079)), ([#5305](https://github.com/MetaMask/core/pull/5305))
|
|
15
|
+
- Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0` ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5272](https://github.com/MetaMask/core/pull/5272))
|
|
13
16
|
|
|
14
17
|
## [6.0.3]
|
|
15
18
|
|
|
@@ -155,7 +158,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
155
158
|
- Initial Release
|
|
156
159
|
- Add logging controller ([#1089](https://github.com/MetaMask/core.git/pull/1089))
|
|
157
160
|
|
|
158
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@6.0.
|
|
161
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@6.0.4...HEAD
|
|
162
|
+
[6.0.4]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@6.0.3...@metamask/logging-controller@6.0.4
|
|
159
163
|
[6.0.3]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@6.0.2...@metamask/logging-controller@6.0.3
|
|
160
164
|
[6.0.2]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@6.0.1...@metamask/logging-controller@6.0.2
|
|
161
165
|
[6.0.1]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@6.0.0...@metamask/logging-controller@6.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/logging-controller",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.4-preview-1a21f764",
|
|
4
4
|
"description": "Manages logging data to assist users and support staff",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@metamask/base-controller": "^
|
|
50
|
+
"@metamask/base-controller": "^8.0.0",
|
|
51
51
|
"@metamask/controller-utils": "^11.5.0",
|
|
52
52
|
"uuid": "^8.3.2"
|
|
53
53
|
},
|