chayns-api 1.0.44 → 1.0.45

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.
@@ -315,7 +315,6 @@ class FrameWrapper {
315
315
  if (this.initialized) {
316
316
  this.values[type] = value;
317
317
  }
318
- this.values[type] = value;
319
318
  document.dispatchEvent(new CustomEvent('chayns_api_data', {
320
319
  detail: {
321
320
  type,
@@ -309,7 +309,6 @@ export class FrameWrapper {
309
309
  if (this.initialized) {
310
310
  this.values[type] = value;
311
311
  }
312
- this.values[type] = value;
313
312
  document.dispatchEvent(new CustomEvent('chayns_api_data', {
314
313
  detail: {
315
314
  type,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",