buzzcasting-storage 2.6.0 → 2.6.1

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.
@@ -222,20 +222,20 @@ export declare interface ISeries {
222
222
  title: string;
223
223
  series: ISeriesData[];
224
224
  category: ICategory;
225
- metrics: IMetrics;
226
- indicators: IIndicators;
227
- timestamp: number;
225
+ metrics?: IMetrics;
226
+ indicators?: IIndicators;
227
+ timestamp?: number;
228
228
  }
229
229
 
230
230
  export declare interface ISeriesData {
231
- name: string;
232
- label: string;
233
- current: number[];
234
- current_total: number;
235
- previous_total: number;
236
- previous: number[];
237
- current_category: number;
238
- previous_category: number;
231
+ name?: string;
232
+ label?: string;
233
+ current?: number[];
234
+ current_total?: number;
235
+ previous_total?: number;
236
+ previous?: number[];
237
+ current_category?: number;
238
+ previous_category?: number;
239
239
  }
240
240
 
241
241
  /**
@@ -1,7 +1,7 @@
1
1
  var Ri = Object.defineProperty;
2
2
  var Ni = (C, o, h) => o in C ? Ri(C, o, { enumerable: !0, configurable: !0, writable: !0, value: h }) : C[o] = h;
3
3
  var P = (C, o, h) => (Ni(C, typeof o != "symbol" ? o + "" : o, h), h);
4
- const Fi = "2.5.13";
4
+ const Fi = "2.6.0";
5
5
  class $i {
6
6
  constructor(o) {
7
7
  P(this, "options");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "buzzcasting-storage",
3
3
  "type": "module",
4
- "version": "2.6.0",
4
+ "version": "2.6.1",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "Mark Tamis, TouchFlows SAS",