Skip to content

Commit a4b85a5

Browse files
authored
Merge branch 'master' into dl-entrypoint
2 parents 3041fee + c0b488a commit a4b85a5

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- Fix retry in event triggered functions. (#1463)
2-
- Expose retry configuration in v2 RTDB trigger (#1588)
3-
- Fix CORS options for v2 callable functions (#1564)
4-
- Remove invalid `enforceAppCheck` option for v2 onRequest trigger (#1477)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase-functions",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Firebase SDK for Cloud Functions",
55
"keywords": [
66
"firebase",
@@ -254,7 +254,7 @@
254254
"docgen:v2:gen": "api-documenter-fire markdown -i docgen/v2 -o docgen/v2/markdown --project functions && npm run docgen:v2:toc",
255255
"docgen:v2": "npm run build && npm run docgen:v2:extract && npm run docgen:v2:gen",
256256
"build:pack": "rm -rf lib && npm install && tsc -p tsconfig.release.json && npm pack",
257-
"build:release": "npm ci --production && npm install --no-save typescript firebase-admin && tsc -p tsconfig.release.json",
257+
"build:release": "npm ci --production && npm install --no-save typescript && tsc -p tsconfig.release.json",
258258
"build": "tsc -p tsconfig.release.json",
259259
"build:watch": "npm run build -- -w",
260260
"format": "npm run format:ts && npm run format:other",

0 commit comments

Comments
 (0)