chayns-api 1.0.78 → 1.0.79

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.
@@ -590,6 +590,7 @@ class AppWrapper {
590
590
  },
591
591
  awaitResult: true
592
592
  });
593
+ window.disablev4DesignSettingsChangeListener = true;
593
594
  this.appCall(254, {
594
595
  enabled: true
595
596
  }, {
@@ -588,6 +588,7 @@ export class AppWrapper {
588
588
  },
589
589
  awaitResult: true
590
590
  });
591
+ window.disablev4DesignSettingsChangeListener = true;
591
592
  this.appCall(254, {
592
593
  enabled: true
593
594
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",