ketcher-react 3.9.0-rc.2 → 3.10.0-build.2

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.
@@ -5938,10 +5938,10 @@ var initialState$3 = {
5938
5938
  unipositiveIonsValue: 140,
5939
5939
  oligonucleotidesValue: 200,
5940
5940
  app: {
5941
- buildDate: "2025-10-16T18:49:10" ,
5941
+ buildDate: "2025-10-17T10:28:14" ,
5942
5942
  indigoVersion: process.env.INDIGO_VERSION || '',
5943
5943
  indigoMachine: process.env.INDIGO_MACHINE || '',
5944
- version: "3.9.0-rc.2"
5944
+ version: "3.10.0-build.2"
5945
5945
  },
5946
5946
  selectedMenuGroupItems: {}
5947
5947
  };
@@ -11321,7 +11321,7 @@ var ActionButton = function ActionButton(_ref3) {
11321
11321
 
11322
11322
  function fileOpener() {
11323
11323
  return new Promise(function (resolve, reject) {
11324
- if (global.FileReader) {
11324
+ if (globalThis.FileReader) {
11325
11325
  resolve(throughFileReader);
11326
11326
  } else {
11327
11327
  reject(new Error('Your browser does not support opening files locally'));
@@ -19443,4 +19443,4 @@ function Editor(_ref2) {
19443
19443
  }
19444
19444
 
19445
19445
  export { EditorContainer as default };
19446
- //# sourceMappingURL=index.modern-87b29a80.js.map
19446
+ //# sourceMappingURL=index.modern-68c23873.js.map