@metamask-previews/signature-controller 23.2.0-preview-1adbaffc → 23.2.1-preview-ee98fad1
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 +10 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [23.2.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/base-controller` from `^7.1.0` to `^8.0.0` ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#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))
|
|
16
|
+
- Bump `@metamask/utils` from `^11.0.1` to `^11.1.0` ([#5223](https://github.com/MetaMask/core/pull/5223))
|
|
17
|
+
|
|
10
18
|
## [23.2.0]
|
|
11
19
|
|
|
12
20
|
### Changed
|
|
@@ -453,7 +461,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
453
461
|
|
|
454
462
|
- Initial release ([#1214](https://github.com/MetaMask/core/pull/1214))
|
|
455
463
|
|
|
456
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@23.2.
|
|
464
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@23.2.1...HEAD
|
|
465
|
+
[23.2.1]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@23.2.0...@metamask/signature-controller@23.2.1
|
|
457
466
|
[23.2.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@23.1.0...@metamask/signature-controller@23.2.0
|
|
458
467
|
[23.1.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@23.0.1...@metamask/signature-controller@23.1.0
|
|
459
468
|
[23.0.1]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@23.0.0...@metamask/signature-controller@23.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/signature-controller",
|
|
3
|
-
"version": "23.2.
|
|
3
|
+
"version": "23.2.1-preview-ee98fad1",
|
|
4
4
|
"description": "Processes signing requests in order to sign arbitrary and typed data",
|
|
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
|
"@metamask/eth-sig-util": "^8.0.0",
|
|
53
53
|
"@metamask/utils": "^11.1.0",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"uuid": "^8.3.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@metamask/approval-controller": "^7.1.
|
|
59
|
+
"@metamask/approval-controller": "^7.1.3",
|
|
60
60
|
"@metamask/auto-changelog": "^3.4.4",
|
|
61
|
-
"@metamask/keyring-controller": "^19.0.
|
|
62
|
-
"@metamask/logging-controller": "^6.0.
|
|
63
|
-
"@metamask/network-controller": "^22.2.
|
|
61
|
+
"@metamask/keyring-controller": "^19.0.7",
|
|
62
|
+
"@metamask/logging-controller": "^6.0.4",
|
|
63
|
+
"@metamask/network-controller": "^22.2.1",
|
|
64
64
|
"@types/jest": "^27.4.1",
|
|
65
65
|
"deepmerge": "^4.2.2",
|
|
66
66
|
"jest": "^27.5.1",
|