@metamask-previews/claims-controller 0.4.3-preview-a17584766 → 0.4.3-preview-434bd0c
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 +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Update dependencies ([#8236](https://github.com/MetaMask/core/pull/8236))
|
|
13
|
+
- Add `@metamask/keyring-controller` ^25.1.0
|
|
14
|
+
- Add `@metamask/profile-sync-controller` ^28.0.0
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- Fix type of actions union within `ClaimsControllerMessenger` and `ClaimsServiceMessenger` not to be `any` ([#8236](https://github.com/MetaMask/core/pull/8236))
|
|
19
|
+
- This was fixed by the addition of the dependencies above.
|
|
20
|
+
|
|
10
21
|
## [0.4.3]
|
|
11
22
|
|
|
12
23
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/claims-controller",
|
|
3
|
-
"version": "0.4.3-preview-
|
|
3
|
+
"version": "0.4.3-preview-434bd0c",
|
|
4
4
|
"description": "Controller handling shield subscription claims logic",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@metamask/base-controller": "^9.0.0",
|
|
51
51
|
"@metamask/controller-utils": "^11.19.0",
|
|
52
|
+
"@metamask/keyring-controller": "^25.1.0",
|
|
52
53
|
"@metamask/messenger": "^0.3.0",
|
|
54
|
+
"@metamask/profile-sync-controller": "^28.0.0",
|
|
53
55
|
"@metamask/utils": "^11.9.0"
|
|
54
56
|
},
|
|
55
57
|
"devDependencies": {
|
|
56
58
|
"@metamask/auto-changelog": "^3.4.4",
|
|
57
|
-
"@metamask/keyring-controller": "^25.1.0",
|
|
58
|
-
"@metamask/profile-sync-controller": "^28.0.0",
|
|
59
59
|
"@ts-bridge/cli": "^0.6.4",
|
|
60
60
|
"@types/jest": "^29.5.14",
|
|
61
61
|
"deepmerge": "^4.2.2",
|