ketcher-react 3.8.0-rc.1 → 3.8.0-rc.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.
- package/dist/cjs/index.js +50 -28
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/{index.modern-e42372a4.js → index.modern-30f7e490.js} +3 -3
- package/dist/cjs/{index.modern-e42372a4.js.map → index.modern-30f7e490.js.map} +1 -1
- package/dist/index.js +51 -29
- package/dist/index.js.map +1 -1
- package/dist/{index.modern-1aebb8e6.js → index.modern-7694d091.js} +3 -3
- package/dist/{index.modern-1aebb8e6.js.map → index.modern-7694d091.js.map} +1 -1
- package/package.json +1 -1
|
@@ -5977,10 +5977,10 @@ var initialState$3 = {
|
|
|
5977
5977
|
unipositiveIonsValue: 140,
|
|
5978
5978
|
oligonucleotidesValue: 200,
|
|
5979
5979
|
app: {
|
|
5980
|
-
buildDate: "2025-09-
|
|
5980
|
+
buildDate: "2025-09-05T18:51:37" ,
|
|
5981
5981
|
indigoVersion: process.env.INDIGO_VERSION || '',
|
|
5982
5982
|
indigoMachine: process.env.INDIGO_MACHINE || '',
|
|
5983
|
-
version: "3.8.0-rc.
|
|
5983
|
+
version: "3.8.0-rc.2"
|
|
5984
5984
|
}
|
|
5985
5985
|
};
|
|
5986
5986
|
var editorSlice = createSlice({
|
|
@@ -19357,4 +19357,4 @@ function Editor(_ref2) {
|
|
|
19357
19357
|
}
|
|
19358
19358
|
|
|
19359
19359
|
exports["default"] = EditorContainer;
|
|
19360
|
-
//# sourceMappingURL=index.modern-
|
|
19360
|
+
//# sourceMappingURL=index.modern-30f7e490.js.map
|