Skip to content

Commit 2037176

Browse files
fredzqmrosalyntanjoehan
authored
Cut FDC Emulator Release 1.3.4 (#7545)
* Bump FDC local toolkit to v1.3.3. * Add PR number to changelog. * changelog * bump * Update CHANGELOG.md * m --------- Co-authored-by: Rosalyn Tan <rosalyntan@google.com> Co-authored-by: joehan <joehanley@google.com>
1 parent 87099e7 commit 2037176

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
@@ -2,3 +2,4 @@
22
- Fixed bug where `esbuild` execution was throwing an error saying "Command line too long" on Windows (#7250, #6193). (#7395)
33
- Automatically detect app platform during `init dataconnect:sdk`.
44
- Support `sharp` ^0.33.x for web frameworks. (#7517)
5+
- Update Firebase Data Connect toolkit to v1.3.4, which supports `offset`, cascade delete support, always all foreign fields and multiple generated SDK options. (#7545)

src/emulator/downloadableEmulators.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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.2",
61-
expectedSize: 24195840,
62-
expectedChecksum: "b60f4501c657bec4dc8df3f3ec7ab3fd",
60+
version: "1.3.4",
61+
expectedSize: 24216320,
62+
expectedChecksum: "f57bc0b9a10837ecb4f2808c49ae3ff5",
6363
}
6464
: process.platform === "win32"
6565
? {
66-
version: "1.3.2",
67-
expectedSize: 24610304,
68-
expectedChecksum: "37d5e08f4df5e07b41160b8f2fd90135",
66+
version: "1.3.4",
67+
expectedSize: 24631296,
68+
expectedChecksum: "c8f1433fbff26f5e9da30cf205f2af78",
6969
}
7070
: {
71-
version: "1.3.2",
72-
expectedSize: 24109208,
73-
expectedChecksum: "52b09c69bc9a3a84b01a3a7311817229",
71+
version: "1.3.4",
72+
expectedSize: 24125592,
73+
expectedChecksum: "a7b9a79d66fa5ebfb1a0f65e535d5c33",
7474
},
7575
};
7676

0 commit comments

Comments
 (0)