@firebase/auth-compat 0.2.17 → 0.2.18-20220707195244

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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @firebase/auth-compat
2
2
 
3
+ ## 0.2.18-20220707195244
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b12af44a5`](https://github.com/firebase/firebase-js-sdk/commit/b12af44a5c7500e1192d6cc1a4afc4d77efadbaf), [`1261d8323`](https://github.com/firebase/firebase-js-sdk/commit/1261d832345ff4505391a150cb9c32719da37eb0), [`8c52a96ed`](https://github.com/firebase/firebase-js-sdk/commit/8c52a96edac5b65501ee4eeb234c4bb8e70a5dd5)]:
8
+ - @firebase/util@1.6.3-20220707195244
9
+ - @firebase/auth@0.20.5-20220707195244
10
+ - @firebase/app-compat@0.1.29-20220707195244
11
+ - @firebase/component@0.5.17-20220707195244
12
+
3
13
  ## 0.2.17
4
14
 
5
15
  ### Patch Changes
@@ -6,7 +6,7 @@ import { isBrowserExtension, isReactNative, isNode, getUA, isIE, isIndexedDBAvai
6
6
  import * as fetchImpl from 'node-fetch';
7
7
 
8
8
  var name = "@firebase/auth-compat";
9
- var version = "0.2.17";
9
+ var version = "0.2.18-20220707195244";
10
10
 
11
11
  /**
12
12
  * @license