@firebase/util 1.14.0 → 1.15.0
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/index.cjs.js +47 -194
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +48 -194
- package/dist/index.esm.js.map +1 -1
- package/dist/index.node.cjs.js +47 -194
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/node-esm/index.node.esm.js +48 -194
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/dist/node-esm/src/emulator.d.ts +0 -7
- package/dist/src/emulator.d.ts +0 -7
- package/dist/util-public.d.ts +0 -8
- package/dist/util.d.ts +0 -8
- package/package.json +1 -1
|
@@ -44,11 +44,4 @@ export type EmulatorMockTokenOptions = ({
|
|
|
44
44
|
sub: string;
|
|
45
45
|
}) & Partial<FirebaseIdToken>;
|
|
46
46
|
export declare function createMockUserToken(token: EmulatorMockTokenOptions, projectId?: string): string;
|
|
47
|
-
/**
|
|
48
|
-
* Updates Emulator Banner. Primarily used for Firebase Studio
|
|
49
|
-
* @param name
|
|
50
|
-
* @param isRunningEmulator
|
|
51
|
-
* @public
|
|
52
|
-
*/
|
|
53
|
-
export declare function updateEmulatorBanner(name: string, isRunningEmulator: boolean): void;
|
|
54
47
|
export {};
|
package/dist/src/emulator.d.ts
CHANGED
|
@@ -44,11 +44,4 @@ export type EmulatorMockTokenOptions = ({
|
|
|
44
44
|
sub: string;
|
|
45
45
|
}) & Partial<FirebaseIdToken>;
|
|
46
46
|
export declare function createMockUserToken(token: EmulatorMockTokenOptions, projectId?: string): string;
|
|
47
|
-
/**
|
|
48
|
-
* Updates Emulator Banner. Primarily used for Firebase Studio
|
|
49
|
-
* @param name
|
|
50
|
-
* @param isRunningEmulator
|
|
51
|
-
* @public
|
|
52
|
-
*/
|
|
53
|
-
export declare function updateEmulatorBanner(name: string, isRunningEmulator: boolean): void;
|
|
54
47
|
export {};
|
package/dist/util-public.d.ts
CHANGED
|
@@ -984,14 +984,6 @@ export declare interface Subscribe<T> {
|
|
|
984
984
|
|
|
985
985
|
export declare type Unsubscribe = () => void;
|
|
986
986
|
|
|
987
|
-
/**
|
|
988
|
-
* Updates Emulator Banner. Primarily used for Firebase Studio
|
|
989
|
-
* @param name
|
|
990
|
-
* @param isRunningEmulator
|
|
991
|
-
* @public
|
|
992
|
-
*/
|
|
993
|
-
export declare function updateEmulatorBanner(name: string, isRunningEmulator: boolean): void;
|
|
994
|
-
|
|
995
987
|
/**
|
|
996
988
|
* Check to make sure the appropriate number of arguments are provided for a public function.
|
|
997
989
|
* Throws an error if it fails.
|
package/dist/util.d.ts
CHANGED
|
@@ -1004,14 +1004,6 @@ export declare interface Subscribe<T> {
|
|
|
1004
1004
|
|
|
1005
1005
|
export declare type Unsubscribe = () => void;
|
|
1006
1006
|
|
|
1007
|
-
/**
|
|
1008
|
-
* Updates Emulator Banner. Primarily used for Firebase Studio
|
|
1009
|
-
* @param name
|
|
1010
|
-
* @param isRunningEmulator
|
|
1011
|
-
* @public
|
|
1012
|
-
*/
|
|
1013
|
-
export declare function updateEmulatorBanner(name: string, isRunningEmulator: boolean): void;
|
|
1014
|
-
|
|
1015
1007
|
/**
|
|
1016
1008
|
* Check to make sure the appropriate number of arguments are provided for a public function.
|
|
1017
1009
|
* Throws an error if it fails.
|