Skip to content

Commit

Permalink
Bump FDC local toolkit to v1.3.6. (#7640)
Browse files Browse the repository at this point in the history
* Bump FDC local toolkit to v1.3.6.

* Bump versions.
  • Loading branch information
rosalyntan committed Sep 11, 2024
1 parent 18e3189 commit 4beac36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
- Removed `dataconnect:sql:migrate` command hard dependency on 'roles/cloudsql.admin'. (#7578)
- Added support for setting the encryption configuration of restored firestore databases. (#7483)
- Added support for `VERIFY_AND_CHANGE_EMAIL` events in the Auth emulator. (#7618)
- Updated the Firebase Data Connect toolkit to v1.3.6, which serves a generated GraphQL docsite under /docs. (#7640)
18 changes: 9 additions & 9 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.5",
expectedSize: 24232704,
expectedChecksum: "4eabf613a4a5feeaa173e1375b62bde0",
version: "1.3.6",
expectedSize: 24867584,
expectedChecksum: "b924d31e3620d7ed4486a95e22629fc8",
}
: process.platform === "win32"
? {
version: "1.3.5",
expectedSize: 24651264,
expectedChecksum: "c7b2b7168ff7226f4e5626ae7d13e0ca",
version: "1.3.6",
expectedSize: 25292288,
expectedChecksum: "45025491b43b55a94f4e4db8df903250",
}
: {
version: "1.3.5",
expectedSize: 24146072,
expectedChecksum: "1457937751ce25fa332cdc16b561d64b",
version: "1.3.6",
expectedSize: 24785048,
expectedChecksum: "6ae5820c0470c5a954540ad97838ec01",
},
};

Expand Down

0 comments on commit 4beac36

Please sign in to comment.