@firebase/auth-compat 0.2.15-canary.507d52e30 → 0.2.15

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
@@ -4,9 +4,9 @@
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [`b6196d28c`](https://github.com/firebase/firebase-js-sdk/commit/b6196d28ce6117e17dbe87cfd554d568012ef31d) [#6236](https://github.com/firebase/firebase-js-sdk/pull/6236) - Fix auth scheme reconition in capacitor env
7
+ - [`63ac2ed28`](https://github.com/firebase/firebase-js-sdk/commit/63ac2ed28f237950290a7af2dcdcf1518ddaee4b) - Fix auth scheme reconition in capacitor env
8
8
 
9
- - Updated dependencies [[`e15e8952b`](https://github.com/firebase/firebase-js-sdk/commit/e15e8952b114d811965a5481699dc3694b4a9fdd)]:
9
+ - Updated dependencies [[`63ac2ed28`](https://github.com/firebase/firebase-js-sdk/commit/63ac2ed28f237950290a7af2dcdcf1518ddaee4b), [`88517b591`](https://github.com/firebase/firebase-js-sdk/commit/88517b59179410e43d5d5129a1fefc355cd1d4eb)]:
10
10
  - @firebase/auth@0.20.2
11
11
 
12
12
  ## 0.2.14
@@ -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.15-canary.507d52e30";
9
+ var version = "0.2.15";
10
10
 
11
11
  /**
12
12
  * @license