@gomusdev/web-components 1.16.0 → 1.16.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.
@@ -30366,7 +30366,6 @@ var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot
30366
30366
  const func = new Function("data", `return ${expression};`);
30367
30367
  return func(data);
30368
30368
  } catch (error) {
30369
- throw new Error(`Error while evaluating when (${expression}) in go-if: ${error.message}`);
30370
30369
  }
30371
30370
  }
30372
30371
  const validTicketSelectionFilters = ["timeslot", "day", "annual"];
@@ -30366,7 +30366,6 @@ function evaluateExpression(expression, data) {
30366
30366
  const func = new Function("data", `return ${expression};`);
30367
30367
  return func(data);
30368
30368
  } catch (error) {
30369
- throw new Error(`Error while evaluating when (${expression}) in go-if: ${error.message}`);
30370
30369
  }
30371
30370
  }
30372
30371
  const validTicketSelectionFilters = ["timeslot", "day", "annual"];
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "1.16.0",
7
+ "version": "1.16.1",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",