@metamask-previews/remote-feature-flag-controller 1.3.0-preview-442894ce → 1.3.0-preview-43593c4e
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.
|
@@ -95,7 +95,7 @@ export declare class ClientConfigApiService implements AbstractClientConfigApiSe
|
|
|
95
95
|
* takes.
|
|
96
96
|
* @returns What {@link ServicePolicy.onDegraded} returns.
|
|
97
97
|
*/
|
|
98
|
-
onDegraded(...args: Parameters<ServicePolicy['onDegraded']>):
|
|
98
|
+
onDegraded(...args: Parameters<ServicePolicy['onDegraded']>): import("cockatiel").IDisposable;
|
|
99
99
|
/**
|
|
100
100
|
* Fetches feature flags from the API with specific client, distribution, and environment parameters.
|
|
101
101
|
* Provides structured error handling, including fallback to cached data if available.
|
|
@@ -95,7 +95,7 @@ export declare class ClientConfigApiService implements AbstractClientConfigApiSe
|
|
|
95
95
|
* takes.
|
|
96
96
|
* @returns What {@link ServicePolicy.onDegraded} returns.
|
|
97
97
|
*/
|
|
98
|
-
onDegraded(...args: Parameters<ServicePolicy['onDegraded']>):
|
|
98
|
+
onDegraded(...args: Parameters<ServicePolicy['onDegraded']>): import("cockatiel").IDisposable;
|
|
99
99
|
/**
|
|
100
100
|
* Fetches feature flags from the API with specific client, distribution, and environment parameters.
|
|
101
101
|
* Provides structured error handling, including fallback to cached data if available.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/remote-feature-flag-controller",
|
|
3
|
-
"version": "1.3.0-preview-
|
|
3
|
+
"version": "1.3.0-preview-43593c4e",
|
|
4
4
|
"description": "The RemoteFeatureFlagController manages the retrieval and caching of remote feature flags",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@metamask/base-controller": "^7.1.1",
|
|
51
51
|
"@metamask/controller-utils": "^11.4.5",
|
|
52
|
-
"@metamask/utils": "^11.0
|
|
52
|
+
"@metamask/utils": "^11.1.0",
|
|
53
53
|
"uuid": "^8.3.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|