Skip to content

Commit 96f8e50

Browse files
authored
Bump FDC local toolkit to v1.6.1. (#7912)
* Bump FDC local toolkit to v1.6.1. * Update changelog.
1 parent 836335a commit 96f8e50

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Bump the Firebase Data Connect local toolkit to v1.6.1, which fixes the `OrderDirection` enum with `Optional` types in Dart codegen and adds `@ExperimentalFirebaseDataConnect` annotations in Kotlin codegen to avoid compiler warnings. (#7912)

src/emulator/downloadableEmulators.ts

Lines changed: 9 additions & 9 deletions
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"
6161
? {
62-
version: "1.6.0",
63-
expectedSize: 25301760,
64-
expectedChecksum: "4fad7ada11b35ecea6c8aadf132a5a8a",
62+
version: "1.6.1",
63+
expectedSize: 25309952,
64+
expectedChecksum: "826692eb4ed9cf11becb595c386eb7bf",
6565
}
6666
: process.platform === "win32"
6767
? {
68-
version: "1.6.0",
69-
expectedSize: 25731072,
70-
expectedChecksum: "8d3a59cc79cd74199ee1d8c28012297f",
68+
version: "1.6.1",
69+
expectedSize: 25737728,
70+
expectedChecksum: "1e87a3a1f95d7b21cebf18f551619167",
7171
}
7272
: {
73-
version: "1.6.0",
74-
expectedSize: 25219224,
75-
expectedChecksum: "ceb10cfca7ded004c48f7724dbc0cccf",
73+
version: "1.6.1",
74+
expectedSize: 25223320,
75+
expectedChecksum: "b13218419fcaaa3ad22005ce8378412d",
7676
},
7777
};
7878

0 commit comments

Comments
 (0)