@firebase/auth-compat 0.2.1-2021102231614 → 0.2.1

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,6 +1,6 @@
1
1
  # @firebase/auth-compat
2
2
 
3
- ## 0.2.1-2021102231614
3
+ ## 0.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,10 +9,9 @@
9
9
  * [`2322b6023`](https://github.com/firebase/firebase-js-sdk/commit/2322b6023c628cd9f4f4172767c17d215dd91684) [#5693](https://github.com/firebase/firebase-js-sdk/pull/5693) - Add exports field to all packages
10
10
 
11
11
  * Updated dependencies [[`31bd6f27f`](https://github.com/firebase/firebase-js-sdk/commit/31bd6f27f965a561f814bad1110a43849a6a9cbf), [`2322b6023`](https://github.com/firebase/firebase-js-sdk/commit/2322b6023c628cd9f4f4172767c17d215dd91684), [`0765b5e19`](https://github.com/firebase/firebase-js-sdk/commit/0765b5e19c3e949bb33233ee52c8e33f01418e54)]:
12
- - @firebase/auth@0.19.1-2021102231614
13
- - @firebase/app-compat@0.1.7-2021102231614
14
- - @firebase/component@0.5.8-2021102231614
15
- - @firebase/util@1.4.1-2021102231614
12
+ - @firebase/auth@0.19.1
13
+ - @firebase/component@0.5.8
14
+ - @firebase/util@1.4.1
16
15
 
17
16
  ## 0.2.0
18
17
 
@@ -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.1-2021102231614";
9
+ var version = "0.2.1";
10
10
 
11
11
  /**
12
12
  * @license