@gomusdev/web-components 0.0.4 → 0.0.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.
@@ -15453,7 +15453,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
15453
15453
  valid_at: date.toString(),
15454
15454
  // @ts-ignore
15455
15455
  "by_ticket_types[]": ticketTypes,
15456
- "by_museum_ids[]": [museumIds],
15456
+ "by_museum_ids[]": museumIds,
15457
15457
  "by_exhibition_ids[]": exhibitionIds
15458
15458
  }));
15459
15459
  if (!result) return [];
@@ -15705,7 +15705,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
15705
15705
  valid_at: date == null ? void 0 : date.toString(),
15706
15706
  // @ts-ignore
15707
15707
  "by_ticket_types[]": ticketTypes,
15708
- "by_museum_ids[]": [museumIds],
15708
+ "by_museum_ids[]": museumIds,
15709
15709
  "by_exhibition_ids[]": exhibitionIds
15710
15710
  }));
15711
15711
  if (!result) return [];
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "0.0.4",
7
+ "version": "0.0.6",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",