backend-manager 3.2.89 → 3.2.91

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.89",
3
+ "version": "3.2.91",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -60,7 +60,7 @@
60
60
  "npm-api": "^1.0.1",
61
61
  "paypal-server-api": "^2.0.0",
62
62
  "pushid": "^1.0.0",
63
- "resolve-account": "^1.0.22",
63
+ "resolve-account": "^1.0.23",
64
64
  "semver": "^7.6.0",
65
65
  "shortid": "^2.2.16",
66
66
  "sizeitup": "^1.0.7",
@@ -71,4 +71,4 @@
71
71
  "wonderful-log": "^1.0.5",
72
72
  "yargs": "^17.7.2"
73
73
  }
74
- }
74
+ }
@@ -228,6 +228,7 @@ OpenAI.prototype.request = function (options) {
228
228
  m.content = [
229
229
  { type: 'text', text: m.text },
230
230
  ]
231
+ m.images = m.images || [];
231
232
 
232
233
  // Loop through and add
233
234
  m.images.forEach((i) => {