@firebase/remote-config 0.9.0 → 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.
- package/dist/esm/index.esm.js +17 -1
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/index.cjs.js +17 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/src/global_index.d.ts +0 -4
- package/package.json +8 -8
package/dist/esm/index.esm.js
CHANGED
|
@@ -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.
|
|
8
|
+
const version = "0.9.1-20260728185501";
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* @license
|
|
@@ -2283,6 +2283,22 @@ async function isSupported() {
|
|
|
2283
2283
|
*
|
|
2284
2284
|
* @packageDocumentation
|
|
2285
2285
|
*/
|
|
2286
|
+
/**
|
|
2287
|
+
* @license
|
|
2288
|
+
* Copyright 2020 Google LLC
|
|
2289
|
+
*
|
|
2290
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
2291
|
+
* you may not use this file except in compliance with the License.
|
|
2292
|
+
* You may obtain a copy of the License at
|
|
2293
|
+
*
|
|
2294
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
2295
|
+
*
|
|
2296
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
2297
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
2298
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2299
|
+
* See the License for the specific language governing permissions and
|
|
2300
|
+
* limitations under the License.
|
|
2301
|
+
*/
|
|
2286
2302
|
/** register component and version */
|
|
2287
2303
|
registerRemoteConfig();
|
|
2288
2304
|
|