@firebase/remote-config-types 0.3.2 → 0.3.3

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -117,7 +117,7 @@ export interface Value {
117
117
  /**
118
118
  * Gets the value as a boolean.
119
119
  *
120
- * The following values (case insensitive) are interpreted as true:
120
+ * The following values (case-insensitive) are interpreted as true:
121
121
  * "1", "true", "t", "yes", "y", "on". Other values are interpreted as false.
122
122
  */
123
123
  asBoolean(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/remote-config-types",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "@firebase/remote-config Types",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "license": "Apache-2.0",
@@ -20,6 +20,6 @@
20
20
  "url": "https://github.com/firebase/firebase-js-sdk/issues"
21
21
  },
22
22
  "devDependencies": {
23
- "typescript": "4.7.4"
23
+ "typescript": "5.5.4"
24
24
  }
25
25
  }