@tolgee/core 3.3.0-prerelease-7dd4060.0 → 3.3.0-rc.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.
@@ -1734,7 +1734,7 @@ var PluginManager = /** @class */ (function () {
1734
1734
  this.handshake = function () {
1735
1735
  var sharedConfiguration = __assign(__assign({}, _this.properties), { config: __assign(__assign({}, _this.properties.config), {
1736
1736
  //remove properties, which cannot be sent by window.postMessage
1737
- staticData: undefined, targetElement: undefined, _targetElement: undefined, ui: undefined }), uiPresent: Boolean(_this.properties.config.ui), uiVersion: "3.3.0-prerelease-7dd4060.0" });
1737
+ staticData: undefined, targetElement: undefined, _targetElement: undefined, ui: undefined }), uiPresent: Boolean(_this.properties.config.ui), uiVersion: "3.3.0-rc.0" });
1738
1738
  var timer = null;
1739
1739
  var ping = function () {
1740
1740
  _this.messages.send('TOLGEE_READY', sharedConfiguration);