@metamask-previews/message-manager 12.0.1-preview-0d7196ba → 12.0.2-preview-f064b975
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 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [12.0.2]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
14
|
+
- Bump `@metamask/eth-sig-util` from `^8.0.0` to `^8.2.0` ([#5301](https://github.com/MetaMask/core/pull/5301))
|
|
15
|
+
- Bump `@metamask/utils` from `^11.1.0` to `^11.4.2` ([#5301](https://github.com/MetaMask/core/pull/5301), [#6054](https://github.com/MetaMask/core/pull/6054))
|
|
12
16
|
- Bump `@metamask/base-controller` from ^8.0.0 to ^8.0.1 ([#5722](https://github.com/MetaMask/core/pull/5722))
|
|
13
|
-
- Bump `@metamask/controller-utils` to `^11.
|
|
17
|
+
- Bump `@metamask/controller-utils` to `^11.11.0` ([#5439](https://github.com/MetaMask/core/pull/5439), [#5935](https://github.com/MetaMask/core/pull/5935), [#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812), [#6069](https://github.com/MetaMask/core/pull/6069))
|
|
18
|
+
- This upgrade includes performance improvements to checksum hex address normalization
|
|
14
19
|
|
|
15
20
|
## [12.0.1]
|
|
16
21
|
|
|
@@ -372,7 +377,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
372
377
|
|
|
373
378
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
374
379
|
|
|
375
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/message-manager@12.0.
|
|
380
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/message-manager@12.0.2...HEAD
|
|
381
|
+
[12.0.2]: https://github.com/MetaMask/core/compare/@metamask/message-manager@12.0.1...@metamask/message-manager@12.0.2
|
|
376
382
|
[12.0.1]: https://github.com/MetaMask/core/compare/@metamask/message-manager@12.0.0...@metamask/message-manager@12.0.1
|
|
377
383
|
[12.0.0]: https://github.com/MetaMask/core/compare/@metamask/message-manager@11.0.3...@metamask/message-manager@12.0.0
|
|
378
384
|
[11.0.3]: https://github.com/MetaMask/core/compare/@metamask/message-manager@11.0.2...@metamask/message-manager@11.0.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/message-manager",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.2-preview-f064b975",
|
|
4
4
|
"description": "Stores and manages interactions with signing requests",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@metamask/base-controller": "^8.0.1",
|
|
51
|
-
"@metamask/controller-utils": "^11.
|
|
51
|
+
"@metamask/controller-utils": "^11.11.0",
|
|
52
52
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
53
|
-
"@metamask/utils": "^11.2
|
|
53
|
+
"@metamask/utils": "^11.4.2",
|
|
54
54
|
"@types/uuid": "^8.3.0",
|
|
55
55
|
"jsonschema": "^1.4.1",
|
|
56
56
|
"uuid": "^8.3.2"
|