Commit 5a82e48
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
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments