@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.
@@ -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 {};
@@ -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 {};
@@ -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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/util",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",