@metamask-previews/signature-controller 39.1.2-preview-e61cfa5 → 39.1.2-preview-2deb59b44
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 +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
14
14
|
- Bump `@metamask/keyring-controller` from `^25.1.1` to `^25.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
|
|
15
15
|
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
|
|
16
16
|
- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.1` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373))
|
|
17
|
+
- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8451](https://github.com/MetaMask/core/pull/8451))
|
|
17
18
|
|
|
18
19
|
## [39.1.2]
|
|
19
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/signature-controller",
|
|
3
|
-
"version": "39.1.2-preview-
|
|
3
|
+
"version": "39.1.2-preview-2deb59b44",
|
|
4
4
|
"description": "Processes signing requests in order to sign arbitrary and typed data",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@metamask/accounts-controller": "^37.2.0",
|
|
57
57
|
"@metamask/approval-controller": "^9.0.1",
|
|
58
|
-
"@metamask/base-controller": "^9.0
|
|
58
|
+
"@metamask/base-controller": "^9.1.0",
|
|
59
59
|
"@metamask/controller-utils": "^11.20.0",
|
|
60
60
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
61
61
|
"@metamask/gator-permissions-controller": "^3.0.1",
|