@metamask-previews/subscription-controller 9.0.1-preview-cfb927be0 → 9.0.1-preview-e8a256c39

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
  - Exports `CASH_SUBSCRIPTION_DELEGATION_TYPE` (`'cash-subscription'`) for AUS metadata (and for CHOMP intent metadata once chomp-api-service supports that type).
22
22
  - Only Money Account Plus is supported; Shield continues to use ERC-20 approval.
23
23
 
24
+ ### Changed
25
+
26
+ - Bump `@metamask/profile-sync-controller` from `^32.0.0` to `^32.1.0` ([#10184](https://github.com/MetaMask/core/pull/10184))
27
+
24
28
  ## [9.0.1]
25
29
 
26
30
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/subscription-controller",
3
- "version": "9.0.1-preview-cfb927be0",
3
+ "version": "9.0.1-preview-e8a256c39",
4
4
  "description": "Handle user subscription",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -62,7 +62,7 @@
62
62
  "@metamask/money-account-balance-service": "^3.0.0",
63
63
  "@metamask/money-account-utils": "^2.0.0",
64
64
  "@metamask/polling-controller": "^17.0.0",
65
- "@metamask/profile-sync-controller": "^32.0.0",
65
+ "@metamask/profile-sync-controller": "^32.1.0",
66
66
  "@metamask/remote-feature-flag-controller": "^7.0.0",
67
67
  "@metamask/superstruct": "^3.4.1",
68
68
  "@metamask/transaction-controller": "^70.0.0",