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.10.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.10.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 13, 2023

  1. Revert "chore: upgrade databse-compat (#2244)" (#2247)

    This reverts commit 844600b.
    lahirumaramba authored Jul 13, 2023
    Copy the full SHA
    e838f88 View commit details
  2. Copy the full SHA
    0ecf374 View commit details
Showing with 16 additions and 15 deletions.
  1. +13 −12 package-lock.json
  2. +3 −3 package.json
25 changes: 13 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-admin",
"version": "11.10.0",
"version": "11.10.1",
"description": "Firebase admin SDK for Node.js",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"license": "Apache-2.0",
@@ -197,8 +197,8 @@
},
"dependencies": {
"@fastify/busboy": "^1.2.1",
"@firebase/database-compat": "^1.0.0",
"@firebase/database-types": "^1.0.0",
"@firebase/database-compat": "^0.3.4",
"@firebase/database-types": "^0.10.4",
"@types/node": ">=12.12.47",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.0.1",