File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 33- Removed ` dataconnect:sql:migrate ` command hard dependency on 'roles/cloudsql.admin'. (#7578 )
44- Added support for setting the encryption configuration of restored firestore databases. (#7483 )
55- Added support for ` VERIFY_AND_CHANGE_EMAIL ` events in the Auth emulator. (#7618 )
6+ - Updated the Firebase Data Connect toolkit to v1.3.6, which serves a generated GraphQL docsite under /docs. (#7640 )
Original file line number Diff line number Diff line change @@ -57,20 +57,20 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
5757 dataconnect :
5858 process . platform === "darwin"
5959 ? {
60- version : "1.3.5 " ,
61- expectedSize : 24232704 ,
62- expectedChecksum : "4eabf613a4a5feeaa173e1375b62bde0 " ,
60+ version : "1.3.6 " ,
61+ expectedSize : 24867584 ,
62+ expectedChecksum : "b924d31e3620d7ed4486a95e22629fc8 " ,
6363 }
6464 : process . platform === "win32"
6565 ? {
66- version : "1.3.5 " ,
67- expectedSize : 24651264 ,
68- expectedChecksum : "c7b2b7168ff7226f4e5626ae7d13e0ca " ,
66+ version : "1.3.6 " ,
67+ expectedSize : 25292288 ,
68+ expectedChecksum : "45025491b43b55a94f4e4db8df903250 " ,
6969 }
7070 : {
71- version : "1.3.5 " ,
72- expectedSize : 24146072 ,
73- expectedChecksum : "1457937751ce25fa332cdc16b561d64b " ,
71+ version : "1.3.6 " ,
72+ expectedSize : 24785048 ,
73+ expectedChecksum : "6ae5820c0470c5a954540ad97838ec01 " ,
7474 } ,
7575} ;
7676
You can’t perform that action at this time.
0 commit comments