Skip to content

Commit

Permalink
Merge branch 'master' into fredzqm-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
fredzqm committed May 23, 2024
2 parents bac957d + 38d763e commit 1502f5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Fixes an issue where dataconnect:sql:migrate still prompts for confirmation even with `--force`. (#7208)
- Update to Firebase Data Connect Emulator version 1.1.18 which contains code generation bug fixes, surfacing schema migration errors when a diff remains after migration, and a fix to allow the local connection string to be empty at startup.
10 changes: 5 additions & 5 deletions src/emulator/downloadableEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
dataconnect:
process.platform === "darwin"
? {
version: "1.1.17",
expectedSize: 25602224,
expectedChecksum: "1f9e3dd040a0ac4d1cb4d9dde4a3c0b0",
version: "1.1.18",
expectedSize: 25836736,
expectedChecksum: "28a760826968c86cff7e2137b7a487cf",
}
: {
version: "1.1.17",
expectedSize: 23036912,
expectedChecksum: "a0ec0517108f842ed06fea14fe7c7e56",
expectedSize: 23247120,
expectedChecksum: "ff2d10655fd0ad16c0fd07e1ca6dac3e",
},
};

Expand Down

0 comments on commit 1502f5c

Please sign in to comment.