File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1+ - Upgrades Database Emulator to v4.7.3, removing log4j dependency.
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ const CACHE_DIR =
2727
2828export const DownloadDetails : { [ s in DownloadableEmulators ] : EmulatorDownloadDetails } = {
2929 database : {
30- downloadPath : path . join ( CACHE_DIR , "firebase-database-emulator-v4.7.2 .jar" ) ,
31- version : "4.7.2 " ,
30+ downloadPath : path . join ( CACHE_DIR , "firebase-database-emulator-v4.7.3 .jar" ) ,
31+ version : "4.7.3 " ,
3232 opts : {
3333 cacheDir : CACHE_DIR ,
3434 remoteUrl :
35- "https://storage.googleapis.com/firebase-preview-drop/emulator/firebase-database-emulator-v4.7.2 .jar" ,
36- expectedSize : 28910604 ,
37- expectedChecksum : "264e5df0c0661c064ef7dc9ce8179aba " ,
35+ "https://storage.googleapis.com/firebase-preview-drop/emulator/firebase-database-emulator-v4.7.3 .jar" ,
36+ expectedSize : 28862098 ,
37+ expectedChecksum : "8f696f24ee89c937a789498a0c0e4899 " ,
3838 namePrefix : "firebase-database-emulator" ,
3939 } ,
4040 } ,
You can’t perform that action at this time.
0 commit comments