backend-manager 3.2.46 → 3.2.47

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.46",
3
+ "version": "3.2.47",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -30,6 +30,7 @@ Module.prototype.main = function () {
30
30
  // const ageInSeconds = 0;
31
31
 
32
32
  assistant.log(`signUp(): ageInSeconds`, ageInSeconds);
33
+ assistant.log(`signUp(): payload`, payload);
33
34
 
34
35
  // If the user is not new, reject
35
36
  // This is important to prevent this from running when they link another provider