@firebase/remote-config-compat 0.2.12 → 0.2.13-20250214170153
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/dist/esm/index.esm2017.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/src/index.d.ts +2 -2
- package/package.json +6 -6
package/dist/index.cjs.js
CHANGED
package/dist/src/index.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ declare module '@firebase/app-compat' {
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
import { FirebaseApp as FirebaseAppCompat } from "@firebase/app-compat";
|
|
30
|
-
import { type Value, type RemoteConfig, type CustomSignals, type LogLevel } from "@firebase/remote-config";
|
|
30
|
+
import { type Value, type RemoteConfigOptions, type RemoteConfig, type CustomSignals, type LogLevel } from "@firebase/remote-config";
|
|
31
31
|
declare module "@firebase/remote-config" {
|
|
32
32
|
function activate(remoteConfig: RemoteConfigCompat): Promise<boolean>;
|
|
33
33
|
function ensureInitialized(remoteConfig: RemoteConfigCompat): Promise<void>;
|
|
@@ -36,7 +36,7 @@ declare module "@firebase/remote-config" {
|
|
|
36
36
|
function getAll(remoteConfig: RemoteConfigCompat): Record<string, Value>;
|
|
37
37
|
function getBoolean(remoteConfig: RemoteConfigCompat, key: string): boolean;
|
|
38
38
|
function getNumber(remoteConfig: RemoteConfigCompat, key: string): number;
|
|
39
|
-
function getRemoteConfig(app?: FirebaseAppCompat): RemoteConfig;
|
|
39
|
+
function getRemoteConfig(app?: FirebaseAppCompat, options?: RemoteConfigOptions): RemoteConfig;
|
|
40
40
|
function getString(remoteConfig: RemoteConfigCompat, key: string): string;
|
|
41
41
|
function getValue(remoteConfig: RemoteConfigCompat, key: string): Value;
|
|
42
42
|
function setCustomSignals(remoteConfig: RemoteConfigCompat, customSignals: CustomSignals): Promise<void>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/remote-config-compat",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.13-20250214170153",
|
|
4
4
|
"description": "The compatibility package of Remote Config",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@firebase/app-compat": "0.x"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@firebase/remote-config": "0.
|
|
40
|
+
"@firebase/remote-config": "0.6.0-20250214170153",
|
|
41
41
|
"@firebase/remote-config-types": "0.4.0",
|
|
42
42
|
"@firebase/util": "1.10.3",
|
|
43
43
|
"@firebase/logger": "0.4.4",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"tslib": "^2.1.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"rollup": "2.79.
|
|
49
|
-
"@rollup/plugin-json": "
|
|
48
|
+
"rollup": "2.79.2",
|
|
49
|
+
"@rollup/plugin-json": "6.1.0",
|
|
50
50
|
"rollup-plugin-replace": "2.2.0",
|
|
51
|
-
"rollup-plugin-typescript2": "0.
|
|
51
|
+
"rollup-plugin-typescript2": "0.36.0",
|
|
52
52
|
"typescript": "5.5.4",
|
|
53
|
-
"@firebase/app-compat": "0.2.
|
|
53
|
+
"@firebase/app-compat": "0.2.50"
|
|
54
54
|
},
|
|
55
55
|
"repository": {
|
|
56
56
|
"directory": "packages/remote-config-compat",
|