@metamask-previews/profile-sync-controller 27.0.0-preview-3ec2a74 → 27.0.0-preview-863782e
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 +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -13,10 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
13
|
- Bump `@metamask/snaps-sdk` from `^9.0.0` to `^10.3.0` ([#7550](https://github.com/MetaMask/core/pull/7550))
|
|
14
14
|
- Bump `@metamask/snaps-utils` from `^11.0.0` to `^11.7.0` ([#7550](https://github.com/MetaMask/core/pull/7550))
|
|
15
15
|
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
|
|
16
|
-
- Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209))
|
|
16
|
+
- Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7713](https://github.com/MetaMask/core/pull/7713))
|
|
17
17
|
- The dependencies moved are:
|
|
18
18
|
- `@metamask/address-book-controller` (^7.0.1)
|
|
19
|
-
- `@metamask/keyring-controller` (^25.
|
|
19
|
+
- `@metamask/keyring-controller` (^25.1.0)
|
|
20
20
|
- `@metamask/snaps-controllers` (^14.0.1)
|
|
21
21
|
- In clients, it is now possible for multiple versions of these packages to exist in the dependency tree.
|
|
22
22
|
- For example, this scenario would be valid: a client relies on `@metamask/controller-a` 1.0.0 and `@metamask/controller-b` 1.0.0, and `@metamask/controller-b` depends on `@metamask/controller-a` 1.1.0.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/profile-sync-controller",
|
|
3
|
-
"version": "27.0.0-preview-
|
|
3
|
+
"version": "27.0.0-preview-863782e",
|
|
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
|
"MetaMask",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"dependencies": {
|
|
104
104
|
"@metamask/address-book-controller": "^7.0.1",
|
|
105
105
|
"@metamask/base-controller": "^9.0.0",
|
|
106
|
-
"@metamask/keyring-controller": "^25.
|
|
106
|
+
"@metamask/keyring-controller": "^25.1.0",
|
|
107
107
|
"@metamask/messenger": "^0.3.0",
|
|
108
108
|
"@metamask/snaps-controllers": "^17.2.0",
|
|
109
109
|
"@metamask/snaps-sdk": "^10.3.0",
|