backend-manager 3.2.75 → 3.2.76

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.75",
3
+ "version": "3.2.76",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -246,7 +246,7 @@ OpenAI.prototype.request = function (options) {
246
246
  moderation: moderation,
247
247
  })
248
248
  } catch (e) {
249
- assistant.warn('Error parsing response', r, e);
249
+ assistant.error('Error parsing response', r, e);
250
250
 
251
251
  // Return
252
252
  return reject(e);