firebase-tools 13.14.0 → 13.14.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.
@@ -24,4 +24,6 @@ exports.command = new command_1.Command("help [command]")
24
24
  logger_1.logger.info(" To get help with a specific command, type", clc.bold("firebase help [command_name]"));
25
25
  logger_1.logger.info();
26
26
  }
27
+ logger_1.logger.info(" Privacy Policy: https://firebase.google.com/support/privacy");
28
+ logger_1.logger.info();
27
29
  });
@@ -46,20 +46,20 @@ const EMULATOR_UPDATE_DETAILS = {
46
46
  },
47
47
  dataconnect: process.platform === "darwin"
48
48
  ? {
49
- version: "1.3.0",
49
+ version: "1.3.1",
50
50
  expectedSize: 24175424,
51
- expectedChecksum: "e0aefd484499308434a0405a5a55574c",
51
+ expectedChecksum: "9ce1ee2ed6994ca62df6dfef3fdece62",
52
52
  }
53
53
  : process.platform === "win32"
54
54
  ? {
55
- version: "1.3.0",
56
- expectedSize: 24585728,
57
- expectedChecksum: "c7f9fad2025d9f2c9d2dff44a3edebbe",
55
+ version: "1.3.1",
56
+ expectedSize: 24587264,
57
+ expectedChecksum: "1d31fd26506cfc9b822fdb8e8834d14c",
58
58
  }
59
59
  : {
60
- version: "1.3.0",
61
- expectedSize: 24084632,
62
- expectedChecksum: "f332b33b67680a32ea76bea866540656",
60
+ version: "1.3.1",
61
+ expectedSize: 24088728,
62
+ expectedChecksum: "223f7eebde618ba92788579dd35fec43",
63
63
  },
64
64
  };
65
65
  exports.DownloadDetails = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firebase-tools",
3
- "version": "13.14.0",
3
+ "version": "13.14.1",
4
4
  "description": "Command-Line Interface for Firebase",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {