openchemlib 8.7.2 → 8.8.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openchemlib",
3
- "version": "8.7.2",
3
+ "version": "8.8.1",
4
4
  "description": "Manipulate molecules",
5
5
  "keywords": [
6
6
  "chemistry",
@@ -71,12 +71,12 @@
71
71
  "homepage": "https://github.com/cheminfo/openchemlib-js",
72
72
  "devDependencies": {
73
73
  "benchmark": "^2.1.4",
74
- "eslint": "^8.37.0",
75
- "eslint-config-cheminfo": "^8.2.0",
74
+ "eslint": "^8.56.0",
75
+ "eslint-config-cheminfo": "^9.1.1",
76
76
  "gwt-api-exporter": "^2.0.0",
77
- "jest": "^29.5.0",
78
- "openchemlib-utils": "^2.4.0",
79
- "prettier": "^2.8.7",
80
- "yargs": "^17.7.1"
77
+ "jest": "^29.7.0",
78
+ "openchemlib-utils": "^5.6.1",
79
+ "prettier": "^3.2.4",
80
+ "yargs": "^17.7.2"
81
81
  }
82
82
  }
package/types.d.ts CHANGED
@@ -291,6 +291,7 @@ export declare class Molecule {
291
291
  static cBondQFNotAromatic: number;
292
292
  static cBondQFMatchFormalOrder: number;
293
293
 
294
+ static cHelperAll: number;
294
295
  static cHelperNone: number;
295
296
  static cHelperBitNeighbours: number;
296
297
  static cHelperBitRingsSimple: number;