@tolgee/core 4.7.3 → 4.7.4-rc.1a63ba95.0

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.
@@ -1791,7 +1791,7 @@ var PluginManager = /** @class */ (function () {
1791
1791
  this.handshake = function () {
1792
1792
  var sharedConfiguration = __assign(__assign({}, _this.properties), { config: __assign(__assign({}, _this.properties.config), {
1793
1793
  //remove properties, which cannot be sent by window.postMessage
1794
- staticData: undefined, targetElement: undefined, _targetElement: undefined, ui: undefined }), uiPresent: Boolean(_this.properties.config.ui), uiVersion: "4.7.3" });
1794
+ staticData: undefined, targetElement: undefined, _targetElement: undefined, ui: undefined }), uiPresent: Boolean(_this.properties.config.ui), uiVersion: "4.7.4-rc.1a63ba95.0" });
1795
1795
  var timer = null;
1796
1796
  var ping = function () {
1797
1797
  _this.messages.send('TOLGEE_READY', sharedConfiguration);