@firebase/remote-config 0.4.8-canary.d752e8096 → 0.4.8-canary.e542f1dbd

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.
@@ -6,7 +6,7 @@ import { __awaiter, __generator, __assign } from 'tslib';
6
6
  import '@firebase/installations';
7
7
 
8
8
  var name = "@firebase/remote-config";
9
- var version = "0.4.8-canary.d752e8096";
9
+ var version = "0.4.8-canary.e542f1dbd";
10
10
 
11
11
  /**
12
12
  * @license
@@ -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.4.8-canary.d752e8096";
8
+ const version = "0.4.8-canary.e542f1dbd";
9
9
 
10
10
  /**
11
11
  * @license
@@ -67,7 +67,7 @@ export interface Value {
67
67
  /**
68
68
  * Gets the value as a boolean.
69
69
  *
70
- * The following values (case insensitive) are interpreted as true:
70
+ * The following values (case-insensitive) are interpreted as true:
71
71
  * "1", "true", "t", "yes", "y", "on". Other values are interpreted as false.
72
72
  */
73
73
  asBoolean(): boolean;
package/dist/index.cjs.js CHANGED
@@ -10,7 +10,7 @@ var tslib = require('tslib');
10
10
  require('@firebase/installations');
11
11
 
12
12
  var name = "@firebase/remote-config";
13
- var version = "0.4.8-canary.d752e8096";
13
+ var version = "0.4.8-canary.e542f1dbd";
14
14
 
15
15
  /**
16
16
  * @license
@@ -220,7 +220,7 @@ export declare interface Value {
220
220
  /**
221
221
  * Gets the value as a boolean.
222
222
  *
223
- * The following values (case insensitive) are interpreted as true:
223
+ * The following values (case-insensitive) are interpreted as true:
224
224
  * "1", "true", "t", "yes", "y", "on". Other values are interpreted as false.
225
225
  */
226
226
  asBoolean(): boolean;
@@ -220,7 +220,7 @@ export declare interface Value {
220
220
  /**
221
221
  * Gets the value as a boolean.
222
222
  *
223
- * The following values (case insensitive) are interpreted as true:
223
+ * The following values (case-insensitive) are interpreted as true:
224
224
  * "1", "true", "t", "yes", "y", "on". Other values are interpreted as false.
225
225
  */
226
226
  asBoolean(): boolean;
@@ -67,7 +67,7 @@ export interface Value {
67
67
  /**
68
68
  * Gets the value as a boolean.
69
69
  *
70
- * The following values (case insensitive) are interpreted as true:
70
+ * The following values (case-insensitive) are interpreted as true:
71
71
  * "1", "true", "t", "yes", "y", "on". Other values are interpreted as false.
72
72
  */
73
73
  asBoolean(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/remote-config",
3
- "version": "0.4.8-canary.d752e8096",
3
+ "version": "0.4.8-canary.e542f1dbd",
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",
@@ -39,18 +39,18 @@
39
39
  "typings:internal": "node ../../scripts/build/use_typings.js ./dist/src/index.d.ts"
40
40
  },
41
41
  "peerDependencies": {
42
- "@firebase/app": "0.10.6-canary.d752e8096"
42
+ "@firebase/app": "0.10.7-canary.e542f1dbd"
43
43
  },
44
44
  "dependencies": {
45
- "@firebase/installations": "0.6.8-canary.d752e8096",
46
- "@firebase/logger": "0.4.2-canary.d752e8096",
47
- "@firebase/util": "1.9.7-canary.d752e8096",
48
- "@firebase/component": "0.6.8-canary.d752e8096",
45
+ "@firebase/installations": "0.6.8-canary.e542f1dbd",
46
+ "@firebase/logger": "0.4.2-canary.e542f1dbd",
47
+ "@firebase/util": "1.9.7-canary.e542f1dbd",
48
+ "@firebase/component": "0.6.8-canary.e542f1dbd",
49
49
  "tslib": "^2.1.0"
50
50
  },
51
51
  "license": "Apache-2.0",
52
52
  "devDependencies": {
53
- "@firebase/app": "0.10.6-canary.d752e8096",
53
+ "@firebase/app": "0.10.7-canary.e542f1dbd",
54
54
  "rollup": "2.79.1",
55
55
  "rollup-plugin-typescript2": "0.31.2",
56
56
  "typescript": "4.7.4"