@metamask-previews/core-backend 6.2.0-preview-55f73f6ce → 6.2.1-preview-246ad42b8

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 +16 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,6 +7,20 @@ 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/accounts-controller` from `^37.1.0` to `^37.1.1` ([#8325](https://github.com/MetaMask/core/pull/8325))
13
+ - Bump `@metamask/profile-sync-controller` from `^28.0.1` to `^28.0.2` ([#8325](https://github.com/MetaMask/core/pull/8325))
14
+
15
+ ## [6.2.1]
16
+
17
+ ### Changed
18
+
19
+ - Bump `@metamask/accounts-controller` from `^37.0.0` to `^37.1.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
20
+ - Bump `@metamask/keyring-controller` from `^25.1.0` to `^25.1.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
21
+ - Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
22
+ - Bump `@metamask/profile-sync-controller` from `^28.0.0` to `^28.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
23
+
10
24
  ## [6.2.0]
11
25
 
12
26
  ### Added
@@ -244,7 +258,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
244
258
  - **Type definitions** - Comprehensive TypeScript types for transactions, balances, WebSocket messages, and service configurations
245
259
  - **Logging infrastructure** - Structured logging with module-specific loggers for debugging and monitoring
246
260
 
247
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.2.0...HEAD
261
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.2.1...HEAD
262
+ [6.2.1]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.2.0...@metamask/core-backend@6.2.1
248
263
  [6.2.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.1.1...@metamask/core-backend@6.2.0
249
264
  [6.1.1]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.1.0...@metamask/core-backend@6.1.1
250
265
  [6.1.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.0.0...@metamask/core-backend@6.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/core-backend",
3
- "version": "6.2.0-preview-55f73f6ce",
3
+ "version": "6.2.1-preview-246ad42b8",
4
4
  "description": "Core backend services for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,11 +48,11 @@
48
48
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
49
49
  },
50
50
  "dependencies": {
51
- "@metamask/accounts-controller": "^37.0.0",
51
+ "@metamask/accounts-controller": "^37.1.1",
52
52
  "@metamask/controller-utils": "^11.19.0",
53
- "@metamask/keyring-controller": "^25.1.0",
54
- "@metamask/messenger": "^0.3.0",
55
- "@metamask/profile-sync-controller": "^28.0.0",
53
+ "@metamask/keyring-controller": "^25.1.1",
54
+ "@metamask/messenger": "^1.0.0",
55
+ "@metamask/profile-sync-controller": "^28.0.2",
56
56
  "@metamask/utils": "^11.9.0",
57
57
  "@tanstack/query-core": "^5.62.16",
58
58
  "uuid": "^8.3.2"