ketcher-react 2.20.0-rc.2-hf.1 → 2.20.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.
@@ -3595,7 +3595,7 @@ var zoom = {
3595
3595
 
3596
3596
  var openHelpLink = function openHelpLink() {
3597
3597
  var _window$open;
3598
- return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.20.0-rc.2-hf.1\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
3598
+ return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.20.0\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
3599
3599
  };
3600
3600
  var help = {
3601
3601
  help: {
@@ -32854,8 +32854,8 @@ var KetcherBuilder = function () {
32854
32854
  initApp(element, appRoot, staticResourcesUrl, {
32855
32855
  buttons: buttons || {},
32856
32856
  errorHandler: errorHandler || null,
32857
- version: "2.20.0-rc.2-hf.1" ,
32858
- buildDate: "2024-04-23T16:02:36" ,
32857
+ version: "2.20.0" ,
32858
+ buildDate: "2024-04-30T19:11:07" ,
32859
32859
  buildNumber: ''
32860
32860
  }, structService, resolve, togglerComponent);
32861
32861
  });