Skip to content

Commit 5a82e48

Browse files
authored
Update package.json (#131)
1. Update the release version to 0.5.1 (no RC) 2. Change the peer dependency on firebase-admin to be a "~" dependency. With a 3-digit semver this means that our dependency must be locked to the minor release (and no less than the revision). This means that we'll be protected from breaking TypeScript customers if firebase-admin agrees to put all new members in minor revisions. The downside of this is that firebase-functions will have many more version bumps (possibly just to change our peer dependency) and firebase-admin will climb its minor version # much faster.
1 parent 92bdb9a commit 5a82e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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": "0.5.1-rc1",
3+
"version": "0.5.1",
44
"description": "Firebase SDK for Cloud Functions",
55
"main": "lib/index.js",
66
"scripts": {
@@ -48,7 +48,7 @@
4848
"typescript": "^2.0.3"
4949
},
5050
"peerDependencies": {
51-
"firebase-admin": "^4.1.2"
51+
"firebase-admin": "~4.1.2"
5252
},
5353
"dependencies": {
5454
"@types/express": "^4.0.33",

0 commit comments

Comments
 (0)