File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 11- Fix webframeworks deployments when using ` site ` in ` firebase.json ` . (#8295 )
2- - Add support for brownfield project onboard ` dataconnect:sql:setup ` (#8150 )
2+ - Add support for brownfield project onboard ` dataconnect:sql:setup ` . (#8150 )
3+ - Update the Firebase Data Connect local toolkit to v1.8.5, which includes the following changes: (#8310 )
4+ - Fix the ` Int ` and ` Int64 ` scalars to correctly validate the ` int32 ` and ` int64 ` ranges, respectively.
5+ - Fix the generated web SDK so that ` pnpm ` properly uses the ` link ` functionality.
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" // macos
6161 ? {
62- version : "1.8.4 " ,
63- expectedSize : 25588480 ,
64- expectedChecksum : "421f6226a0433b824642c03eb0b6862d " ,
62+ version : "1.8.5 " ,
63+ expectedSize : 25600768 ,
64+ expectedChecksum : "7e2a935f972ce30e075cca1f36e24663 " ,
6565 }
6666 : process . platform === "win32" // windows
6767 ? {
68- version : "1.8.4 " ,
69- expectedSize : 26020352 ,
70- expectedChecksum : "b78c95a7f071f127acda3a76cdcc8c48 " ,
68+ version : "1.8.5 " ,
69+ expectedSize : 26031616 ,
70+ expectedChecksum : "da063f9893b0ff4c99f280653c717977 " ,
7171 }
7272 : {
73- version : "1.8.4 " , // linux
74- expectedSize : 25501848 ,
75- expectedChecksum : "0aabd622b1a99b2a0d9c9dec4c7404fc " ,
73+ version : "1.8.5 " , // linux
74+ expectedSize : 25514136 ,
75+ expectedChecksum : "6564f779f7f5a467e587d7093ed7c3e3 " ,
7676 } ,
7777} ;
7878
You can’t perform that action at this time.
0 commit comments