File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1+ - Updated the Firebase Data Connect local toolkit to v1.4.3, which includes a fix for URL redirects in the generated docsite. (#7763 )
Original file line number Diff line number Diff line change @@ -59,20 +59,20 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
5959 dataconnect :
6060 process . platform === "darwin"
6161 ? {
62- version : "1.4.2 " ,
62+ version : "1.4.3 " ,
6363 expectedSize : 25125632 ,
64- expectedChecksum : "25c7dfe5816f4bfba82f002bcab10340 " ,
64+ expectedChecksum : "1edc7180b101b1b3653429ecb8312d2d " ,
6565 }
6666 : process . platform === "win32"
6767 ? {
68- version : "1.4.2 " ,
68+ version : "1.4.3 " ,
6969 expectedSize : 25548800 ,
70- expectedChecksum : "854ddf17fd9adeafd19531282ccc2a46 " ,
70+ expectedChecksum : "16b31831577778e8842c8715f35b4faa " ,
7171 }
7272 : {
73- version : "1.4.2 " ,
73+ version : "1.4.3 " ,
7474 expectedSize : 25034904 ,
75- expectedChecksum : "ed21d946879647f24fade5cdd93c9eb3 " ,
75+ expectedChecksum : "c959f7bd2ed3221c509cb7ad22956de3 " ,
7676 } ,
7777} ;
7878
You can’t perform that action at this time.
0 commit comments