ketcher-react 2.8.0-rc.3-dev.2 → 2.8.0-rc.4

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/index.js CHANGED
@@ -3070,7 +3070,7 @@ var zoom = {
3070
3070
 
3071
3071
  var openHelpLink = function openHelpLink() {
3072
3072
  var _window$open;
3073
- return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.8.0-rc.3-dev.2\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
3073
+ return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.8.0-rc.4\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
3074
3074
  };
3075
3075
  var help = {
3076
3076
  help: {
@@ -23724,8 +23724,8 @@ var KetcherBuilder = function () {
23724
23724
  initApp(element, staticResourcesUrl, {
23725
23725
  buttons: buttons || {},
23726
23726
  errorHandler: errorHandler || null,
23727
- version: "2.8.0-rc.3-dev.2" ,
23728
- buildDate: "2023-02-22T07:23:07" ,
23727
+ version: "2.8.0-rc.4" ,
23728
+ buildDate: "2023-02-22T09:16:14" ,
23729
23729
  buildNumber: ''
23730
23730
  }, structService, resolve);
23731
23731
  });