Skip to content

Commit 14dea58

Browse files
build(deps): Bump typescript, database-compat (#2403)
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
1 parent b334dca commit 14dea58

File tree

5 files changed

+955
-1261
lines changed

5 files changed

+955
-1261
lines changed

etc/firebase-admin.storage.api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
import { Agent } from 'http';
1010
import { Bucket } from '@google-cloud/storage';
11-
import { File } from '@google-cloud/storage';
11+
import { File as File_2 } from '@google-cloud/storage';
1212

1313
// @public
14-
export function getDownloadURL(file: File): Promise<string>;
14+
export function getDownloadURL(file: File_2): Promise<string>;
1515

1616
// Warning: (ae-forgotten-export) The symbol "App" needs to be exported by the entry point index.d.ts
1717
//

0 commit comments

Comments
 (0)