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.
@@ -97,5 +97,5 @@ __exportStar(require("./plugin/plugin"), exports);
97
97
  __exportStar(require("./environment"), exports);
98
98
  __exportStar(require("./data-source/data-source"), exports);
99
99
  // This is updated with the package.json version on build.
100
- exports.VERSION = "3.8.5";
100
+ exports.VERSION = "3.8.6";
101
101
  //# sourceMappingURL=bruce-models.js.map
@@ -60,7 +60,7 @@ var EntityHistoricData;
60
60
  // Save time and just return a none response if no entity IDs are provided.
61
61
  if (!(entityIds === null || entityIds === void 0 ? void 0 : entityIds.length)) {
62
62
  return {
63
- stats: {}
63
+ stats: []
64
64
  };
65
65
  }
66
66
  if (!api) {
@@ -79,4 +79,4 @@ export * from "./internal/uploader";
79
79
  export * from "./plugin/plugin";
80
80
  export * from "./environment";
81
81
  export * from "./data-source/data-source";
82
- export declare const VERSION = "3.8.5";
82
+ export declare const VERSION = "3.8.6";
@@ -41,7 +41,7 @@ export declare namespace EntityHistoricData {
41
41
  api?: BruceApi.Api;
42
42
  req?: Api.IReqParams;
43
43
  }): Promise<{
44
- stats: IDictionary<IStats>;
44
+ stats: IStats[];
45
45
  }>;
46
46
  /**
47
47
  * Creates or updates historic data records.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-models",
3
- "version": "3.8.5",
3
+ "version": "3.8.6",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-models.umd.js",