Skip to content

Commit

Permalink
build(deps-dev): bump @microsoft/api-extractor from 7.15.2 to 7.18.4 (#…
Browse files Browse the repository at this point in the history
…1379)

* build(deps-dev): bump @microsoft/api-extractor from 7.15.2 to 7.18.4

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.15.2 to 7.18.4.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.15.2...@microsoft/api-extractor_v7.18.4)

---
updated-dependencies:
- dependency-name: "@microsoft/api-extractor"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: Updated API report with the new API Extractor version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hiranya Jayathilaka <hiranya911@gmail.com>
  • Loading branch information
dependabot[bot] and hiranya911 committed Aug 3, 2021
1 parent 2e5e473 commit 63d12e0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 37 deletions.
5 changes: 3 additions & 2 deletions etc/firebase-admin.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
```ts

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

import { Agent } from 'http';
import { Bucket } from '@google-cloud/storage';
import * as _firestore from '@google-cloud/firestore';
Expand Down Expand Up @@ -923,7 +925,7 @@ export namespace messaging {
title?: string;
vibrate?: number | number[];
}
{};
{};
}

// @public
Expand Down Expand Up @@ -1138,7 +1140,6 @@ export namespace storage {
}
}


// (No @packageDocumentation comment for this package)

```
68 changes: 33 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63d12e0

Please sign in to comment.