@metamask-previews/core-backend 6.3.1-preview-9e88a50da → 6.3.2-preview-45c30b7

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 +2 -2
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
+ ## [6.3.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/accounts-controller` from `^38.1.2` to `^39.0.0` ([#8999](https://github.com/MetaMask/core/pull/8999))
15
+
10
16
  ## [6.3.1]
11
17
 
12
18
  ### Changed
@@ -292,7 +298,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
292
298
  - **Type definitions** - Comprehensive TypeScript types for transactions, balances, WebSocket messages, and service configurations
293
299
  - **Logging infrastructure** - Structured logging with module-specific loggers for debugging and monitoring
294
300
 
295
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.3.1...HEAD
301
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.3.2...HEAD
302
+ [6.3.2]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.3.1...@metamask/core-backend@6.3.2
296
303
  [6.3.1]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.3.0...@metamask/core-backend@6.3.1
297
304
  [6.3.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.2.2...@metamask/core-backend@6.3.0
298
305
  [6.2.2]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.2.1...@metamask/core-backend@6.2.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/core-backend",
3
- "version": "6.3.1-preview-9e88a50da",
3
+ "version": "6.3.2-preview-45c30b7",
4
4
  "description": "Core backend services for MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -53,7 +53,7 @@
53
53
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
54
54
  },
55
55
  "dependencies": {
56
- "@metamask/accounts-controller": "^38.1.2",
56
+ "@metamask/accounts-controller": "^39.0.0",
57
57
  "@metamask/controller-utils": "^12.1.0",
58
58
  "@metamask/keyring-controller": "^26.0.0",
59
59
  "@metamask/messenger": "^1.2.0",