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
|
@@ -5936,10 +5936,10 @@ var initialState$3 = {
|
|
|
5936
5936
|
unipositiveIonsValue: 140,
|
|
5937
5937
|
oligonucleotidesValue: 200,
|
|
5938
5938
|
app: {
|
|
5939
|
-
buildDate: "2025-09-
|
|
5939
|
+
buildDate: "2025-09-05T18:51:37" ,
|
|
5940
5940
|
indigoVersion: process.env.INDIGO_VERSION || '',
|
|
5941
5941
|
indigoMachine: process.env.INDIGO_MACHINE || '',
|
|
5942
|
-
version: "3.8.0-rc.
|
|
5942
|
+
version: "3.8.0-rc.2"
|
|
5943
5943
|
}
|
|
5944
5944
|
};
|
|
5945
5945
|
var editorSlice = createSlice({
|
|
@@ -19316,4 +19316,4 @@ function Editor(_ref2) {
|
|
|
19316
19316
|
}
|
|
19317
19317
|
|
|
19318
19318
|
export { EditorContainer as default };
|
|
19319
|
-
//# sourceMappingURL=index.modern-
|
|
19319
|
+
//# sourceMappingURL=index.modern-7694d091.js.map
|