@measurequick/measurequick-report-generator 1.0.43 → 1.0.44

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 +4 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -183,10 +183,10 @@ function printFooterData(techName, profilePicture, companyLogo) {
183
183
  }
184
184
 
185
185
  function printPhotoSections(photoSections) {
186
- this.printSinglePhotoSection("project");
187
- this.printSinglePhotoSection("equipment");
188
- this.printSinglePhotoSection("site");
189
- this.printSinglePhotoSection("customer");
186
+ printSinglePhotoSection("project");
187
+ printSinglePhotoSection("equipment");
188
+ printSinglePhotoSection("site");
189
+ printSinglePhotoSection("customer");
190
190
  }
191
191
 
192
192
  function printSinglePhotoSection(photoSection) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measurequick/measurequick-report-generator",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "description": "Generates PDF documents for various MeasureQuick applications.",
5
5
  "main": "index.js",
6
6
  "scripts": {