firebase-tools 10.0.0 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,13 +17,13 @@ const EMULATOR_INSTANCE_KILL_TIMEOUT = 4000;
|
|
|
17
17
|
const CACHE_DIR = process.env.FIREBASE_EMULATORS_PATH || path.join(os.homedir(), ".cache", "firebase", "emulators");
|
|
18
18
|
exports.DownloadDetails = {
|
|
19
19
|
database: {
|
|
20
|
-
downloadPath: path.join(CACHE_DIR, "firebase-database-emulator-v4.7.
|
|
21
|
-
version: "4.7.
|
|
20
|
+
downloadPath: path.join(CACHE_DIR, "firebase-database-emulator-v4.7.3.jar"),
|
|
21
|
+
version: "4.7.3",
|
|
22
22
|
opts: {
|
|
23
23
|
cacheDir: CACHE_DIR,
|
|
24
|
-
remoteUrl: "https://storage.googleapis.com/firebase-preview-drop/emulator/firebase-database-emulator-v4.7.
|
|
25
|
-
expectedSize:
|
|
26
|
-
expectedChecksum: "
|
|
24
|
+
remoteUrl: "https://storage.googleapis.com/firebase-preview-drop/emulator/firebase-database-emulator-v4.7.3.jar",
|
|
25
|
+
expectedSize: 28862098,
|
|
26
|
+
expectedChecksum: "8f696f24ee89c937a789498a0c0e4899",
|
|
27
27
|
namePrefix: "firebase-database-emulator",
|
|
28
28
|
},
|
|
29
29
|
},
|
package/package.json
CHANGED
package/CHANGELOG.md
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
- **BREAKING** Drops support for running the CLI on Node 10.
|
|
2
|
-
- **BREAKING** Replaces all usages of `-y`, `--yes`, or `--confirm` with `-f` and `--force`.
|
|
3
|
-
- **BREAKING** Function deploys upload source to the deployed region instead of us-central1.
|
|
4
|
-
- Requires firebase-functions >= 3.13.1 in Functions emulator to include bug fixes (#3851).
|
|
5
|
-
- Updates default functions runtime to Node.js 16.
|