@tolgee/core 4.3.0 → 4.4.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.
@@ -1629,6 +1629,7 @@
1629
1629
  details = _a.sent();
1630
1630
  this.properties.scopes = details.scopes;
1631
1631
  this.properties.projectId = details.projectId;
1632
+ this.properties.permittedLanguageIds = details.permittedLanguageIds;
1632
1633
  _a.label = 2;
1633
1634
  case 2: return [2 /*return*/];
1634
1635
  }
@@ -1773,7 +1774,7 @@
1773
1774
  this.handshake = function () {
1774
1775
  var sharedConfiguration = __assign(__assign({}, _this.properties), { config: __assign(__assign({}, _this.properties.config), {
1775
1776
  //remove properties, which cannot be sent by window.postMessage
1776
- staticData: undefined, targetElement: undefined, _targetElement: undefined, ui: undefined }), uiPresent: Boolean(_this.properties.config.ui), uiVersion: "4.3.0" });
1777
+ staticData: undefined, targetElement: undefined, _targetElement: undefined, ui: undefined }), uiPresent: Boolean(_this.properties.config.ui), uiVersion: "4.4.0" });
1777
1778
  var timer = null;
1778
1779
  var ping = function () {
1779
1780
  _this.messages.send('TOLGEE_READY', sharedConfiguration);