@metamask-previews/profile-sync-controller 28.2.0-preview-8b115b211 → 28.2.0-preview-88f166b01

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 +1 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
  ### Changed
11
11
 
12
12
  - Bump `@metamask/keyring-controller` from `^27.0.0` to `^27.1.0` ([#9129](https://github.com/MetaMask/core/pull/9129))
13
+ - Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
13
14
 
14
15
  ## [28.2.0]
15
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/profile-sync-controller",
3
- "version": "28.2.0-preview-8b115b211",
3
+ "version": "28.2.0-preview-88f166b01",
4
4
  "description": "The profile sync helps developers synchronize data across multiple clients and devices in a privacy-preserving way. All data saved in the user storage database is encrypted client-side to preserve privacy. The user storage provides a modular design, giving developers the flexibility to construct and manage their storage spaces in a way that best suits their needs",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -109,7 +109,7 @@
109
109
  "@metamask/address-book-controller": "^7.1.2",
110
110
  "@metamask/base-controller": "^9.1.0",
111
111
  "@metamask/keyring-controller": "^27.1.0",
112
- "@metamask/messenger": "^1.2.0",
112
+ "@metamask/messenger": "^2.0.0",
113
113
  "@metamask/snaps-controllers": "^19.0.0",
114
114
  "@metamask/snaps-sdk": "^11.0.0",
115
115
  "@metamask/snaps-utils": "^12.1.2",