@firebase/remote-config 0.8.3 → 0.8.4-eap-crashlytics.558ee841d

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.
@@ -94,6 +94,9 @@ export declare class RealtimeHandler {
94
94
  * A key is considered changed if it's new, removed, or has a different value.
95
95
  */
96
96
  private getChangedParams;
97
+ private areExperimentsEqual;
98
+ /** Creates a map where the key is the config key and the value is the experiment description. */
99
+ private createExperimentsMap;
97
100
  private fetchLatestConfig;
98
101
  private autoFetch;
99
102
  /**
@@ -149,6 +149,10 @@ interface FirebaseOptions {
149
149
  * and higher, this parameter is optional.
150
150
  */
151
151
  measurementId?: string;
152
+ /**
153
+ * ReCAPTCHA Enterprise site key associated with this app.
154
+ */
155
+ recaptchaSiteKey?: string;
152
156
  }
153
157
  declare module '@firebase/component' {
154
158
  interface NameServiceMapping {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/remote-config",
3
- "version": "0.8.3",
3
+ "version": "0.8.4-eap-crashlytics.558ee841d",
4
4
  "description": "The Remote Config package of the Firebase JS SDK",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -37,18 +37,18 @@
37
37
  "typings:internal": "node ../../scripts/build/use_typings.js ./dist/src/index.d.ts"
38
38
  },
39
39
  "peerDependencies": {
40
- "@firebase/app": "0.x"
40
+ "@firebase/app": "0.14.13-eap-crashlytics.558ee841d"
41
41
  },
42
42
  "dependencies": {
43
- "@firebase/installations": "0.6.22",
44
- "@firebase/logger": "0.5.1",
45
- "@firebase/util": "1.15.1",
46
- "@firebase/component": "0.7.3",
43
+ "@firebase/installations": "0.6.22-eap-crashlytics.558ee841d",
44
+ "@firebase/logger": "0.5.1-eap-crashlytics.558ee841d",
45
+ "@firebase/util": "1.15.1-eap-crashlytics.558ee841d",
46
+ "@firebase/component": "0.7.3-eap-crashlytics.558ee841d",
47
47
  "tslib": "^2.1.0"
48
48
  },
49
49
  "license": "Apache-2.0",
50
50
  "devDependencies": {
51
- "@firebase/app": "0.14.12",
51
+ "@firebase/app": "0.14.13-eap-crashlytics.558ee841d",
52
52
  "rollup": "2.79.2",
53
53
  "rollup-plugin-dts": "5.3.1",
54
54
  "rollup-plugin-typescript2": "0.37.0",