ketcher-react 2.15.0-rc.3 → 2.15.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
@@ -3332,7 +3332,7 @@ var zoom = {
3332
3332
 
3333
3333
  var openHelpLink = function openHelpLink() {
3334
3334
  var _window$open;
3335
- return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.15.0-rc.2\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
3335
+ return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.15.0-rc.4\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
3336
3336
  };
3337
3337
  var help = {
3338
3338
  help: {
@@ -30828,8 +30828,8 @@ var KetcherBuilder = function () {
30828
30828
  initApp(element, appRoot, staticResourcesUrl, {
30829
30829
  buttons: buttons || {},
30830
30830
  errorHandler: errorHandler || null,
30831
- version: "2.15.0-rc.3" ,
30832
- buildDate: "2023-10-06T10:46:54" ,
30831
+ version: "2.15.0-rc.4" ,
30832
+ buildDate: "2023-10-10T15:38:15" ,
30833
30833
  buildNumber: ''
30834
30834
  }, structService, resolve);
30835
30835
  });
@@ -3269,7 +3269,7 @@ var zoom = {
3269
3269
 
3270
3270
  var openHelpLink = function openHelpLink() {
3271
3271
  var _window$open;
3272
- return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.15.0-rc.2\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
3272
+ return (_window$open = window.open("https://github.com/epam/ketcher/blob/".concat("v2.15.0-rc.4\n", "/documentation/help.md#ketcher-overview"))) === null || _window$open === void 0 ? void 0 : _window$open.focus();
3273
3273
  };
3274
3274
  var help = {
3275
3275
  help: {
@@ -30765,8 +30765,8 @@ var KetcherBuilder = function () {
30765
30765
  initApp(element, appRoot, staticResourcesUrl, {
30766
30766
  buttons: buttons || {},
30767
30767
  errorHandler: errorHandler || null,
30768
- version: "2.15.0-rc.3" ,
30769
- buildDate: "2023-10-06T10:46:54" ,
30768
+ version: "2.15.0-rc.4" ,
30769
+ buildDate: "2023-10-10T15:38:15" ,
30770
30770
  buildNumber: ''
30771
30771
  }, structService, resolve);
30772
30772
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ketcher-react",
3
- "version": "2.15.0-rc.3",
3
+ "version": "2.15.0-rc.4",
4
4
  "description": "Web-based molecule sketcher",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "http://lifescience.opensource.epam.com/ketcher",