@metamask-previews/profile-sync-controller 27.0.0-preview-42084fe4 → 27.0.0-preview-e69ede40
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 +4 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- Bump `@metamask/snaps-controllers` from `^14.0.1` to `^17.2.0` ([#7550](https://github.com/MetaMask/core/pull/7550))
|
|
13
|
+
- Bump `@metamask/snaps-sdk` from `^9.0.0` to `^10.3.0` ([#7550](https://github.com/MetaMask/core/pull/7550))
|
|
14
|
+
- Bump `@metamask/snaps-utils` from `^11.0.0` to `^11.7.0` ([#7550](https://github.com/MetaMask/core/pull/7550))
|
|
15
|
+
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
|
|
12
16
|
- Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209))
|
|
13
17
|
- The dependencies moved are:
|
|
14
18
|
- `@metamask/address-book-controller` (^7.0.1)
|
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-e69ede40",
|
|
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",
|
|
@@ -105,10 +105,10 @@
|
|
|
105
105
|
"@metamask/base-controller": "^9.0.0",
|
|
106
106
|
"@metamask/keyring-controller": "^25.0.0",
|
|
107
107
|
"@metamask/messenger": "^0.3.0",
|
|
108
|
-
"@metamask/snaps-controllers": "^
|
|
109
|
-
"@metamask/snaps-sdk": "^
|
|
110
|
-
"@metamask/snaps-utils": "^11.
|
|
111
|
-
"@metamask/utils": "^11.
|
|
108
|
+
"@metamask/snaps-controllers": "^17.2.0",
|
|
109
|
+
"@metamask/snaps-sdk": "^10.3.0",
|
|
110
|
+
"@metamask/snaps-utils": "^11.7.0",
|
|
111
|
+
"@metamask/utils": "^11.9.0",
|
|
112
112
|
"@noble/ciphers": "^1.3.0",
|
|
113
113
|
"@noble/hashes": "^1.8.0",
|
|
114
114
|
"immer": "^9.0.6",
|