@metamask-previews/profile-sync-controller 28.0.0-preview-55f73f6ce → 28.0.1-preview-4f74a56
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 +8 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [28.0.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/
|
|
14
|
+
- Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
15
|
+
- Bump `@metamask/keyring-controller` from `^25.1.0` to `^25.1.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
16
|
+
- Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
17
|
+
- Bump `@metamask/address-book-controller` from `^7.0.1` to `^7.1.1` ([#8225](https://github.com/MetaMask/core/pull/8225), [#8317](https://github.com/MetaMask/core/pull/8317))
|
|
13
18
|
|
|
14
19
|
## [28.0.0]
|
|
15
20
|
|
|
@@ -826,7 +831,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
826
831
|
|
|
827
832
|
- Initial release
|
|
828
833
|
|
|
829
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.0.
|
|
834
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.0.1...HEAD
|
|
835
|
+
[28.0.1]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.0.0...@metamask/profile-sync-controller@28.0.1
|
|
830
836
|
[28.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@27.1.0...@metamask/profile-sync-controller@28.0.0
|
|
831
837
|
[27.1.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@27.0.0...@metamask/profile-sync-controller@27.1.0
|
|
832
838
|
[27.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@26.0.0...@metamask/profile-sync-controller@27.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/profile-sync-controller",
|
|
3
|
-
"version": "28.0.
|
|
3
|
+
"version": "28.0.1-preview-4f74a56",
|
|
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,10 +103,10 @@
|
|
|
103
103
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
104
104
|
},
|
|
105
105
|
"dependencies": {
|
|
106
|
-
"@metamask/address-book-controller": "^7.1.
|
|
107
|
-
"@metamask/base-controller": "^9.0.
|
|
108
|
-
"@metamask/keyring-controller": "^25.1.
|
|
109
|
-
"@metamask/messenger": "^0.
|
|
106
|
+
"@metamask/address-book-controller": "^7.1.1",
|
|
107
|
+
"@metamask/base-controller": "^9.0.1",
|
|
108
|
+
"@metamask/keyring-controller": "^25.1.1",
|
|
109
|
+
"@metamask/messenger": "^1.0.0",
|
|
110
110
|
"@metamask/snaps-controllers": "^17.2.0",
|
|
111
111
|
"@metamask/snaps-sdk": "^10.3.0",
|
|
112
112
|
"@metamask/snaps-utils": "^11.7.0",
|