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 1
1
- Fixed an issue where ` --import ` path was incorrectly resolved for the Data Connect emulator. (#8219 )
2
+ - Updated the Firebase Data Connect local toolkit to v1.8.2 which fixes an issue with a missing ` FirebaseError ` import. (#8232 )
Original file line number Diff line number Diff line change @@ -59,20 +59,20 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
59
59
dataconnect :
60
60
process . platform === "darwin" // macos
61
61
? {
62
- version : "1.8.1 " ,
63
- expectedSize : 25469696 ,
64
- expectedChecksum : "dc8b5c38838ebe667e2e93c51c14578a " ,
62
+ version : "1.8.2 " ,
63
+ expectedSize : 25506560 ,
64
+ expectedChecksum : "2db676cb9d30b289897ffb7e5aa1ef63 " ,
65
65
}
66
66
: process . platform === "win32" // windows
67
67
? {
68
- version : "1.8.1 " ,
69
- expectedSize : 25904128 ,
70
- expectedChecksum : "4ba969a49ade413c3f68f5bb0287af22 " ,
68
+ version : "1.8.2 " ,
69
+ expectedSize : 25936384 ,
70
+ expectedChecksum : "08e6ca0ad20893b565fb57effd687eb8 " ,
71
71
}
72
72
: {
73
- version : "1.8.1 " , // linux
74
- expectedSize : 25383064 ,
75
- expectedChecksum : "1117c1c3cc0fca725dd7a869c1d2e90f " ,
73
+ version : "1.8.2 " , // linux
74
+ expectedSize : 25415832 ,
75
+ expectedChecksum : "24e0eb78acb619ed91f6d268dd18df05 " ,
76
76
} ,
77
77
} ;
78
78
You can’t perform that action at this time.
0 commit comments