@metamask-previews/signature-controller 39.2.4-preview-cf351fcd3 → 39.2.5-preview-2bb03d4
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 +5 -5
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
|
+
## [39.2.5]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/accounts-controller` from `^39.0.0` to `^39.0.1` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
15
|
+
- Bump `@metamask/approval-controller` from `^9.0.1` to `^9.0.2` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
16
|
+
- Bump `@metamask/controller-utils` from `^12.1.0` to `^12.1.1` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
17
|
+
- Bump `@metamask/keyring-controller` from `^26.0.0` to `^27.0.0` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
18
|
+
|
|
10
19
|
## [39.2.4]
|
|
11
20
|
|
|
12
21
|
### Changed
|
|
@@ -778,7 +787,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
778
787
|
|
|
779
788
|
- Initial release ([#1214](https://github.com/MetaMask/core/pull/1214))
|
|
780
789
|
|
|
781
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@39.2.
|
|
790
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@39.2.5...HEAD
|
|
791
|
+
[39.2.5]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@39.2.4...@metamask/signature-controller@39.2.5
|
|
782
792
|
[39.2.4]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@39.2.3...@metamask/signature-controller@39.2.4
|
|
783
793
|
[39.2.3]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@39.2.2...@metamask/signature-controller@39.2.3
|
|
784
794
|
[39.2.2]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@39.2.1...@metamask/signature-controller@39.2.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/signature-controller",
|
|
3
|
-
"version": "39.2.
|
|
3
|
+
"version": "39.2.5-preview-2bb03d4",
|
|
4
4
|
"description": "Processes signing requests in order to sign arbitrary and typed data",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@metamask/accounts-controller": "^39.0.
|
|
57
|
-
"@metamask/approval-controller": "^9.0.
|
|
56
|
+
"@metamask/accounts-controller": "^39.0.1",
|
|
57
|
+
"@metamask/approval-controller": "^9.0.2",
|
|
58
58
|
"@metamask/base-controller": "^9.1.0",
|
|
59
|
-
"@metamask/controller-utils": "^12.1.
|
|
59
|
+
"@metamask/controller-utils": "^12.1.1",
|
|
60
60
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
61
61
|
"@metamask/gator-permissions-controller": "^4.2.0",
|
|
62
|
-
"@metamask/keyring-controller": "^
|
|
62
|
+
"@metamask/keyring-controller": "^27.0.0",
|
|
63
63
|
"@metamask/logging-controller": "^8.0.2",
|
|
64
64
|
"@metamask/messenger": "^1.2.0",
|
|
65
65
|
"@metamask/network-controller": "^32.0.0",
|