@firebase/auth-compat 0.2.18-20220707184205 → 0.2.18

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,14 +1,13 @@
1
1
  # @firebase/auth-compat
2
2
 
3
- ## 0.2.18-20220707184205
3
+ ## 0.2.18
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`b12af44a5`](https://github.com/firebase/firebase-js-sdk/commit/b12af44a5c7500e1192d6cc1a4afc4d77efadbaf), [`8c52a96ed`](https://github.com/firebase/firebase-js-sdk/commit/8c52a96edac5b65501ee4eeb234c4bb8e70a5dd5)]:
8
- - @firebase/util@1.6.3-20220707184205
9
- - @firebase/auth@0.20.5-20220707184205
10
- - @firebase/app-compat@0.1.29-20220707184205
11
- - @firebase/component@0.5.17-20220707184205
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
9
+ - @firebase/auth@0.20.5
10
+ - @firebase/component@0.5.17
12
11
 
13
12
  ## 0.2.17
14
13
 
@@ -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.18-20220707184205";
9
+ var version = "0.2.18";
10
10
 
11
11
  /**
12
12
  * @license