@metamask-previews/core-backend 1.0.0-preview-096af0b9 → 1.0.1-preview-05b702c4

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 +5 -5
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
+ ## [1.0.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/base-controller` from `^8.4.0` to `^8.4.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
15
+ - Bump `@metamask/controller-utils` from `^11.14.0` to `^11.14.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
16
+ - Bump `@metamask/profile-sync-controller` from `^25.1.0` to `^25.1.1` ([#6810](https://github.com/MetaMask/core/pull/6810))
17
+
10
18
  ## [1.0.0]
11
19
 
12
20
  ### Added
@@ -25,5 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
33
  - **Type definitions** - Comprehensive TypeScript types for transactions, balances, WebSocket messages, and service configurations
26
34
  - **Logging infrastructure** - Structured logging with module-specific loggers for debugging and monitoring
27
35
 
28
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@1.0.0...HEAD
36
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@1.0.1...HEAD
37
+ [1.0.1]: https://github.com/MetaMask/core/compare/@metamask/core-backend@1.0.0...@metamask/core-backend@1.0.1
29
38
  [1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/core-backend@1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/core-backend",
3
- "version": "1.0.0-preview-096af0b9",
3
+ "version": "1.0.1-preview-05b702c4",
4
4
  "description": "Core backend services for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -47,14 +47,14 @@
47
47
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
48
48
  },
49
49
  "dependencies": {
50
- "@metamask/base-controller": "^8.4.0",
51
- "@metamask/controller-utils": "^11.14.0",
52
- "@metamask/profile-sync-controller": "^25.1.0",
50
+ "@metamask/base-controller": "^8.4.1",
51
+ "@metamask/controller-utils": "^11.14.1",
52
+ "@metamask/profile-sync-controller": "^25.1.1",
53
53
  "@metamask/utils": "^11.8.1",
54
54
  "uuid": "^8.3.2"
55
55
  },
56
56
  "devDependencies": {
57
- "@metamask/accounts-controller": "^33.1.0",
57
+ "@metamask/accounts-controller": "^33.1.1",
58
58
  "@metamask/auto-changelog": "^3.4.4",
59
59
  "@ts-bridge/cli": "^0.6.1",
60
60
  "@types/jest": "^27.4.1",