@metamask-previews/core-backend 3.0.0-preview-ab0ad568 → 3.0.0-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 +2 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -11,6 +11,7 @@ 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` ([#6823](https://github.com/MetaMask/core/pull/6823))
13
13
  - Previously, `AccountActivityService` and `BackendWebSocketService` accepted a `RestrictedMessenger` instance from `@metamask/base-controller`.
14
+ - **BREAKING:** Metadata property `anonymous` renamed to `includeInDebugSnapshot` ([#6823](https://github.com/MetaMask/core/pull/6823))
14
15
 
15
16
  ### Removed
16
17
 
@@ -18,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
19
  - Removed type exports: `BackendWebSocketServiceAllowedActions`, `BackendWebSocketServiceAllowedEvents`, `AccountActivityServiceAllowedActions`, `AccountActivityServiceAllowedEvents`
19
20
  - Removed constant exports: `ACCOUNT_ACTIVITY_SERVICE_ALLOWED_ACTIONS`, `ACCOUNT_ACTIVITY_SERVICE_ALLOWED_EVENTS`
20
21
  - These types and constants were internal implementation details that should not have been exposed. Consumers should use the service-specific messenger types directly.
22
+ - Bump `@metamask/profile-sync-controller` from `^25.1.1` to `^25.1.2` ([#6940](https://github.com/MetaMask/core/pull/6940))
21
23
 
22
24
  ## [3.0.0]
23
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/core-backend",
3
- "version": "3.0.0-preview-ab0ad568",
3
+ "version": "3.0.0-preview-0458fe94",
4
4
  "description": "Core backend services for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -49,14 +49,14 @@
49
49
  "dependencies": {
50
50
  "@metamask/controller-utils": "^11.14.1",
51
51
  "@metamask/messenger": "^0.3.0",
52
- "@metamask/profile-sync-controller": "^25.1.1",
52
+ "@metamask/profile-sync-controller": "^25.1.2",
53
53
  "@metamask/utils": "^11.8.1",
54
54
  "uuid": "^8.3.2"
55
55
  },
56
56
  "devDependencies": {
57
- "@metamask/accounts-controller": "^33.1.1",
57
+ "@metamask/accounts-controller": "^33.2.0",
58
58
  "@metamask/auto-changelog": "^3.4.4",
59
- "@metamask/keyring-controller": "^23.1.1",
59
+ "@metamask/keyring-controller": "^23.2.0",
60
60
  "@ts-bridge/cli": "^0.6.1",
61
61
  "@types/jest": "^27.4.1",
62
62
  "deepmerge": "^4.2.2",