@metamask-previews/profile-sync-controller 16.0.0-preview-f7d7af35 → 17.0.0-preview-d2bf8ff
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 +10 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [17.0.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
|
-
- Add
|
|
14
|
+
- **BREAKING:** Add multi-SRP support for authentication and user storage ([#5753](https://github.com/MetaMask/core/pull/5753))
|
|
13
15
|
- Add `entropySource` based authentication support for multiple SRPs
|
|
14
16
|
- Add `entropySource` optional parameter for `UserStorageController` CRUD methods
|
|
17
|
+
- Rename `sessionData` in `AuthenticationControllerState` to `srpSessionData`
|
|
18
|
+
- Update `AuthenticationController.performSignIn` to return `string[]` rather than `string`
|
|
19
|
+
- Add `AccountsController:updateAccounts` as a required allowed action to the `UserStorageController` messenger
|
|
20
|
+
- Add `listEntropySources` to `UserStorageController`
|
|
21
|
+
- Render `UserStorageController.syncInternalAccountsWithUserStorage` compatible with multi-SRP
|
|
15
22
|
|
|
16
23
|
## [16.0.0]
|
|
17
24
|
|
|
@@ -607,7 +614,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
607
614
|
|
|
608
615
|
- Initial release
|
|
609
616
|
|
|
610
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@
|
|
617
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@17.0.0...HEAD
|
|
618
|
+
[17.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@16.0.0...@metamask/profile-sync-controller@17.0.0
|
|
611
619
|
[16.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@15.0.0...@metamask/profile-sync-controller@16.0.0
|
|
612
620
|
[15.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@14.0.0...@metamask/profile-sync-controller@15.0.0
|
|
613
621
|
[14.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@13.0.0...@metamask/profile-sync-controller@14.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/profile-sync-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "17.0.0-preview-d2bf8ff",
|
|
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",
|