@metamask-previews/core-backend 6.2.0-preview-55f73f6ce → 6.2.1-preview-4f74a56
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.
- package/CHANGELOG.md +11 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [6.2.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/accounts-controller` from `^37.0.0` to `^37.1.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
15
|
+
- Bump `@metamask/keyring-controller` from `^25.1.0` to `^25.1.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
16
|
+
- Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
17
|
+
- Bump `@metamask/profile-sync-controller` from `^28.0.0` to `^28.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
18
|
+
|
|
10
19
|
## [6.2.0]
|
|
11
20
|
|
|
12
21
|
### Added
|
|
@@ -244,7 +253,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
244
253
|
- **Type definitions** - Comprehensive TypeScript types for transactions, balances, WebSocket messages, and service configurations
|
|
245
254
|
- **Logging infrastructure** - Structured logging with module-specific loggers for debugging and monitoring
|
|
246
255
|
|
|
247
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.2.
|
|
256
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.2.1...HEAD
|
|
257
|
+
[6.2.1]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.2.0...@metamask/core-backend@6.2.1
|
|
248
258
|
[6.2.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.1.1...@metamask/core-backend@6.2.0
|
|
249
259
|
[6.1.1]: https://github.com/MetaMask/core/compare/@metamask/core-backend@6.1.0...@metamask/core-backend@6.1.1
|
|
250
260
|
[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.
|
|
3
|
+
"version": "6.2.1-preview-4f74a56",
|
|
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.
|
|
51
|
+
"@metamask/accounts-controller": "^37.1.0",
|
|
52
52
|
"@metamask/controller-utils": "^11.19.0",
|
|
53
|
-
"@metamask/keyring-controller": "^25.1.
|
|
54
|
-
"@metamask/messenger": "^0.
|
|
55
|
-
"@metamask/profile-sync-controller": "^28.0.
|
|
53
|
+
"@metamask/keyring-controller": "^25.1.1",
|
|
54
|
+
"@metamask/messenger": "^1.0.0",
|
|
55
|
+
"@metamask/profile-sync-controller": "^28.0.1",
|
|
56
56
|
"@metamask/utils": "^11.9.0",
|
|
57
57
|
"@tanstack/query-core": "^5.62.16",
|
|
58
58
|
"uuid": "^8.3.2"
|