@firebase/remote-config 0.9.0-eap-crashlytics.659b578fb → 0.9.1-20260728185501

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.
@@ -5,7 +5,7 @@ import { LogLevel, Logger } from '@firebase/logger';
5
5
  import '@firebase/installations';
6
6
 
7
7
  const name = "@firebase/remote-config";
8
- const version = "0.9.0-eap-crashlytics.659b578fb";
8
+ const version = "0.9.1-20260728185501";
9
9
 
10
10
  /**
11
11
  * @license
package/dist/index.cjs.js CHANGED
@@ -9,7 +9,7 @@ var logger = require('@firebase/logger');
9
9
  require('@firebase/installations');
10
10
 
11
11
  const name = "@firebase/remote-config";
12
- const version = "0.9.0-eap-crashlytics.659b578fb";
12
+ const version = "0.9.1-20260728185501";
13
13
 
14
14
  /**
15
15
  * @license
@@ -149,10 +149,6 @@ 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;
156
152
  }
157
153
  declare module '@firebase/component' {
158
154
  interface NameServiceMapping {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/remote-config",
3
- "version": "0.9.0-eap-crashlytics.659b578fb",
3
+ "version": "0.9.1-20260728185501",
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.15.1-eap-crashlytics.659b578fb"
40
+ "@firebase/app": "0.16.0-20260728185501"
41
41
  },
42
42
  "dependencies": {
43
- "@firebase/installations": "0.6.22-eap-crashlytics.659b578fb",
44
- "@firebase/logger": "0.5.1-eap-crashlytics.659b578fb",
45
- "@firebase/util": "1.15.1-eap-crashlytics.659b578fb",
46
- "@firebase/component": "0.7.3-eap-crashlytics.659b578fb",
43
+ "@firebase/installations": "0.6.23-20260728185501",
44
+ "@firebase/logger": "0.5.1",
45
+ "@firebase/util": "1.15.2-20260728185501",
46
+ "@firebase/component": "0.7.4-20260728185501",
47
47
  "tslib": "^2.1.0"
48
48
  },
49
49
  "license": "Apache-2.0",
50
50
  "devDependencies": {
51
- "@firebase/app": "0.15.1-eap-crashlytics.659b578fb",
51
+ "@firebase/app": "0.16.0-20260728185501",
52
52
  "rollup": "4.62.2",
53
53
  "rollup-plugin-dts": "5.3.1",
54
54
  "rollup-plugin-typescript2": "0.37.0",