@firebase/remote-config-types
Advanced tools
Comparing version 0.3.2 to 0.3.3-20241112154924
@@ -120,3 +120,3 @@ /** | ||
* | ||
* The following values (case insensitive) are interpreted as true: | ||
* The following values (case-insensitive) are interpreted as true: | ||
* "1", "true", "t", "yes", "y", "on". Other values are interpreted as false. | ||
@@ -123,0 +123,0 @@ */ |
{ | ||
"name": "@firebase/remote-config-types", | ||
"version": "0.3.2", | ||
"version": "0.3.3-20241112154924", | ||
"description": "@firebase/remote-config Types", | ||
@@ -23,4 +23,4 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"devDependencies": { | ||
"typescript": "4.7.4" | ||
"typescript": "5.5.4" | ||
} | ||
} |
5945