@measurequick/measurequick-report-generator 1.0.27 → 1.0.28

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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -144,9 +144,9 @@ function printFooterData(techName, profilePicture, companyLogo) {
144
144
  var y = 7;
145
145
  var key;
146
146
  for (let key in reportData.footerData) {
147
- //doc.text(`${reportData.footerData[key]}`, x, y);
147
+ doc.text(`${reportData.footerData[key]}`, x, y);
148
148
  y += s;
149
- });
149
+ }
150
150
  }
151
151
 
152
152
  function printPhotos(photoArray) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measurequick/measurequick-report-generator",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "Generates PDF documents for various MeasureQuick applications.",
5
5
  "main": "index.js",
6
6
  "scripts": {