openchemlib 8.7.0 → 8.7.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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * openchemlib - Manipulate molecules
3
- * @version v8.7.0
4
- * @date 2023-10-13T08:32:25.894Z
3
+ * @version v8.7.2
4
+ * @date 2023-11-14T15:02:59.547Z
5
5
  * @link https://github.com/cheminfo/openchemlib-js
6
6
  * @license BSD-3-Clause
7
7
  */
@@ -137,7 +137,7 @@ _.put=function I$(a,b){return T0.w$(this,a,b)};_.remove=function J$(a){return T0
137
137
 
138
138
  var toReturn = $wnd["OCL"];
139
139
 
140
- toReturn.version = '8.7.0';
140
+ toReturn.version = '8.7.2';
141
141
 
142
142
  return toReturn;
143
143
  }
package/full.js CHANGED
@@ -1,3 +1,27 @@
1
1
  'use strict';
2
2
 
3
- module.exports = require('./dist/openchemlib-full.js');
3
+ const OCL = require('./dist/openchemlib-full.js');
4
+
5
+ exports.default = OCL;
6
+ exports.CanonizerUtil = OCL.CanonizerUtil;
7
+ exports.ConformerGenerator = OCL.ConformerGenerator;
8
+ exports.DrugScoreCalculator = OCL.DrugScoreCalculator;
9
+ exports.DruglikenessPredictor = OCL.DruglikenessPredictor;
10
+ exports.ForceFieldMMFF94 = OCL.ForceFieldMMFF94;
11
+ exports.Molecule = OCL.Molecule;
12
+ exports.MoleculeProperties = OCL.MoleculeProperties;
13
+ exports.Reaction = OCL.Reaction;
14
+ exports.ReactionEncoder = OCL.ReactionEncoder;
15
+ exports.Reactor = OCL.Reactor;
16
+ exports.RingCollection = OCL.RingCollection;
17
+ exports.SDFileParser = OCL.SDFileParser;
18
+ exports.SSSearcher = OCL.SSSearcher;
19
+ exports.SSSearcherWithIndex = OCL.SSSearcherWithIndex;
20
+ exports.SVGRenderer = OCL.SVGRenderer;
21
+ exports.SmilesParser = OCL.SmilesParser;
22
+ exports.StructureEditor = OCL.StructureEditor;
23
+ exports.StructureView = OCL.StructureView;
24
+ exports.ToxicityPredictor = OCL.ToxicityPredictor;
25
+ exports.Transformer = OCL.Transformer;
26
+ exports.Util = OCL.Util;
27
+ exports.version = OCL.version;
package/full.pretty.js CHANGED
@@ -1,3 +1,27 @@
1
1
  'use strict';
2
2
 
3
- module.exports = require('./dist/openchemlib-full.pretty.js');
3
+ const OCL = require('./dist/openchemlib-full.pretty.js');
4
+
5
+ exports.default = OCL;
6
+ exports.CanonizerUtil = OCL.CanonizerUtil;
7
+ exports.ConformerGenerator = OCL.ConformerGenerator;
8
+ exports.DrugScoreCalculator = OCL.DrugScoreCalculator;
9
+ exports.DruglikenessPredictor = OCL.DruglikenessPredictor;
10
+ exports.ForceFieldMMFF94 = OCL.ForceFieldMMFF94;
11
+ exports.Molecule = OCL.Molecule;
12
+ exports.MoleculeProperties = OCL.MoleculeProperties;
13
+ exports.Reaction = OCL.Reaction;
14
+ exports.ReactionEncoder = OCL.ReactionEncoder;
15
+ exports.Reactor = OCL.Reactor;
16
+ exports.RingCollection = OCL.RingCollection;
17
+ exports.SDFileParser = OCL.SDFileParser;
18
+ exports.SSSearcher = OCL.SSSearcher;
19
+ exports.SSSearcherWithIndex = OCL.SSSearcherWithIndex;
20
+ exports.SVGRenderer = OCL.SVGRenderer;
21
+ exports.SmilesParser = OCL.SmilesParser;
22
+ exports.StructureEditor = OCL.StructureEditor;
23
+ exports.StructureView = OCL.StructureView;
24
+ exports.ToxicityPredictor = OCL.ToxicityPredictor;
25
+ exports.Transformer = OCL.Transformer;
26
+ exports.Util = OCL.Util;
27
+ exports.version = OCL.version;
package/minimal.js CHANGED
@@ -1,3 +1,14 @@
1
1
  'use strict';
2
2
 
3
- module.exports = require('./dist/openchemlib-minimal.js');
3
+ const OCL = require('./dist/openchemlib-minimal.js');
4
+
5
+ exports.default = OCL;
6
+ exports.Molecule = OCL.Molecule;
7
+ exports.Reaction = OCL.Reaction;
8
+ exports.RingCollection = OCL.RingCollection;
9
+ exports.SDFileParser = OCL.SDFileParser;
10
+ exports.SSSearcher = OCL.SSSearcher;
11
+ exports.SSSearcherWithIndex = OCL.SSSearcherWithIndex;
12
+ exports.SmilesParser = OCL.SmilesParser;
13
+ exports.Util = OCL.Util;
14
+ exports.version = OCL.version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openchemlib",
3
- "version": "8.7.0",
3
+ "version": "8.7.2",
4
4
  "description": "Manipulate molecules",
5
5
  "keywords": [
6
6
  "chemistry",