bruce-models 3.8.5 → 3.8.6

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.
@@ -6673,7 +6673,7 @@
6673
6673
  // Save time and just return a none response if no entity IDs are provided.
6674
6674
  if (!(entityIds === null || entityIds === void 0 ? void 0 : entityIds.length)) {
6675
6675
  return {
6676
- stats: {}
6676
+ stats: []
6677
6677
  };
6678
6678
  }
6679
6679
  if (!api) {
@@ -11122,7 +11122,7 @@
11122
11122
  })(exports.DataSource || (exports.DataSource = {}));
11123
11123
 
11124
11124
  // This is updated with the package.json version on build.
11125
- const VERSION = "3.8.5";
11125
+ const VERSION = "3.8.6";
11126
11126
 
11127
11127
  exports.VERSION = VERSION;
11128
11128
  exports.AbstractApi = AbstractApi;