@firebase/app 0.14.12-eap-crashlytics.06423a1af → 0.14.13-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.
@@ -408,6 +408,10 @@ interface FirebaseOptions {
408
408
  * and higher, this parameter is optional.
409
409
  */
410
410
  measurementId?: string;
411
+ /**
412
+ * ReCAPTCHA Enterprise site key associated with this app.
413
+ */
414
+ recaptchaSiteKey?: string;
411
415
  }
412
416
  /**
413
417
  * @public
@@ -140,6 +140,10 @@ export interface FirebaseOptions {
140
140
  * and higher, this parameter is optional.
141
141
  */
142
142
  measurementId?: string;
143
+ /**
144
+ * ReCAPTCHA Enterprise site key associated with this app.
145
+ */
146
+ recaptchaSiteKey?: string;
143
147
  }
144
148
  /**
145
149
  * @public
@@ -161,6 +161,10 @@ export declare interface FirebaseOptions {
161
161
  * and higher, this parameter is optional.
162
162
  */
163
163
  measurementId?: string;
164
+ /**
165
+ * ReCAPTCHA Enterprise site key associated with this app.
166
+ */
167
+ recaptchaSiteKey?: string;
164
168
  }
165
169
 
166
170
  /**
package/dist/app.d.ts CHANGED
@@ -195,6 +195,10 @@ export declare interface FirebaseOptions {
195
195
  * and higher, this parameter is optional.
196
196
  */
197
197
  measurementId?: string;
198
+ /**
199
+ * ReCAPTCHA Enterprise site key associated with this app.
200
+ */
201
+ recaptchaSiteKey?: string;
198
202
  }
199
203
 
200
204
  /**
@@ -140,6 +140,10 @@ export interface FirebaseOptions {
140
140
  * and higher, this parameter is optional.
141
141
  */
142
142
  measurementId?: string;
143
+ /**
144
+ * ReCAPTCHA Enterprise site key associated with this app.
145
+ */
146
+ recaptchaSiteKey?: string;
143
147
  }
144
148
  /**
145
149
  * @public
@@ -58,7 +58,7 @@ function isVersionServiceProvider(provider) {
58
58
  }
59
59
 
60
60
  const name$q = "@firebase/app";
61
- const version$1 = "0.14.12-eap-crashlytics.06423a1af";
61
+ const version$1 = "0.14.13-eap-crashlytics.558ee841d";
62
62
 
63
63
  /**
64
64
  * @license
@@ -129,7 +129,7 @@ const name$2 = "@firebase/ai";
129
129
  const name$1 = "@firebase/firestore-compat";
130
130
 
131
131
  const name = "firebase";
132
- const version = "12.13.0-eap-crashlytics.06423a1af";
132
+ const version = "12.14.0-eap-crashlytics.558ee841d";
133
133
 
134
134
  /**
135
135
  * @license
package/dist/index.cjs.js CHANGED
@@ -61,7 +61,7 @@ function isVersionServiceProvider(provider) {
61
61
  }
62
62
 
63
63
  const name$q = "@firebase/app";
64
- const version$1 = "0.14.12-eap-crashlytics.06423a1af";
64
+ const version$1 = "0.14.13-eap-crashlytics.558ee841d";
65
65
 
66
66
  /**
67
67
  * @license
@@ -132,7 +132,7 @@ const name$2 = "@firebase/ai";
132
132
  const name$1 = "@firebase/firestore-compat";
133
133
 
134
134
  const name = "firebase";
135
- const version = "12.13.0-eap-crashlytics.06423a1af";
135
+ const version = "12.14.0-eap-crashlytics.558ee841d";
136
136
 
137
137
  /**
138
138
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app",
3
- "version": "0.14.12-eap-crashlytics.06423a1af",
3
+ "version": "0.14.13-eap-crashlytics.558ee841d",
4
4
  "description": "The primary entrypoint to the Firebase JS SDK",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -39,9 +39,9 @@
39
39
  "typings:internal": "node ../../scripts/build/use_typings.js ./dist/app.d.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@firebase/util": "1.15.1-eap-crashlytics.06423a1af",
43
- "@firebase/logger": "0.5.1-eap-crashlytics.06423a1af",
44
- "@firebase/component": "0.7.3-eap-crashlytics.06423a1af",
42
+ "@firebase/util": "1.15.1-eap-crashlytics.558ee841d",
43
+ "@firebase/logger": "0.5.1-eap-crashlytics.558ee841d",
44
+ "@firebase/component": "0.7.3-eap-crashlytics.558ee841d",
45
45
  "idb": "7.1.1",
46
46
  "tslib": "^2.1.0"
47
47
  },