@metamask-previews/profile-sync-controller 19.0.0-preview-d9822daf → 19.0.0-preview-7b670bb5
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 +0 -6
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,12 +7,6 @@ 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
|
-
- **BREAKING:** Bump peer dependency `@metamask/snaps-controllers` from `^12.0.0` to `^14.0.0` ([#6035](https://github.com/MetaMask/core/pull/6035))
|
|
13
|
-
- Bump `@metamask/snaps-sdk` from `^7.1.0` to `^9.0.0` ([#6035](https://github.com/MetaMask/core/pull/6035))
|
|
14
|
-
- Bump `@metamask/snaps-utils` from `^9.4.0` to `^11.0.0` ([#6035](https://github.com/MetaMask/core/pull/6035))
|
|
15
|
-
|
|
16
10
|
## [19.0.0]
|
|
17
11
|
|
|
18
12
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/profile-sync-controller",
|
|
3
|
-
"version": "19.0.0-preview-
|
|
3
|
+
"version": "19.0.0-preview-7b670bb5",
|
|
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",
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
103
|
"@metamask/base-controller": "^8.0.1",
|
|
104
|
-
"@metamask/snaps-sdk": "^
|
|
105
|
-
"@metamask/snaps-utils": "^
|
|
104
|
+
"@metamask/snaps-sdk": "^7.1.0",
|
|
105
|
+
"@metamask/snaps-utils": "^9.4.0",
|
|
106
106
|
"@noble/ciphers": "^0.5.2",
|
|
107
107
|
"@noble/hashes": "^1.4.0",
|
|
108
108
|
"immer": "^9.0.6",
|
|
@@ -115,11 +115,11 @@
|
|
|
115
115
|
"@metamask/accounts-controller": "^31.0.0",
|
|
116
116
|
"@metamask/auto-changelog": "^3.4.4",
|
|
117
117
|
"@metamask/keyring-api": "^18.0.0",
|
|
118
|
-
"@metamask/keyring-controller": "^22.
|
|
118
|
+
"@metamask/keyring-controller": "^22.0.2",
|
|
119
119
|
"@metamask/keyring-internal-api": "^6.2.0",
|
|
120
120
|
"@metamask/network-controller": "^24.0.0",
|
|
121
121
|
"@metamask/providers": "^22.1.0",
|
|
122
|
-
"@metamask/snaps-controllers": "^
|
|
122
|
+
"@metamask/snaps-controllers": "^12.3.1",
|
|
123
123
|
"@types/jest": "^27.4.1",
|
|
124
124
|
"deepmerge": "^4.2.2",
|
|
125
125
|
"ethers": "^6.12.0",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"@metamask/keyring-controller": "^22.0.0",
|
|
138
138
|
"@metamask/network-controller": "^24.0.0",
|
|
139
139
|
"@metamask/providers": "^22.0.0",
|
|
140
|
-
"@metamask/snaps-controllers": "^
|
|
140
|
+
"@metamask/snaps-controllers": "^12.0.0",
|
|
141
141
|
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0"
|
|
142
142
|
},
|
|
143
143
|
"engines": {
|