@firebase/auth-compat 0.3.7-canary.852ded64d → 0.3.7-canary.ea3849fff
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/dist/auth-compat/test/helpers/helpers.d.ts +1 -0
- package/dist/esm/auth-compat/test/helpers/helpers.d.ts +1 -0
- package/dist/esm/index.node.esm.js +1 -1
- package/dist/firebase-auth.js +1 -1
- package/dist/firebase-auth.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm2017.js +1 -1
- package/dist/index.node.cjs.js +1 -1
- package/package.json +7 -7
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
import { Provider } from '@firebase/component';
|
|
18
18
|
import '../..';
|
|
19
19
|
export declare const FAKE_HEARTBEAT_CONTROLLER_PROVIDER: Provider<"heartbeat">;
|
|
20
|
+
export declare const FAKE_APP_CHECK_CONTROLLER_PROVIDER: Provider<"app-check-internal">;
|
|
20
21
|
export declare function initializeTestInstance(): void;
|
|
21
22
|
export declare function cleanUpTestInstance(): Promise<void>;
|
|
22
23
|
export declare function randomEmail(): string;
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
import { Provider } from '@firebase/component';
|
|
18
18
|
import '../..';
|
|
19
19
|
export declare const FAKE_HEARTBEAT_CONTROLLER_PROVIDER: Provider<"heartbeat">;
|
|
20
|
+
export declare const FAKE_APP_CHECK_CONTROLLER_PROVIDER: Provider<"app-check-internal">;
|
|
20
21
|
export declare function initializeTestInstance(): void;
|
|
21
22
|
export declare function cleanUpTestInstance(): Promise<void>;
|
|
22
23
|
export declare function randomEmail(): string;
|
|
@@ -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.3.7-canary.
|
|
9
|
+
var version = "0.3.7-canary.ea3849fff";
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* @license
|