@metamask-previews/profile-sync-controller 28.1.0-preview-781882851 → 28.1.1-preview-d3514bcb5
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 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [28.1.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/keyring-controller` from `^25.5.0` to `^26.0.0` ([#8912](https://github.com/MetaMask/core/pull/8912))
|
|
15
|
+
|
|
10
16
|
## [28.1.0]
|
|
11
17
|
|
|
12
18
|
### Added
|
|
@@ -867,7 +873,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
867
873
|
|
|
868
874
|
- Initial release
|
|
869
875
|
|
|
870
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.1.
|
|
876
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.1.1...HEAD
|
|
877
|
+
[28.1.1]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.1.0...@metamask/profile-sync-controller@28.1.1
|
|
871
878
|
[28.1.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.0.2...@metamask/profile-sync-controller@28.1.0
|
|
872
879
|
[28.0.2]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.0.1...@metamask/profile-sync-controller@28.0.2
|
|
873
880
|
[28.0.1]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.0.0...@metamask/profile-sync-controller@28.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/profile-sync-controller",
|
|
3
|
-
"version": "28.1.
|
|
3
|
+
"version": "28.1.1-preview-d3514bcb5",
|
|
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
|
"Ethereum",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"dependencies": {
|
|
109
109
|
"@metamask/address-book-controller": "^7.1.2",
|
|
110
110
|
"@metamask/base-controller": "^9.1.0",
|
|
111
|
-
"@metamask/keyring-controller": "^
|
|
111
|
+
"@metamask/keyring-controller": "^26.0.0",
|
|
112
112
|
"@metamask/messenger": "^1.2.0",
|
|
113
113
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
114
114
|
"@metamask/snaps-sdk": "^11.0.0",
|