Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirumaramba committed Nov 4, 2024
1 parent 3ae5c63 commit 089f028
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 429 deletions.
4 changes: 2 additions & 2 deletions etc/firebase-admin.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@ export function storage(app?: App): storage.Storage;

// @public (undocumented)
export namespace storage {
// Warning: (ae-forgotten-export) The symbol "Storage" needs to be exported by the entry point default-namespace.d.ts
export type Storage = Storage;
// Warning: (ae-forgotten-export) The symbol "Storage_2" needs to be exported by the entry point default-namespace.d.ts
export type Storage = Storage_2;
}

```
5 changes: 3 additions & 2 deletions etc/firebase-admin.storage.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ export function getDownloadURL(file: File_2): Promise<string>;
// Warning: (ae-forgotten-export) The symbol "App" needs to be exported by the entry point index.d.ts
//
// @public
export function getStorage(app?: App): Storage;
export function getStorage(app?: App): Storage_2;

// @public
export class Storage {
class Storage_2 {
get app(): App;
bucket(name?: string): Bucket;
}
export { Storage_2 as Storage }

```
Loading

0 comments on commit 089f028

Please sign in to comment.