@gomusdev/web-components 1.25.1 → 1.25.2

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.
@@ -11072,6 +11072,7 @@ var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot
11072
11072
  apiData: quotas,
11073
11073
  _timeslots: [],
11074
11074
  addQuotas(data) {
11075
+ this._timeslots = [];
11075
11076
  this.apiData = { ...this.apiData, ...data };
11076
11077
  },
11077
11078
  precart,
@@ -11072,6 +11072,7 @@ function createQuotaManager(quotas) {
11072
11072
  apiData: quotas,
11073
11073
  _timeslots: [],
11074
11074
  addQuotas(data) {
11075
+ this._timeslots = [];
11075
11076
  this.apiData = { ...this.apiData, ...data };
11076
11077
  },
11077
11078
  precart,
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "1.25.1",
7
+ "version": "1.25.2",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",