File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11- Support loading Firebase Functions packaged as an ES module. (#3485 )
2+ - Fixes Cloud Storage emulator missing classes (#3541 )
Original file line number Diff line number Diff line change @@ -51,16 +51,15 @@ export const DownloadDetails: { [s in DownloadableEmulators]: EmulatorDownloadDe
5151 } ,
5252 } ,
5353 storage : {
54- downloadPath : path . join ( CACHE_DIR , "cloud-storage-rules-runtime-v1.0.0 .jar" ) ,
55- version : "1.0.0 " ,
54+ downloadPath : path . join ( CACHE_DIR , "cloud-storage-rules-runtime-v1.0.1 .jar" ) ,
55+ version : "1.0.1 " ,
5656 opts : {
5757 cacheDir : CACHE_DIR ,
5858 remoteUrl :
59- "https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-storage-rules-runtime-v1.0.0 .jar" ,
60- expectedSize : 63857175 ,
61- expectedChecksum : "fd8577f82d42ee1c03ae9d12b888049c " ,
59+ "https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-storage-rules-runtime-v1.0.1 .jar" ,
60+ expectedSize : 32729999 ,
61+ expectedChecksum : "1a441f5e16c17aa7a27db71c9c9186d5 " ,
6262 namePrefix : "cloud-storage-rules-emulator" ,
63- skipChecksumAndSize : true ,
6463 } ,
6564 } ,
6665 ui : {
You can’t perform that action at this time.
0 commit comments