@metamask-previews/profile-sync-controller 25.1.1-preview-ab0ad568 → 25.1.2-preview-0458fe94

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  - **BREAKING:** Use new `Messenger` from `@metamask/messenger` ([#6533](https://github.com/MetaMask/core/pull/6533))
13
13
  - Previously, `AuthenticationController` and `UserStorageController` accepted a `RestrictedMessenger` instance from `@metamask/base-controller`.
14
+ - **BREAKING:** Metadata property `anonymous` renamed to `includeInDebugSnapshot` ([#6533](https://github.com/MetaMask/core/pull/6533))
15
+
16
+ ## [25.1.2]
17
+
18
+ ### Changed
19
+
14
20
  - Bump `@metamask/base-controller` from `^8.4.1` to `^8.4.2` ([#6917](https://github.com/MetaMask/core/pull/6917))
15
21
 
16
22
  ## [25.1.1]
@@ -751,7 +757,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
751
757
 
752
758
  - Initial release
753
759
 
754
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@25.1.1...HEAD
760
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@25.1.2...HEAD
761
+ [25.1.2]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@25.1.1...@metamask/profile-sync-controller@25.1.2
755
762
  [25.1.1]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@25.1.0...@metamask/profile-sync-controller@25.1.1
756
763
  [25.1.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@25.0.0...@metamask/profile-sync-controller@25.1.0
757
764
  [25.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@24.0.0...@metamask/profile-sync-controller@25.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/profile-sync-controller",
3
- "version": "25.1.1-preview-ab0ad568",
3
+ "version": "25.1.2-preview-0458fe94",
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",
@@ -114,10 +114,10 @@
114
114
  "devDependencies": {
115
115
  "@lavamoat/allow-scripts": "^3.0.4",
116
116
  "@lavamoat/preinstall-always-fail": "^2.1.0",
117
- "@metamask/address-book-controller": "^6.2.0",
117
+ "@metamask/address-book-controller": "^6.2.1",
118
118
  "@metamask/auto-changelog": "^3.4.4",
119
119
  "@metamask/keyring-api": "^21.0.0",
120
- "@metamask/keyring-controller": "^23.1.1",
120
+ "@metamask/keyring-controller": "^23.2.0",
121
121
  "@metamask/keyring-internal-api": "^9.0.0",
122
122
  "@metamask/providers": "^22.1.0",
123
123
  "@metamask/snaps-controllers": "^14.0.1",