@metamask-previews/profile-sync-controller 23.0.0-preview-a850cd0b → 23.0.0-preview-fc1a1cc
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/profile-sync-controller",
|
|
3
|
-
"version": "23.0.0-preview-
|
|
3
|
+
"version": "23.0.0-preview-fc1a1cc",
|
|
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",
|
|
@@ -112,10 +112,10 @@
|
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@lavamoat/allow-scripts": "^3.0.4",
|
|
114
114
|
"@lavamoat/preinstall-always-fail": "^2.1.0",
|
|
115
|
-
"@metamask/accounts-controller": "^32.0.
|
|
115
|
+
"@metamask/accounts-controller": "^32.0.2",
|
|
116
116
|
"@metamask/auto-changelog": "^3.4.4",
|
|
117
117
|
"@metamask/keyring-api": "^20.0.0",
|
|
118
|
-
"@metamask/keyring-controller": "^22.1.
|
|
118
|
+
"@metamask/keyring-controller": "^22.1.1",
|
|
119
119
|
"@metamask/keyring-internal-api": "^8.0.0",
|
|
120
120
|
"@metamask/providers": "^22.1.0",
|
|
121
121
|
"@metamask/snaps-controllers": "^14.0.1",
|