@isoftdata/utility-dashboard-backend 4.1.0-beta.0 → 4.1.0-beta.2

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.
@@ -179,6 +179,9 @@ export interface ChartJson {
179
179
  showFooter?: boolean;
180
180
  table?: Table;
181
181
  url?: string;
182
+ markdown?: {
183
+ content: string;
184
+ };
182
185
  }
183
186
  interface GoogleChart extends ChartBase {
184
187
  query: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isoftdata/utility-dashboard-backend",
3
- "version": "4.1.0-beta.0",
3
+ "version": "4.1.0-beta.2",
4
4
  "description": "A utility for formatting chart and report data to be usable by the frontend dashboard component.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -21,7 +21,7 @@
21
21
  }
22
22
  },
23
23
  "dependencies": {
24
- "@isoftdata/utility-date-time": "^4.3.0",
24
+ "@isoftdata/utility-date-time": "^4.3.1",
25
25
  "camelcase": "^6.3.0",
26
26
  "date-fns": "^4.1.0",
27
27
  "deepmerge": "^4.2.2",