openchemlib 9.11.0 → 9.11.1
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/openchemlib.debug.js +4 -4
- package/dist/openchemlib.js +4 -4
- package/package.json +1 -1
|
@@ -1422,7 +1422,7 @@ function extendToMolfile(Molecule2) {
|
|
|
1422
1422
|
removeCustomAtomLabels = false
|
|
1423
1423
|
} = options;
|
|
1424
1424
|
changeMolfileCustomLabelPosition(molecule, customLabelPosition);
|
|
1425
|
-
const molfile = _toMolfile.call(
|
|
1425
|
+
const molfile = _toMolfile.call(molecule);
|
|
1426
1426
|
if (!includeCustomAtomLabelsAsALines && !includeCustomAtomLabelsAsVLines && !removeCustomAtomLabels) {
|
|
1427
1427
|
return molfile;
|
|
1428
1428
|
}
|
|
@@ -71192,7 +71192,7 @@ function getExports($wnd) {
|
|
|
71192
71192
|
$sendStats("moduleStartup", "end");
|
|
71193
71193
|
$gwt && $gwt.permProps && __gwtModuleFunction.__moduleStartupDone($gwt.permProps);
|
|
71194
71194
|
const toReturn = $wnd["OCL"];
|
|
71195
|
-
toReturn.version = "9.11.
|
|
71195
|
+
toReturn.version = "9.11.1";
|
|
71196
71196
|
return toReturn;
|
|
71197
71197
|
}
|
|
71198
71198
|
var isBrowserWindow = typeof window !== "undefined" && typeof window.document !== "undefined";
|
|
@@ -71336,8 +71336,8 @@ export {
|
|
|
71336
71336
|
};
|
|
71337
71337
|
/**
|
|
71338
71338
|
* openchemlib - Manipulate molecules
|
|
71339
|
-
* @version v9.11.
|
|
71340
|
-
* @date 2025-10-
|
|
71339
|
+
* @version v9.11.1
|
|
71340
|
+
* @date 2025-10-14T12:21:23.561Z
|
|
71341
71341
|
* @link https://github.com/cheminfo/openchemlib-js
|
|
71342
71342
|
* @license BSD-3-Clause
|
|
71343
71343
|
*/
|