ketcher-react 3.13.0-rc.1 → 3.13.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.
- package/dist/cjs/index.js +19 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/{index.modern-90580903.js → index.modern-9c208c87.js} +3 -3
- package/dist/cjs/index.modern-9c208c87.js.map +1 -0
- package/dist/cjs/script/ui/views/components/MonomerCreationWizard/MonomerCreationWizard.types.d.ts +1 -1
- package/dist/index.js +19 -5
- package/dist/index.js.map +1 -1
- package/dist/{index.modern-f4e4476a.js → index.modern-d2c32a92.js} +3 -3
- package/dist/index.modern-d2c32a92.js.map +1 -0
- package/dist/script/ui/views/components/MonomerCreationWizard/MonomerCreationWizard.types.d.ts +1 -1
- package/package.json +1 -1
- package/dist/cjs/index.modern-90580903.js.map +0 -1
- package/dist/index.modern-f4e4476a.js.map +0 -1
|
@@ -5938,10 +5938,10 @@ var initialState$3 = {
|
|
|
5938
5938
|
unipositiveIonsValue: 140,
|
|
5939
5939
|
oligonucleotidesValue: 200,
|
|
5940
5940
|
app: {
|
|
5941
|
-
buildDate: "2026-
|
|
5941
|
+
buildDate: "2026-06-10T09:19:19" ,
|
|
5942
5942
|
indigoVersion: process.env.INDIGO_VERSION || '',
|
|
5943
5943
|
indigoMachine: process.env.INDIGO_MACHINE || '',
|
|
5944
|
-
version: "3.13.0
|
|
5944
|
+
version: "3.13.0"
|
|
5945
5945
|
},
|
|
5946
5946
|
selectedMenuGroupItems: {}
|
|
5947
5947
|
};
|
|
@@ -19851,4 +19851,4 @@ function Editor(_ref2) {
|
|
|
19851
19851
|
}
|
|
19852
19852
|
|
|
19853
19853
|
export { EditorContainer as default };
|
|
19854
|
-
//# sourceMappingURL=index.modern-
|
|
19854
|
+
//# sourceMappingURL=index.modern-d2c32a92.js.map
|