@firebase/auth-compat 0.2.24-20221025194556 → 0.2.24

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,17 +1,16 @@
1
1
  # @firebase/auth-compat
2
2
 
3
- ## 0.2.24-20221025194556
3
+ ## 0.2.24
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.
8
8
 
9
9
  - Updated dependencies [[`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5)]:
10
- - @firebase/app-compat@0.1.38-20221025194556
11
- - @firebase/auth@0.20.11-20221025194556
12
- - @firebase/auth-types@0.11.1-20221025194556
13
- - @firebase/component@0.5.21-20221025194556
14
- - @firebase/util@1.7.3-20221025194556
10
+ - @firebase/auth@0.20.11
11
+ - @firebase/auth-types@0.11.1
12
+ - @firebase/component@0.5.21
13
+ - @firebase/util@1.7.3
15
14
 
16
15
  ## 0.2.23
17
16
 
@@ -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.2.24-20221025194556";
9
+ var version = "0.2.24";
10
10
 
11
11
  /**
12
12
  * @license