Skip to content

Commit

Permalink
build(deps): Bump typescript, database-compat (#2403)
Browse files Browse the repository at this point in the history
Upgraded @firebase/database-compat to v1.0.2 and @firebase/database-types to v1.0.0
Upgraded typescript to ^5.1.6
Upgraded @types/node to ^20.10.3
Upgraded @google-cloud/storage to ^7.7.0
  • Loading branch information
lahirumaramba committed Dec 6, 2023
1 parent b334dca commit 14dea58
Show file tree
Hide file tree
Showing 5 changed files with 955 additions and 1,261 deletions.
4 changes: 2 additions & 2 deletions etc/firebase-admin.storage.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

import { Agent } from 'http';
import { Bucket } from '@google-cloud/storage';
import { File } from '@google-cloud/storage';
import { File as File_2 } from '@google-cloud/storage';

// @public
export function getDownloadURL(file: File): Promise<string>;
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
//
Expand Down

0 comments on commit 14dea58

Please sign in to comment.