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/README.md +3 -3
- package/dist/openchemlib-core.js +142 -144
- package/dist/openchemlib-full.js +155 -157
- package/dist/openchemlib-full.pretty.js +3884 -3580
- package/dist/openchemlib-minimal.js +108 -110
- package/package.json +7 -7
- package/types.d.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openchemlib",
|
|
3
|
-
"version": "8.
|
|
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.
|
|
75
|
-
"eslint-config-cheminfo": "^
|
|
74
|
+
"eslint": "^8.56.0",
|
|
75
|
+
"eslint-config-cheminfo": "^9.1.1",
|
|
76
76
|
"gwt-api-exporter": "^2.0.0",
|
|
77
|
-
"jest": "^29.
|
|
78
|
-
"openchemlib-utils": "^
|
|
79
|
-
"prettier": "^2.
|
|
80
|
-
"yargs": "^17.7.
|
|
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;
|