Skip to content

Commit

Permalink
Release Emulator UI v1.8.1 (#4740)
Browse files Browse the repository at this point in the history
  • Loading branch information
lisajian authored Jul 14, 2022
1 parent a8dc524 commit 10813f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Fix bug where functions:config get command failed on empty variable. (#4707)
- Fix invoker type mismatch for https functions.
- Add features for Auth Alignment in Emulator UI
14 changes: 7 additions & 7 deletions src/emulator/downloadableEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ export const DownloadDetails: { [s in DownloadableEmulators]: EmulatorDownloadDe
},
}
: {
version: "1.7.0",
downloadPath: path.join(CACHE_DIR, "ui-v1.7.0.zip"),
unzipDir: path.join(CACHE_DIR, "ui-v1.7.0"),
binaryPath: path.join(CACHE_DIR, "ui-v1.7.0", "server.bundle.js"),
version: "1.8.1",
downloadPath: path.join(CACHE_DIR, "ui-v1.8.1.zip"),
unzipDir: path.join(CACHE_DIR, "ui-v1.8.1"),
binaryPath: path.join(CACHE_DIR, "ui-v1.8.1", "server", "server.js"),
opts: {
cacheDir: CACHE_DIR,
remoteUrl: "https://storage.googleapis.com/firebase-preview-drop/emulator/ui-v1.7.0.zip",
expectedSize: 4053708,
expectedChecksum: "aea9ae19091df5974a88a8847aaf127c",
remoteUrl: "https://storage.googleapis.com/firebase-preview-drop/emulator/ui-v1.8.1.zip",
expectedSize: 3056552,
expectedChecksum: "92590fdda20f9883588438d9551111b5",
namePrefix: "ui",
},
},
Expand Down

0 comments on commit 10813f1

Please sign in to comment.