@firebase/auth-compat 0.2.22 → 0.2.23-20221012194824

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.23-20221012194824
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`807f06aa2`](https://github.com/firebase/firebase-js-sdk/commit/807f06aa26438a91aaea08fd38efb6c706bb8a5d)]:
8
+ - @firebase/util@1.7.2-20221012194824
9
+ - @firebase/app-compat@0.1.37-20221012194824
10
+ - @firebase/auth@0.20.10-20221012194824
11
+ - @firebase/component@0.5.20-20221012194824
12
+
3
13
  ## 0.2.22
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.22";
9
+ var version = "0.2.23-20221012194824";
10
10
 
11
11
  /**
12
12
  * @license