openchemlib 8.10.0 → 8.11.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/openchemlib-core.js +3 -3
- package/dist/openchemlib-full.js +156 -156
- package/dist/openchemlib-full.pretty.js +4440 -3828
- package/dist/openchemlib-minimal.js +3 -3
- package/package.json +1 -1
package/dist/openchemlib-core.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* openchemlib - Manipulate molecules
|
|
3
|
-
* @version v8.
|
|
4
|
-
* @date 2024-05-
|
|
3
|
+
* @version v8.11.0
|
|
4
|
+
* @date 2024-05-17T16:58:47.374Z
|
|
5
5
|
* @link https://github.com/cheminfo/openchemlib-js
|
|
6
6
|
* @license BSD-3-Clause
|
|
7
7
|
*/
|
|
@@ -171,7 +171,7 @@ _.TYPE_TUMORIGENIC=Jlb.wH;_=o2('OCL.Transformer',Jlb.DH);_=o2('OCL.Util',Klb.DT)
|
|
|
171
171
|
|
|
172
172
|
var toReturn = $wnd["OCL"];
|
|
173
173
|
|
|
174
|
-
toReturn.version = '8.
|
|
174
|
+
toReturn.version = '8.11.0';
|
|
175
175
|
|
|
176
176
|
return toReturn;
|
|
177
177
|
}
|