@metamask-previews/profile-sync-controller 25.1.0-preview-096af0b9 → 25.1.1-preview-e8868d87

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 +4 -4
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
+ ## [25.1.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/base-controller` from `^8.4.0` to `^8.4.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
15
+
10
16
  ## [25.1.0]
11
17
 
12
18
  ### Changed
@@ -739,7 +745,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
739
745
 
740
746
  - Initial release
741
747
 
742
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@25.1.0...HEAD
748
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@25.1.1...HEAD
749
+ [25.1.1]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@25.1.0...@metamask/profile-sync-controller@25.1.1
743
750
  [25.1.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@25.0.0...@metamask/profile-sync-controller@25.1.0
744
751
  [25.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@24.0.0...@metamask/profile-sync-controller@25.0.0
745
752
  [24.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@23.0.0...@metamask/profile-sync-controller@24.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/profile-sync-controller",
3
- "version": "25.1.0-preview-096af0b9",
3
+ "version": "25.1.1-preview-e8868d87",
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",
@@ -100,7 +100,7 @@
100
100
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
101
101
  },
102
102
  "dependencies": {
103
- "@metamask/base-controller": "^8.4.0",
103
+ "@metamask/base-controller": "^8.4.1",
104
104
  "@metamask/snaps-sdk": "^9.0.0",
105
105
  "@metamask/snaps-utils": "^11.0.0",
106
106
  "@metamask/utils": "^11.8.1",
@@ -113,10 +113,10 @@
113
113
  "devDependencies": {
114
114
  "@lavamoat/allow-scripts": "^3.0.4",
115
115
  "@lavamoat/preinstall-always-fail": "^2.1.0",
116
- "@metamask/address-book-controller": "^6.1.1",
116
+ "@metamask/address-book-controller": "^6.2.0",
117
117
  "@metamask/auto-changelog": "^3.4.4",
118
118
  "@metamask/keyring-api": "^21.0.0",
119
- "@metamask/keyring-controller": "^23.1.0",
119
+ "@metamask/keyring-controller": "^23.1.1",
120
120
  "@metamask/keyring-internal-api": "^9.0.0",
121
121
  "@metamask/providers": "^22.1.0",
122
122
  "@metamask/snaps-controllers": "^14.0.1",