openchemlib 8.13.0 → 8.14.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openchemlib",
3
- "version": "8.13.0",
3
+ "version": "8.14.0",
4
4
  "description": "Manipulate molecules",
5
5
  "keywords": [
6
6
  "chemistry",
package/types.d.ts CHANGED
@@ -25,14 +25,14 @@ export interface AtomQueryFeatures {
25
25
  moreNeighbours: boolean;
26
26
  matchStereo: boolean;
27
27
  not0PiElectrons: boolean;
28
- not1PiElectrons: boolean;
28
+ not1PiElectron: boolean;
29
29
  not2PiElectrons: boolean;
30
30
  not0Hydrogen: boolean;
31
31
  not1Hydrogen: boolean;
32
32
  not2Hydrogen: boolean;
33
33
  not3Hydrogen: boolean;
34
34
  not0Neighbours: boolean;
35
- not1Neighbours: boolean;
35
+ not1Neighbour: boolean;
36
36
  not2Neighbours: boolean;
37
37
  not3Neighbours: boolean;
38
38
  not4Neighbours: boolean;
@@ -1449,10 +1449,10 @@ export declare class Molecule {
1449
1449
  * sub-structure search.
1450
1450
  * </p>
1451
1451
  * @param atom
1452
- * @param feature - one of cAtomQF...
1452
+ * @param feature - one of cAtomQF... Because of long it could be an internal object
1453
1453
  * @param value - if true, the feature is set, otherwise it is removed
1454
1454
  */
1455
- // setAtomQueryFeature(atom: number, feature: number, value: boolean): void;
1455
+ setAtomQueryFeature(atom: number, feature: any, value: boolean): void;
1456
1456
 
1457
1457
  /**
1458
1458
  * Sets an atom's radical state as singulet,dublet,triplet or none