@metamask-previews/profile-sync-controller 28.1.1-preview-cf351fcd3 → 28.1.1-preview-35bdba6

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
@@ -7,6 +7,10 @@ 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
+ - Bump `@metamask/keyring-controller` from `^26.0.0` to `^27.0.0` ([#9058](https://github.com/MetaMask/core/pull/9058))
13
+
10
14
  ### Fixed
11
15
 
12
16
  - Deduplicate SRP profile pairing calls by payload in `SRPJwtBearerAuth.pairSrpProfiles` ([#8984](https://github.com/MetaMask/core/pull/8984))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/profile-sync-controller",
3
- "version": "28.1.1-preview-cf351fcd3",
3
+ "version": "28.1.1-preview-35bdba6",
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",
@@ -108,7 +108,7 @@
108
108
  "dependencies": {
109
109
  "@metamask/address-book-controller": "^7.1.2",
110
110
  "@metamask/base-controller": "^9.1.0",
111
- "@metamask/keyring-controller": "^26.0.0",
111
+ "@metamask/keyring-controller": "^27.0.0",
112
112
  "@metamask/messenger": "^1.2.0",
113
113
  "@metamask/snaps-controllers": "^19.0.0",
114
114
  "@metamask/snaps-sdk": "^11.0.0",