@metamask-previews/core-backend 6.3.2-preview-e4acb70 → 6.3.3-preview-2bb03d4

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 +10 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [6.3.3]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/accounts-controller` from `^39.0.0` to `^39.0.1` ([#9058](https://github.com/MetaMask/core/pull/9058))
15
+ - Bump `@metamask/controller-utils` from `^12.1.0` to `^12.1.1` ([#9058](https://github.com/MetaMask/core/pull/9058))
16
+ - Bump `@metamask/keyring-controller` from `^26.0.0` to `^27.0.0` ([#9058](https://github.com/MetaMask/core/pull/9058))
17
+
10
18
  ## [6.3.2]
11
19
 
12
20
  ### Changed
@@ -298,7 +306,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
298
306
  - **Type definitions** - Comprehensive TypeScript types for transactions, balances, WebSocket messages, and service configurations
299
307
  - **Logging infrastructure** - Structured logging with module-specific loggers for debugging and monitoring
300
308
 
301
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.3.2...HEAD
309
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.3.3...HEAD
310
+ [6.3.3]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.3.2...@metamask/core-backend@6.3.3
302
311
  [6.3.2]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.3.1...@metamask/core-backend@6.3.2
303
312
  [6.3.1]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.3.0...@metamask/core-backend@6.3.1
304
313
  [6.3.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.2.2...@metamask/core-backend@6.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/core-backend",
3
- "version": "6.3.2-preview-e4acb70",
3
+ "version": "6.3.3-preview-2bb03d4",
4
4
  "description": "Core backend services for MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -53,9 +53,9 @@
53
53
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
54
54
  },
55
55
  "dependencies": {
56
- "@metamask/accounts-controller": "^39.0.0",
57
- "@metamask/controller-utils": "^12.1.0",
58
- "@metamask/keyring-controller": "^26.0.0",
56
+ "@metamask/accounts-controller": "^39.0.1",
57
+ "@metamask/controller-utils": "^12.1.1",
58
+ "@metamask/keyring-controller": "^27.0.0",
59
59
  "@metamask/messenger": "^1.2.0",
60
60
  "@metamask/profile-sync-controller": "^28.1.1",
61
61
  "@metamask/utils": "^11.9.0",