File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @firebase/analytics ' : patch
3
+ ' @firebase/util ' : minor
4
+ ' firebase ' : patch
5
+ ---
6
+
7
+ - Fix an error where an analytics PR included a change to ` @firebase/util ` , but
8
+ the util package was not properly included in the changeset for a patch bump.
9
+
10
+ - ` @firebase/util ` adds environment check methods ` isIndexedDBAvailable `
11
+ ` validateIndexedDBOpenable ` , and ` areCookiesEnabled ` .
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ registerAnalytics(firebase as _FirebaseNamespace);
102
102
declare module '@firebase/app-types' {
103
103
interface FirebaseNamespace {
104
104
analytics ( app ?: FirebaseApp ) : FirebaseAnalytics ;
105
- isSupported ( ) : Promise < boolean > ;
106
105
}
107
106
interface FirebaseApp {
108
107
analytics ( ) : FirebaseAnalytics ;
You can’t perform that action at this time.
0 commit comments