@metamask-previews/subscription-controller 9.0.1-preview-98c551e → 9.0.1-preview-0a8ce9948
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 +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
14
14
|
### Changed
|
|
15
15
|
|
|
16
16
|
- Refresh subscriptions, product entitlements, and benefits after a successful subscription cancellation ([#10189](https://github.com/MetaMask/core/pull/10189))
|
|
17
|
-
- Bump `@metamask/profile-sync-controller` from `^32.0.0` to `^32.1.
|
|
17
|
+
- Bump `@metamask/profile-sync-controller` from `^32.0.0` to `^32.1.1` ([#10184](https://github.com/MetaMask/core/pull/10184), [#10220](https://github.com/MetaMask/core/pull/10220))
|
|
18
18
|
- Bump `@metamask/utils` from `^11.12.0` to `^12.0.0` ([#10192](https://github.com/MetaMask/core/pull/10192))
|
|
19
19
|
|
|
20
20
|
## [9.0.1]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/subscription-controller",
|
|
3
|
-
"version": "9.0.1-preview-
|
|
3
|
+
"version": "9.0.1-preview-0a8ce9948",
|
|
4
4
|
"description": "Handle user subscription",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@metamask/controller-utils": "^13.0.0",
|
|
56
56
|
"@metamask/messenger": "^3.0.0",
|
|
57
57
|
"@metamask/polling-controller": "^17.0.0",
|
|
58
|
-
"@metamask/profile-sync-controller": "^32.1.
|
|
58
|
+
"@metamask/profile-sync-controller": "^32.1.1",
|
|
59
59
|
"@metamask/superstruct": "^3.4.1",
|
|
60
60
|
"@metamask/transaction-controller": "^70.0.0",
|
|
61
61
|
"@metamask/utils": "^12.0.0",
|