Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firebase/firebase-admin-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.11.0
Choose a base ref
...
head repository: firebase/firebase-admin-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.11.1
Choose a head ref
  • 9 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 3, 2023

  1. Copy the full SHA
    1661adc View commit details

Commits on Oct 4, 2023

  1. Copy the full SHA
    3af7e43 View commit details

Commits on Oct 12, 2023

  1. Copy the full SHA
    455a8f5 View commit details

Commits on Oct 20, 2023

  1. build(deps-dev): bump @babel/traverse from 7.21.4 to 7.23.2 (#2343)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 20, 2023
    Copy the full SHA
    1e2f906 View commit details

Commits on Nov 15, 2023

  1. build(deps-dev): bump @types/sinon-chai from 3.2.9 to 3.2.12 (#2366)

    Bumps [@types/sinon-chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon-chai) from 3.2.9 to 3.2.12.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon-chai)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/sinon-chai"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 15, 2023
    Copy the full SHA
    8192581 View commit details

Commits on Nov 21, 2023

  1. build(deps-dev): bump @microsoft/api-extractor from 7.36.3 to 7.38.3 (#…

    …2380)
    
    Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.36.3 to 7.38.3.
    - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.38.3/apps/api-extractor)
    
    ---
    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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2023
    Copy the full SHA
    ec8b293 View commit details

Commits on Nov 22, 2023

  1. Copy the full SHA
    746f0db View commit details
  2. Copy the full SHA
    e2e40ce View commit details

Commits on Nov 23, 2023

  1. Copy the full SHA
    5297fbf View commit details
Showing with 349 additions and 169 deletions.
  1. +346 −166 package-lock.json
  2. +2 −2 package.json
  3. +1 −1 src/auth/auth-api-request.ts
512 changes: 346 additions & 166 deletions package-lock.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-admin",
"version": "11.11.0",
"version": "11.11.1",
"description": "Firebase admin SDK for Node.js",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"license": "Apache-2.0",
@@ -206,7 +206,7 @@
"uuid": "^9.0.0"
},
"optionalDependencies": {
"@google-cloud/firestore": "^6.6.0",
"@google-cloud/firestore": "^6.8.0",
"@google-cloud/storage": "^6.9.5"
},
"devDependencies": {
2 changes: 1 addition & 1 deletion src/auth/auth-api-request.ts
Original file line number Diff line number Diff line change
@@ -2084,7 +2084,7 @@ export class AuthRequestHandler extends AbstractAuthRequestHandler {
* The FirebaseAuthRequestHandler constructor used to initialize an instance using a FirebaseApp.
*
* @param app - The app used to fetch access tokens to sign API requests.
* @constructor.
* @constructor
*/
constructor(app: App) {
super(app);