Skip to content

Commit 4ed6fd7

Browse files
authored
Bump FDC local toolkit to v1.7.6. (#8129)
* Bump FDC local toolkit to v1.7.6. * Update changelog.
1 parent 341a6e0 commit 4ed6fd7

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

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.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

0 commit comments

Comments
 (0)