@firebase/auth-compat 0.2.9-canary.e987dac26 → 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,5 +1,16 @@
1
1
  # @firebase/auth-compat
2
2
 
3
+ ## 0.2.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [`7405e7d59`](https://github.com/firebase/firebase-js-sdk/commit/7405e7d593b40c9945c32ffbe66ac6fb11e2991e) [#6033](https://github.com/firebase/firebase-js-sdk/pull/6033) - Heartbeat
8
+
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
11
+ - @firebase/auth@0.19.10
12
+ - @firebase/component@0.5.11
13
+
3
14
  ## 0.2.9
4
15
 
5
16
  ### Patch Changes
@@ -14,7 +14,9 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
+ import { Provider } from '@firebase/component';
17
18
  import '../..';
19
+ export declare const FAKE_HEARTBEAT_CONTROLLER_PROVIDER: Provider<"heartbeat">;
18
20
  export declare function initializeTestInstance(): void;
19
21
  export declare function cleanUpTestInstance(): Promise<void>;
20
22
  export declare function randomEmail(): string;
@@ -14,7 +14,9 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
+ import { Provider } from '@firebase/component';
17
18
  import '../..';
19
+ export declare const FAKE_HEARTBEAT_CONTROLLER_PROVIDER: Provider<"heartbeat">;
18
20
  export declare function initializeTestInstance(): void;
19
21
  export declare function cleanUpTestInstance(): Promise<void>;
20
22
  export declare function randomEmail(): string;
@@ -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.9-canary.e987dac26";
9
+ var version = "0.2.10";
10
10
 
11
11
  /**
12
12
  * @license