@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.
- package/dist/tolgee.cjs.js +2 -2
- package/dist/tolgee.cjs.js.map +1 -1
- package/dist/tolgee.cjs.min.js +1 -1
- package/dist/tolgee.cjs.min.js.map +1 -1
- package/dist/tolgee.esm.min.mjs +1 -1
- package/dist/tolgee.esm.min.mjs.map +1 -1
- package/dist/tolgee.esm.mjs +2 -2
- package/dist/tolgee.esm.mjs.map +1 -1
- package/dist/tolgee.umd.js +2 -2
- package/dist/tolgee.umd.js.map +1 -1
- package/dist/tolgee.umd.min.js +1 -1
- package/dist/tolgee.umd.min.js.map +1 -1
- package/package.json +2 -2
- package/src/services/CoreService.test.ts +0 -1
- package/src/services/CoreService.ts +1 -1
package/dist/tolgee.esm.mjs
CHANGED
|
@@ -1571,7 +1571,7 @@ var CoreService = /** @class */ (function () {
|
|
|
1571
1571
|
switch (_b.label) {
|
|
1572
1572
|
case 0:
|
|
1573
1573
|
if (!(this.languagePromise instanceof Promise)) {
|
|
1574
|
-
this.languagePromise = this.apiHttpService.fetchJson("v2/projects/languages?size=1000");
|
|
1574
|
+
this.languagePromise = this.apiHttpService.fetchJson("v2/projects/languages?size=1000&sort=tag");
|
|
1575
1575
|
}
|
|
1576
1576
|
_a = Set.bind;
|
|
1577
1577
|
return [4 /*yield*/, this.languagePromise];
|
|
@@ -1787,7 +1787,7 @@ var PluginManager = /** @class */ (function () {
|
|
|
1787
1787
|
this.handshake = function () {
|
|
1788
1788
|
var sharedConfiguration = __assign(__assign({}, _this.properties), { config: __assign(__assign({}, _this.properties.config), {
|
|
1789
1789
|
//remove properties, which cannot be sent by window.postMessage
|
|
1790
|
-
staticData: undefined, targetElement: undefined, _targetElement: undefined, ui: undefined }), uiPresent: Boolean(_this.properties.config.ui), uiVersion: "4.8.
|
|
1790
|
+
staticData: undefined, targetElement: undefined, _targetElement: undefined, ui: undefined }), uiPresent: Boolean(_this.properties.config.ui), uiVersion: "4.8.6" });
|
|
1791
1791
|
var timer = null;
|
|
1792
1792
|
var ping = function () {
|
|
1793
1793
|
_this.messages.send('TOLGEE_READY', sharedConfiguration);
|