@firebase/auth-compat 0.2.10-2022216223411 → 0.2.10

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,16 +1,15 @@
1
1
  # @firebase/auth-compat
2
2
 
3
- ## 0.2.10-2022216223411
3
+ ## 0.2.10
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [`7405e7d59`](https://github.com/firebase/firebase-js-sdk/commit/7405e7d593b40c9945c32ffbe66ac6fb11e2991e) [#6033](https://github.com/firebase/firebase-js-sdk/pull/6033) - Heartbeat
8
8
 
9
9
  - Updated dependencies [[`2d672cead`](https://github.com/firebase/firebase-js-sdk/commit/2d672cead167187cb714cd89b638c0884ba58f03), [`7405e7d59`](https://github.com/firebase/firebase-js-sdk/commit/7405e7d593b40c9945c32ffbe66ac6fb11e2991e)]:
10
- - @firebase/util@1.5.0-2022216223411
11
- - @firebase/auth@0.19.10-2022216223411
12
- - @firebase/app-compat@0.1.20-2022216223411
13
- - @firebase/component@0.5.11-2022216223411
10
+ - @firebase/util@1.5.0
11
+ - @firebase/auth@0.19.10
12
+ - @firebase/component@0.5.11
14
13
 
15
14
  ## 0.2.9
16
15
 
@@ -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-2022216223411";
9
+ var version = "0.2.10";
10
10
 
11
11
  /**
12
12
  * @license