openchemlib 9.18.1 → 9.18.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/openchemlib.debug.js +4 -4
- package/dist/openchemlib.js +3 -3
- package/package.json +1 -1
|
@@ -40101,7 +40101,7 @@ function getExports($wnd) {
|
|
|
40101
40101
|
if (productIndex == -1)
|
|
40102
40102
|
return null;
|
|
40103
40103
|
isProduct = false;
|
|
40104
|
-
idcodeIndex = productIndex
|
|
40104
|
+
idcodeIndex = productIndex != 0 ? 0 : jl.length__I__devirtual$_0(rxnCode) == 1 ? -1 : 1;
|
|
40105
40105
|
mappingIndex = 0;
|
|
40106
40106
|
coordsIndex = 0;
|
|
40107
40107
|
if (isNull(rxn))
|
|
@@ -71647,7 +71647,7 @@ function getExports($wnd) {
|
|
|
71647
71647
|
$sendStats("moduleStartup", "end");
|
|
71648
71648
|
$gwt && $gwt.permProps && __gwtModuleFunction.__moduleStartupDone($gwt.permProps);
|
|
71649
71649
|
const toReturn = $wnd["OCL"];
|
|
71650
|
-
toReturn.version = "9.18.
|
|
71650
|
+
toReturn.version = "9.18.2";
|
|
71651
71651
|
return toReturn;
|
|
71652
71652
|
}
|
|
71653
71653
|
var isBrowserWindow = typeof window !== "undefined" && typeof window.document !== "undefined";
|
|
@@ -71791,8 +71791,8 @@ export {
|
|
|
71791
71791
|
};
|
|
71792
71792
|
/**
|
|
71793
71793
|
* openchemlib - Manipulate molecules
|
|
71794
|
-
* @version v9.18.
|
|
71795
|
-
* @date 2025-11-
|
|
71794
|
+
* @version v9.18.2
|
|
71795
|
+
* @date 2025-11-25T09:21:37.333Z
|
|
71796
71796
|
* @link https://github.com/cheminfo/openchemlib-js
|
|
71797
71797
|
* @license BSD-3-Clause
|
|
71798
71798
|
*/
|