@firebase/auth-compat 0.2.10 → 0.2.11-2022222232915

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.11-2022222232915
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`3198d58dc`](https://github.com/firebase/firebase-js-sdk/commit/3198d58dcedbf7583914dbcc76984f6f7df8d2ef)]:
8
+ - @firebase/util@1.5.1-2022222232915
9
+ - @firebase/app-compat@0.1.21-2022222232915
10
+ - @firebase/auth@0.19.11-2022222232915
11
+ - @firebase/component@0.5.12-2022222232915
12
+
3
13
  ## 0.2.10
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.10";
9
+ var version = "0.2.11-2022222232915";
10
10
 
11
11
  /**
12
12
  * @license