@metamask-previews/core-backend 5.1.0-preview-0bb0ab8a7 → 5.1.1-preview-8edbf7c9d

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 +5 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [5.1.1]
11
+
10
12
  ### Changed
11
13
 
14
+ - Bump `@metamask/accounts-controller` from `^35.0.2` to `^36.0.0` ([#7897](https://github.com/MetaMask/core/pull/7897))
12
15
  - Bump `@metamask/profile-sync-controller` from `^27.0.0` to `^27.1.0` ([#7849](https://github.com/MetaMask/core/pull/7849))
13
16
 
14
17
  ## [5.1.0]
@@ -190,7 +193,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
190
193
  - **Type definitions** - Comprehensive TypeScript types for transactions, balances, WebSocket messages, and service configurations
191
194
  - **Logging infrastructure** - Structured logging with module-specific loggers for debugging and monitoring
192
195
 
193
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@5.1.0...HEAD
196
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@5.1.1...HEAD
197
+ [5.1.1]: https://github.com/MetaMask/core/compare/@metamask/core-backend@5.1.0...@metamask/core-backend@5.1.1
194
198
  [5.1.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@5.0.0...@metamask/core-backend@5.1.0
195
199
  [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@4.1.0...@metamask/core-backend@5.0.0
196
200
  [4.1.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@4.0.0...@metamask/core-backend@4.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/core-backend",
3
- "version": "5.1.0-preview-0bb0ab8a7",
3
+ "version": "5.1.1-preview-8edbf7c9d",
4
4
  "description": "Core backend services for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,7 +48,7 @@
48
48
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
49
49
  },
50
50
  "dependencies": {
51
- "@metamask/accounts-controller": "^35.0.2",
51
+ "@metamask/accounts-controller": "^36.0.0",
52
52
  "@metamask/controller-utils": "^11.18.0",
53
53
  "@metamask/keyring-controller": "^25.1.0",
54
54
  "@metamask/messenger": "^0.3.0",
@@ -66,7 +66,7 @@
66
66
  "jest-environment-jsdom": "^29.7.0",
67
67
  "sinon": "^9.2.4",
68
68
  "ts-jest": "^29.2.5",
69
- "typedoc": "^0.24.8",
69
+ "typedoc": "^0.25.13",
70
70
  "typedoc-plugin-missing-exports": "^2.0.0",
71
71
  "typescript": "~5.3.3"
72
72
  },