@metamask-previews/claims-controller 0.5.1-preview-781882851 → 0.5.2-preview-d3514bcb5
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,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.5.2]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Bump `@metamask/controller-utils` from `^12.0.0` to `^12.1.0` ([#8774](https://github.com/MetaMask/core/pull/8774))
|
|
13
|
-
- Bump `@metamask/profile-sync-controller` from `^28.0.2` to `^28.1.
|
|
15
|
+
- Bump `@metamask/profile-sync-controller` from `^28.0.2` to `^28.1.1` ([#8783](https://github.com/MetaMask/core/pull/8783), [#8912](https://github.com/MetaMask/core/pull/8912))
|
|
16
|
+
- Bump `@metamask/keyring-controller` from `^25.5.0` to `^26.0.0` ([#8912](https://github.com/MetaMask/core/pull/8912))
|
|
14
17
|
|
|
15
18
|
## [0.5.1]
|
|
16
19
|
|
|
@@ -127,7 +130,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
127
130
|
- `generateMessageForClaimSignature`: generate message to sign for the claim signature.
|
|
128
131
|
- `verifyClaimSignature`: verify claim signature produced by user.
|
|
129
132
|
|
|
130
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.5.
|
|
133
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.5.2...HEAD
|
|
134
|
+
[0.5.2]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.5.1...@metamask/claims-controller@0.5.2
|
|
131
135
|
[0.5.1]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.5.0...@metamask/claims-controller@0.5.1
|
|
132
136
|
[0.5.0]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.4.3...@metamask/claims-controller@0.5.0
|
|
133
137
|
[0.4.3]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.4.2...@metamask/claims-controller@0.4.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/claims-controller",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2-preview-d3514bcb5",
|
|
4
4
|
"description": "Controller handling shield subscription claims logic",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@metamask/base-controller": "^9.1.0",
|
|
57
57
|
"@metamask/controller-utils": "^12.1.0",
|
|
58
|
-
"@metamask/keyring-controller": "^
|
|
58
|
+
"@metamask/keyring-controller": "^26.0.0",
|
|
59
59
|
"@metamask/messenger": "^1.2.0",
|
|
60
|
-
"@metamask/profile-sync-controller": "^28.1.
|
|
60
|
+
"@metamask/profile-sync-controller": "^28.1.1",
|
|
61
61
|
"@metamask/utils": "^11.9.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|