@metamask-previews/profile-metrics-controller 3.1.6-preview-86a299a60 → 3.1.6-preview-2ddd3f0

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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
  - Add `ProfileMetricsService:fetchNonces` messenger action wrapping `POST /api/v2/nonce/batch`.
14
14
  - Add optional `proof` field on accounts submitted via `ProfileMetricsService:submitMetrics` so that the auth API can use it to mark accounts as `verified: true`.
15
15
 
16
+ ### Changed
17
+
18
+ - Bump `@metamask/transaction-controller` from `^66.0.1` to `^67.0.0` ([#9021](https://github.com/MetaMask/core/pull/9021))
19
+
16
20
  ## [3.1.6]
17
21
 
18
22
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/profile-metrics-controller",
3
- "version": "3.1.6-preview-86a299a60",
3
+ "version": "3.1.6-preview-2ddd3f0",
4
4
  "description": "Manages user profile metrics",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -61,7 +61,7 @@
61
61
  "@metamask/polling-controller": "^16.0.6",
62
62
  "@metamask/profile-sync-controller": "^28.1.1",
63
63
  "@metamask/superstruct": "^3.1.0",
64
- "@metamask/transaction-controller": "^66.0.1",
64
+ "@metamask/transaction-controller": "^67.0.0",
65
65
  "@metamask/utils": "^11.9.0",
66
66
  "async-mutex": "^0.5.0"
67
67
  },