@metamask-previews/assets-controller 14.0.0-preview-a3cea003b → 14.0.0-preview-700481f6d

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
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Changed
11
+
12
+ - Bump `@metamask/remote-feature-flag-controller` from `^5.0.0` to `^6.0.0` ([#9945](https://github.com/MetaMask/core/pull/9945))
13
+
10
14
  ### Fixed
11
15
 
12
16
  - Fix `AccountsApiDataSource` polling being served stale cached balances on roughly every other tick, since the 60s balances cache outlived the 30s poll interval ([#9926](https://github.com/MetaMask/core/pull/9926))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/assets-controller",
3
- "version": "14.0.0-preview-a3cea003b",
3
+ "version": "14.0.0-preview-700481f6d",
4
4
  "description": "Tracks assets balances/prices and handles token detection across all digital assets",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -77,7 +77,7 @@
77
77
  "@metamask/phishing-controller": "^17.3.1",
78
78
  "@metamask/polling-controller": "^16.0.9",
79
79
  "@metamask/preferences-controller": "^23.1.0",
80
- "@metamask/remote-feature-flag-controller": "^5.0.0",
80
+ "@metamask/remote-feature-flag-controller": "^6.0.0",
81
81
  "@metamask/snaps-controllers": "^19.0.0",
82
82
  "@metamask/snaps-utils": "^12.1.2",
83
83
  "@metamask/transaction-controller": "^69.5.2",