@gomusdev/web-components 1.39.0 → 1.39.1

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.
@@ -30642,7 +30642,7 @@ var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot
30642
30642
  append($$anchor4, a_2);
30643
30643
  };
30644
30644
  if_block(node_5, ($$render) => {
30645
- if (item().attributes.barcodes[index2]) $$render(consequent_3);
30645
+ if (item().attributes.barcodes[index2] && item().attributes.barcodes[index2]?.passbook_url) $$render(consequent_3);
30646
30646
  });
30647
30647
  }
30648
30648
  reset(li_4);
@@ -30642,7 +30642,7 @@ function TicketSale($$anchor, $$props) {
30642
30642
  append($$anchor4, a_2);
30643
30643
  };
30644
30644
  if_block(node_5, ($$render) => {
30645
- if (item().attributes.barcodes[index2]) $$render(consequent_3);
30645
+ if (item().attributes.barcodes[index2] && item().attributes.barcodes[index2]?.passbook_url) $$render(consequent_3);
30646
30646
  });
30647
30647
  }
30648
30648
  reset(li_4);
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "1.39.0",
7
+ "version": "1.39.1",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",