@metamask-previews/signature-controller 38.0.0-preview-22f11ed5 → 38.0.1-preview-f075c1f
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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [38.0.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
|
|
13
|
-
- Bump `@metamask/network-controller` from `^27.0.0` to `^
|
|
15
|
+
- Bump `@metamask/network-controller` from `^27.0.0` to `^28.0.0` ([#7534](https://github.com/MetaMask/core/pull/7534), [#7583](https://github.com/MetaMask/core/pull/7583), [#7604](https://github.com/MetaMask/core/pull/7604))
|
|
14
16
|
- Bump `@metamask/controller-utils` from `^11.16.0` to `^11.18.0` ([#7534](https://github.com/MetaMask/core/pull/7534), [#7583](https://github.com/MetaMask/core/pull/7583))
|
|
17
|
+
- Bump `@metamask/accounts-controller` from `^35.0.0` to `^35.0.1` ([#7604](https://github.com/MetaMask/core/pull/7604))
|
|
15
18
|
|
|
16
19
|
## [38.0.0]
|
|
17
20
|
|
|
@@ -645,7 +648,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
645
648
|
|
|
646
649
|
- Initial release ([#1214](https://github.com/MetaMask/core/pull/1214))
|
|
647
650
|
|
|
648
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@38.0.
|
|
651
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@38.0.1...HEAD
|
|
652
|
+
[38.0.1]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@38.0.0...@metamask/signature-controller@38.0.1
|
|
649
653
|
[38.0.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@37.0.0...@metamask/signature-controller@38.0.0
|
|
650
654
|
[37.0.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@36.0.0...@metamask/signature-controller@37.0.0
|
|
651
655
|
[36.0.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@35.0.0...@metamask/signature-controller@36.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/signature-controller",
|
|
3
|
-
"version": "38.0.
|
|
3
|
+
"version": "38.0.1-preview-f075c1f",
|
|
4
4
|
"description": "Processes signing requests in order to sign arbitrary and typed data",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@metamask/accounts-controller": "^35.0.
|
|
51
|
+
"@metamask/accounts-controller": "^35.0.1",
|
|
52
52
|
"@metamask/approval-controller": "^8.0.0",
|
|
53
53
|
"@metamask/base-controller": "^9.0.0",
|
|
54
54
|
"@metamask/controller-utils": "^11.18.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@metamask/keyring-controller": "^25.0.0",
|
|
58
58
|
"@metamask/logging-controller": "^7.0.1",
|
|
59
59
|
"@metamask/messenger": "^0.3.0",
|
|
60
|
-
"@metamask/network-controller": "^
|
|
60
|
+
"@metamask/network-controller": "^28.0.0",
|
|
61
61
|
"@metamask/utils": "^11.9.0",
|
|
62
62
|
"jsonschema": "^1.4.1",
|
|
63
63
|
"lodash": "^4.17.21",
|