@firebase/auth-compat 0.3.0 → 0.3.1-20230117221326

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.3.1-20230117221326
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`50b8191f6`](https://github.com/firebase/firebase-js-sdk/commit/50b8191f6c51a936bd92a1a6a68af1cf201fc127), [`d4114a4f7`](https://github.com/firebase/firebase-js-sdk/commit/d4114a4f7da3f469c0c900416ac8beee58885ec3), [`06dc1364d`](https://github.com/firebase/firebase-js-sdk/commit/06dc1364d7560f4c563e1ccc89af9cad4cd91df8)]:
8
+ - @firebase/auth@0.21.1-20230117221326
9
+ - @firebase/util@1.9.0-20230117221326
10
+ - @firebase/app-compat@0.2.1-20230117221326
11
+ - @firebase/component@0.6.1-20230117221326
12
+
3
13
  ## 0.3.0
4
14
 
5
15
  ### Minor Changes
@@ -6,7 +6,7 @@ import { isBrowserExtension, getUA, isReactNative, isNode, isIndexedDBAvailable,
6
6
  import * as fetchImpl from 'node-fetch';
7
7
 
8
8
  var name = "@firebase/auth-compat";
9
- var version = "0.3.0";
9
+ var version = "0.3.1-20230117221326";
10
10
 
11
11
  /**
12
12
  * @license