backend-manager 2.4.22 → 2.4.25

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": "2.4.22",
3
+ "version": "2.4.25",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -400,6 +400,7 @@ Manager.prototype.init = function (exporter, options) {
400
400
  Manager.prototype._process = function (mod) {
401
401
  const self = this;
402
402
  const name = mod.assistant.meta.name;
403
+ const method = mod.assistant.request.method;
403
404
  const hook = self.handlers && self.handlers[name];
404
405
  const req = mod.req;
405
406
  const res = mod.res;