Skip to content

Commit

Permalink
Version bump emulator UI to 1.10.0. (#5065)
Browse files Browse the repository at this point in the history
* Version bump emulator UI to 1.10.0.

* Added pull number.

* Stylin
  • Loading branch information
christhompsongoogle committed Oct 5, 2022
1 parent 210a40e commit 5504f7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,2 +1,3 @@
- Add functions emulator support for RTDB v2 triggers (#5045).
- Enables single project mode for Firestore by default (#4890).
- Add Emulator UI support for HTTPS, launching UI v1.10.0 (#5065).
14 changes: 7 additions & 7 deletions src/emulator/downloadableEmulators.ts
Expand Up @@ -80,15 +80,15 @@ export const DownloadDetails: { [s in DownloadableEmulators]: EmulatorDownloadDe
},
}
: {
version: "1.9.0",
downloadPath: path.join(CACHE_DIR, "ui-v1.9.0.zip"),
unzipDir: path.join(CACHE_DIR, "ui-v1.9.0"),
binaryPath: path.join(CACHE_DIR, "ui-v1.9.0", "server", "server.js"),
version: "1.10.0",
downloadPath: path.join(CACHE_DIR, "ui-v1.10.0.zip"),
unzipDir: path.join(CACHE_DIR, "ui-v1.10.0"),
binaryPath: path.join(CACHE_DIR, "ui-v1.10.0", "server", "server.js"),
opts: {
cacheDir: CACHE_DIR,
remoteUrl: "https://storage.googleapis.com/firebase-preview-drop/emulator/ui-v1.9.0.zip",
expectedSize: 3062710,
expectedChecksum: "984597f41d497bd318dac131615eb9d5",
remoteUrl: "https://storage.googleapis.com/firebase-preview-drop/emulator/ui-v1.10.0.zip",
expectedSize: 3062540,
expectedChecksum: "7dec1e82acccc196efc4d364e2664288",
namePrefix: "ui",
},
},
Expand Down

0 comments on commit 5504f7c

Please sign in to comment.