@firebase/remote-config 0.9.0 → 0.9.1
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 +7 -7
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.
|
|
12
|
+
const version = "0.9.1";
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* @license
|
|
@@ -2287,6 +2287,22 @@ async function isSupported() {
|
|
|
2287
2287
|
*
|
|
2288
2288
|
* @packageDocumentation
|
|
2289
2289
|
*/
|
|
2290
|
+
/**
|
|
2291
|
+
* @license
|
|
2292
|
+
* Copyright 2020 Google LLC
|
|
2293
|
+
*
|
|
2294
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
2295
|
+
* you may not use this file except in compliance with the License.
|
|
2296
|
+
* You may obtain a copy of the License at
|
|
2297
|
+
*
|
|
2298
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
2299
|
+
*
|
|
2300
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
2301
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
2302
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2303
|
+
* See the License for the specific language governing permissions and
|
|
2304
|
+
* limitations under the License.
|
|
2305
|
+
*/
|
|
2290
2306
|
/** register component and version */
|
|
2291
2307
|
registerRemoteConfig();
|
|
2292
2308
|
|