@tolgee/core 4.8.3-rc.a861236.0 → 4.8.6

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.
@@ -1577,7 +1577,7 @@
1577
1577
  switch (_b.label) {
1578
1578
  case 0:
1579
1579
  if (!(this.languagePromise instanceof Promise)) {
1580
- this.languagePromise = this.apiHttpService.fetchJson("v2/projects/languages?size=1000");
1580
+ this.languagePromise = this.apiHttpService.fetchJson("v2/projects/languages?size=1000&sort=tag");
1581
1581
  }
1582
1582
  _a = Set.bind;
1583
1583
  return [4 /*yield*/, this.languagePromise];
@@ -1793,7 +1793,7 @@
1793
1793
  this.handshake = function () {
1794
1794
  var sharedConfiguration = __assign(__assign({}, _this.properties), { config: __assign(__assign({}, _this.properties.config), {
1795
1795
  //remove properties, which cannot be sent by window.postMessage
1796
- staticData: undefined, targetElement: undefined, _targetElement: undefined, ui: undefined }), uiPresent: Boolean(_this.properties.config.ui), uiVersion: "4.8.3-rc.a861236.0" });
1796
+ staticData: undefined, targetElement: undefined, _targetElement: undefined, ui: undefined }), uiPresent: Boolean(_this.properties.config.ui), uiVersion: "4.8.6" });
1797
1797
  var timer = null;
1798
1798
  var ping = function () {
1799
1799
  _this.messages.send('TOLGEE_READY', sharedConfiguration);