backend-manager 3.2.109 → 3.2.111

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-manager",
3
- "version": "3.2.109",
3
+ "version": "3.2.111",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -66,7 +66,8 @@ Middleware.prototype.run = function (libPath, options) {
66
66
 
67
67
  // Setup usage
68
68
  if (options.setupUsage) {
69
- assistant.usage = await Manager.Usage().init(assistant, {log: assistant.isProduction()});
69
+ // assistant.usage = await Manager.Usage().init(assistant, {log: assistant.isProduction()});
70
+ assistant.usage = await Manager.Usage().init(assistant, {log: false});
70
71
  }
71
72
 
72
73
  // Log working user
@@ -905,7 +905,7 @@ Manager.prototype.setupCustomServer = function (_library, options) {
905
905
 
906
906
  // Install process
907
907
  routes.forEach((file) => {
908
- console.log('---file', file);
908
+ // console.log('---file', file);
909
909
  // Require the file
910
910
  const cors = self.libraries.cors;
911
911
 
@@ -4,7 +4,7 @@ function Route() {
4
4
  return self;
5
5
  }
6
6
 
7
- Route.prototype.process = async function (assistant) {
7
+ Route.prototype.main = async function (assistant) {
8
8
  const self = this;
9
9
 
10
10
  // Set shortcuts