File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 11- Updated ` cross-env ` and ` cross-spawn ` dependencies to avoid vulnerable versions. (#7979 )
22- Fixed an issue with the Data Connect emulator where ` dataDir ` and ` --export ` were relative to the current directory insead of ` firebase.json ` .
33- ` init dataconnect ` now suggests DNS compatible service IDs.
4+ - Updated the Firebase Data Connect local toolkit to v1.7.6, which includes several bug fixes:
5+ - Fixed an issue in generated Dart code when an operation name ends in a number
6+ - Fixed an issue with ` @check ` and ` @redact ` directives on list fields
7+ - Fixed an issue with null literals in ` any ` type fields
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.7.5 " ,
63- expectedSize : 25281280 ,
64- expectedChecksum : "85d0de96b5c08b553fd8506a2bc381bb " ,
62+ version : "1.7.6 " ,
63+ expectedSize : 25322240 ,
64+ expectedChecksum : "2dda7394330fd1aba37605466941eef0 " ,
6565 }
6666 : process . platform === "win32"
6767 ? {
68- version : "1.7.5 " ,
69- expectedSize : 25711616 ,
70- expectedChecksum : "c99d67fa8e74d41760b96122b055b8e2 " ,
68+ version : "1.7.6 " ,
69+ expectedSize : 25752064 ,
70+ expectedChecksum : "283c11e28a0072b596531b79462a8e94 " ,
7171 }
7272 : {
73- version : "1.7.5 " ,
74- expectedSize : 25190552 ,
75- expectedChecksum : "61d966b781e6f2887f8b38ec271b54e2 " ,
73+ version : "1.7.6 " ,
74+ expectedSize : 25235608 ,
75+ expectedChecksum : "f66e24b3726df57cd1f1685a64a87904 " ,
7676 } ,
7777} ;
7878
You can’t perform that action at this time.
0 commit comments