Skip to content

Commit

Permalink
Bump FDC emulator to v1.3.1 (#7491)
Browse files Browse the repository at this point in the history
* Update changelog.

* Bump emulator to v1.3.1.
  • Loading branch information
rosalyntan authored Jul 24, 2024
1 parent c64dcee commit 9893255
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump Firebase Data Connect local toolkit to v1.3.1, which contains fixes for Swift SDK code generation (#7491)
16 changes: 8 additions & 8 deletions src/emulator/downloadableEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,20 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
dataconnect:
process.platform === "darwin"
? {
version: "1.3.0",
version: "1.3.1",
expectedSize: 24175424,
expectedChecksum: "e0aefd484499308434a0405a5a55574c",
expectedChecksum: "9ce1ee2ed6994ca62df6dfef3fdece62",
}
: process.platform === "win32"
? {
version: "1.3.0",
expectedSize: 24585728,
expectedChecksum: "c7f9fad2025d9f2c9d2dff44a3edebbe",
version: "1.3.1",
expectedSize: 24587264,
expectedChecksum: "1d31fd26506cfc9b822fdb8e8834d14c",
}
: {
version: "1.3.0",
expectedSize: 24084632,
expectedChecksum: "f332b33b67680a32ea76bea866540656",
version: "1.3.1",
expectedSize: 24088728,
expectedChecksum: "223f7eebde618ba92788579dd35fec43",
},
};

Expand Down

0 comments on commit 9893255

Please sign in to comment.