@firebase/auth-compat 0.2.0-canary.6ee947d63 → 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,5 +1,18 @@
1
1
  # @firebase/auth-compat
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`31bd6f27f`](https://github.com/firebase/firebase-js-sdk/commit/31bd6f27f965a561f814bad1110a43849a6a9cbf) [#5689](https://github.com/firebase/firebase-js-sdk/pull/5689) - Add SAMLAuthProvider to the compatability layer (it was missing before)
8
+
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
+
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
13
+ - @firebase/component@0.5.8
14
+ - @firebase/util@1.4.1
15
+
3
16
  ## 0.2.0
4
17
 
5
18
  ### Minor Changes
@@ -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.0-canary.6ee947d63";
9
+ var version = "0.2.1";
10
10
 
11
11
  /**
12
12
  * @license