@measurequick/measurequick-report-generator 1.0.3 → 1.0.5

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.
package/assets/request.js CHANGED
@@ -202,7 +202,7 @@ export const body = {
202
202
  "sensibleEfficiency": ""
203
203
  },
204
204
  "footerData": {
205
- "customerFirstName": "John"
205
+ "customerFirstName": "John",
206
206
  "customerLastName": "Doe",
207
207
  "customerAddressLine1": "1234 Test Avenue",
208
208
  "customerAddressLine2": "Unit 6",
package/index.js CHANGED
@@ -28,9 +28,9 @@ export function getReport(data=null) {
28
28
 
29
29
  printInfoPage(reportData.meta.reportType);
30
30
 
31
- return doc.output();
31
+ return doc.output("datauristring");
32
32
  } catch (e) {
33
- return doc.output();
33
+ return doc.output("datauristring");
34
34
  }
35
35
  }
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measurequick/measurequick-report-generator",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Generates PDF documents for various MeasureQuick applications.",
5
5
  "main": "index.js",
6
6
  "scripts": {