@metamask-previews/claims-controller 1.0.0-preview-ff6e6f34a → 1.0.1-preview-b3db565c8
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 +8 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.0.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/profile-sync-controller` from `^31.0.0` to `^32.0.0` ([#10166](https://github.com/MetaMask/core/pull/10166))
|
|
15
|
+
|
|
10
16
|
## [1.0.0]
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -192,7 +198,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
192
198
|
- `generateMessageForClaimSignature`: generate message to sign for the claim signature.
|
|
193
199
|
- `verifyClaimSignature`: verify claim signature produced by user.
|
|
194
200
|
|
|
195
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@1.0.
|
|
201
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@1.0.1...HEAD
|
|
202
|
+
[1.0.1]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@1.0.0...@metamask/claims-controller@1.0.1
|
|
196
203
|
[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.6.2...@metamask/claims-controller@1.0.0
|
|
197
204
|
[0.6.2]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.6.1...@metamask/claims-controller@0.6.2
|
|
198
205
|
[0.6.1]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.6.0...@metamask/claims-controller@0.6.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/claims-controller",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1-preview-b3db565c8",
|
|
4
4
|
"description": "Controller handling shield subscription claims logic",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@metamask/controller-utils": "^13.0.0",
|
|
56
56
|
"@metamask/keyring-controller": "^28.0.0",
|
|
57
57
|
"@metamask/messenger": "^3.0.0",
|
|
58
|
-
"@metamask/profile-sync-controller": "^
|
|
58
|
+
"@metamask/profile-sync-controller": "^32.0.0",
|
|
59
59
|
"@metamask/superstruct": "^3.4.1",
|
|
60
60
|
"@metamask/utils": "^11.12.0",
|
|
61
61
|
"@tanstack/query-core": "^5.62.16"
|