Skip to content

Commit 253ada1

Browse files
authored
Bump FDC local toolkit to v1.9.1. (#8340)
* Bump FDC local toolkit to v1.9.1. * Update changelog.
1 parent 622a373 commit 253ada1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
- Increase emulator UI body parser limit to match Storage emulator maximum. (#8329)
88
- Fixed Data Connect setup issues for fresh databases due to IAM user not being created. (#8335)
99
- Fixed an issue where `ext:install` used POSIX file seperators on Windows machines. (#8326)
10-
- Updated the Firebase Data Connect local toolkit to v1.9.0, which adds support for generated Angular SDKs and updates Dart SDK fields to follow best practices. (#8338)
10+
- Updated the Firebase Data Connect local toolkit to v1.9.1, which adds support for generated Angular SDKs and updates Dart SDK fields to follow best practices. (#8340)

src/emulator/downloadableEmulators.ts

+9-9
Original file line numberDiff line numberDiff 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.9.0",
63-
expectedSize: 26395392,
64-
expectedChecksum: "acd5db65471d9c1ec77435cb82ccb2cc",
62+
version: "1.9.1",
63+
expectedSize: 26403584,
64+
expectedChecksum: "d128def81e45a3cbce8572f637b1c095",
6565
}
6666
: process.platform === "win32" // windows
6767
? {
68-
version: "1.9.0",
69-
expectedSize: 26838016,
70-
expectedChecksum: "0d2051fbcf32888a373973a3073e88e3",
68+
version: "1.9.1",
69+
expectedSize: 26846720,
70+
expectedChecksum: "0ba82416937d503f8559f14271eb62f6",
7171
}
7272
: {
73-
version: "1.9.0", // linux
74-
expectedSize: 26308760,
75-
expectedChecksum: "31cc99c502bb4924dad4131d9f4146f1",
73+
version: "1.9.1", // linux
74+
expectedSize: 26316952,
75+
expectedChecksum: "0a8d1685c5de074959574e8aabb8153b",
7676
},
7777
};
7878

0 commit comments

Comments
 (0)