@metamask-previews/wallet 3.0.0-preview-ddb114f71 → 3.0.0-preview-69c25f142
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 +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
16
16
|
- The default `Wallet` now constructs a `RemoteFeatureFlagController` and registers its `RemoteFeatureFlagController:*` messenger actions. Consumers that pass their own `messenger` and already wire a `RemoteFeatureFlagController` must remove their own before upgrading, or the duplicate registration will collide.
|
|
17
17
|
- Adds a required `remoteFeatureFlagController` slot to `instanceOptions`. `clientConfigApiService` is required (each client injects a `ClientConfigApiService` configured for its own client type, distribution, and environment); `getMetaMetricsId`, `clientVersion`, `prevClientVersion`, `fetchInterval`, and `disabled` are optional. `prevClientVersion` lets consumers trigger feature-flag cache invalidation when the client version changes between sessions.
|
|
18
18
|
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- Bump `@metamask/controller-utils` from `^12.1.1` to `^12.2.0` ([#9083](https://github.com/MetaMask/core/pull/9083))
|
|
22
|
+
|
|
19
23
|
## [3.0.0]
|
|
20
24
|
|
|
21
25
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/wallet",
|
|
3
|
-
"version": "3.0.0-preview-
|
|
3
|
+
"version": "3.0.0-preview-69c25f142",
|
|
4
4
|
"description": "Provides a shared framework for building MetaMask wallets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@metamask/base-controller": "^9.1.0",
|
|
59
59
|
"@metamask/browser-passworder": "^6.0.0",
|
|
60
60
|
"@metamask/connectivity-controller": "^0.2.0",
|
|
61
|
-
"@metamask/controller-utils": "^12.
|
|
61
|
+
"@metamask/controller-utils": "^12.2.0",
|
|
62
62
|
"@metamask/keyring-controller": "^27.0.0",
|
|
63
63
|
"@metamask/messenger": "^1.2.0",
|
|
64
64
|
"@metamask/remote-feature-flag-controller": "^4.2.2",
|