@metamask-previews/profile-sync-controller 28.0.2-preview-ce9be8b82 → 28.0.2-preview-373edc9

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 +4 -0
  2. package/package.json +3 -5
package/CHANGELOG.md CHANGED
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Changed
11
+
12
+ - Bump `@metamask/keyring-controller` from `^25.1.1` to `^25.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
13
+
10
14
  ## [28.0.2]
11
15
 
12
16
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/profile-sync-controller",
3
- "version": "28.0.2-preview-ce9be8b82",
3
+ "version": "28.0.2-preview-373edc9",
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",
@@ -93,9 +93,7 @@
93
93
  "build:docs": "typedoc",
94
94
  "changelog:update": "../../scripts/update-changelog.sh @metamask/profile-sync-controller",
95
95
  "changelog:validate": "../../scripts/validate-changelog.sh @metamask/profile-sync-controller",
96
- "generate-method-action-types": "yarn generate-method-action-types:authentication \"$@\" && yarn generate-method-action-types:user-storage \"$@\"",
97
- "generate-method-action-types:authentication": "tsx ../../scripts/generate-method-action-types.ts src/controllers/authentication",
98
- "generate-method-action-types:user-storage": "tsx ../../scripts/generate-method-action-types.ts src/controllers/user-storage",
96
+ "generate-method-action-types": "tsx ../../packages/messenger/src/generate-action-types/cli.ts",
99
97
  "since-latest-release": "../../scripts/since-latest-release.sh",
100
98
  "test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter",
101
99
  "test:clean": "NODE_OPTIONS=--experimental-vm-modules jest --clearCache",
@@ -105,7 +103,7 @@
105
103
  "dependencies": {
106
104
  "@metamask/address-book-controller": "^7.1.1",
107
105
  "@metamask/base-controller": "^9.0.1",
108
- "@metamask/keyring-controller": "^25.1.1",
106
+ "@metamask/keyring-controller": "^25.2.0",
109
107
  "@metamask/messenger": "^1.0.0",
110
108
  "@metamask/snaps-controllers": "^19.0.0",
111
109
  "@metamask/snaps-sdk": "^11.0.0",