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