backend-manager 3.0.41 → 3.0.42

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.0.41",
3
+ "version": "3.0.42",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -125,7 +125,7 @@ Usage.prototype.validate = function (path, options) {
125
125
 
126
126
  // Check for required options
127
127
  const period = self.getUsage(path)
128
- const allowed = self.getLimits(path);
128
+ const allowed = self.getLimit(path);
129
129
 
130
130
  // Log
131
131
  self.log(`Usage.validate(): Checking ${period}/${allowed} for ${path}...`);