shareneus 1.6.5 → 1.6.6

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.
@@ -299,10 +299,10 @@ function buildOrganizationStack(organization, headerStyles, alignment) {
299
299
  stack.push({ text: `DLNo: ${organization.dlNo}`, fontSize: orgAddressFontSize, color: orgAddressFontColor, lineHeight: 1.05, alignment });
300
300
  }
301
301
  console.log('organization taxIds', organization === null || organization === void 0 ? void 0 : organization.taxIds);
302
- const printedTaxIdsText = buildPrintedTaxIdsText(organization === null || organization === void 0 ? void 0 : organization.taxIds);
303
- if (printedTaxIdsText) {
304
- stack.push({ text: printedTaxIdsText, fontSize: orgAddressFontSize, color: orgAddressFontColor, lineHeight: 1.05, alignment });
305
- }
302
+ // const printedTaxIdsText = buildPrintedTaxIdsText(organization?.taxIds);
303
+ // if (printedTaxIdsText) {
304
+ // stack.push({ text: printedTaxIdsText, fontSize: orgAddressFontSize, color: orgAddressFontColor, lineHeight: 1.05, alignment });
305
+ // }
306
306
  if (organization === null || organization === void 0 ? void 0 : organization.email) {
307
307
  stack.push({ text: `Email: ${organization.email}`, fontSize: orgAddressFontSize, color: orgAddressFontColor, lineHeight: 1.05, alignment });
308
308
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.6.05",
3
+ "version": "1.6.06",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",