@datarailsshared/dr_renderer 1.4.65 → 1.4.78

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.
@@ -314,7 +314,6 @@
314
314
  },
315
315
  "seriesOptions": []
316
316
  },
317
- "error_params": null,
318
317
  "chart_title": "New Widget234",
319
318
  "chartLabels": {
320
319
  "legend": "Data series",
@@ -371,8 +370,7 @@
371
370
  "is_end_of_period": true,
372
371
  "is_formatting_by_aggregation_method": true
373
372
  }
374
- ],
375
- "error_has_occurred": false
373
+ ]
376
374
  },
377
375
  "vals": [
378
376
  {
package/tsconfig.json CHANGED
@@ -10,6 +10,6 @@
10
10
  "emitDeclarationOnly": true,
11
11
  "strict": true
12
12
  },
13
- "include": ["./src/graph-table-renderer.js"],
13
+ "include": ["./src/graph-table-renderer.js", "./src/errors.js"],
14
14
  "exclude": ["node_modules"]
15
15
  }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "root": [
3
- "./src/graph-table-renderer.js"
3
+ "./src/graph-table-renderer.js",
4
+ "./src/errors.js"
4
5
  ],
5
6
  "version": "5.9.2"
6
7
  }