Skip to content

Commit

Permalink
chore: Upgrade dependencies (#2757)
Browse files Browse the repository at this point in the history
* chore: Upgrade dependencies

* chore: Update Typescript

* upgrade typescript

* Trigger Build

* align typescrip version with the jssdk
  • Loading branch information
lahirumaramba authored Nov 5, 2024
1 parent 3ae5c63 commit ec1dc66
Show file tree
Hide file tree
Showing 20 changed files with 2,233 additions and 10,204 deletions.
6 changes: 2 additions & 4 deletions etc/firebase-admin.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';
import { Bucket } from '@google-cloud/storage';
import { FirebaseDatabase } from '@firebase/database-types';
Expand Down Expand Up @@ -511,8 +509,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;
}

```
2 changes: 0 additions & 2 deletions etc/firebase-admin.app-check.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';

// @public
Expand Down
2 changes: 0 additions & 2 deletions etc/firebase-admin.app.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';

// @public
Expand Down
2 changes: 0 additions & 2 deletions etc/firebase-admin.auth.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';

// @public
Expand Down
2 changes: 0 additions & 2 deletions etc/firebase-admin.data-connect.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';

// @public
Expand Down
2 changes: 0 additions & 2 deletions etc/firebase-admin.database.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';
import { DataSnapshot } from '@firebase/database-types';
import { EventType } from '@firebase/database-types';
Expand Down
2 changes: 0 additions & 2 deletions etc/firebase-admin.eventarc.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';

// @public
Expand Down
2 changes: 0 additions & 2 deletions etc/firebase-admin.extensions.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';

// @public
Expand Down
2 changes: 0 additions & 2 deletions etc/firebase-admin.firestore.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { AddPrefixToKeys } from '@google-cloud/firestore';
import { Agent } from 'http';
import { AggregateField } from '@google-cloud/firestore';
Expand Down
2 changes: 0 additions & 2 deletions etc/firebase-admin.functions.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';

// @public
Expand Down
2 changes: 0 additions & 2 deletions etc/firebase-admin.installations.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';

// Warning: (ae-forgotten-export) The symbol "FirebaseError" needs to be exported by the entry point index.d.ts
Expand Down
2 changes: 0 additions & 2 deletions etc/firebase-admin.instance-id.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';

// Warning: (ae-forgotten-export) The symbol "FirebaseError" needs to be exported by the entry point index.d.ts
Expand Down
2 changes: 0 additions & 2 deletions etc/firebase-admin.machine-learning.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';

// @public (undocumented)
Expand Down
2 changes: 0 additions & 2 deletions etc/firebase-admin.messaging.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';

// @public
Expand Down
2 changes: 0 additions & 2 deletions etc/firebase-admin.project-management.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';

// @public
Expand Down
2 changes: 0 additions & 2 deletions etc/firebase-admin.remote-config.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';

// @public
Expand Down
2 changes: 0 additions & 2 deletions etc/firebase-admin.security-rules.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';

// Warning: (ae-forgotten-export) The symbol "App" needs to be exported by the entry point index.d.ts
Expand Down
7 changes: 3 additions & 4 deletions etc/firebase-admin.storage.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
```ts

/// <reference types="node" />

import { Agent } from 'http';
import { Bucket } from '@google-cloud/storage';
import { File as File_2 } from '@google-cloud/storage';
Expand All @@ -16,12 +14,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 ec1dc66

Please sign in to comment.