@kent-tokyo/chematic 1.0.5 → 1.0.6
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/chematic_wasm.d.ts +1 -1
- package/chematic_wasm.js +1 -1
- package/chematic_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/chematic_wasm.d.ts
CHANGED
|
@@ -638,7 +638,7 @@ export function cip_assignments_json(mol: MolHandle): string;
|
|
|
638
638
|
/**
|
|
639
639
|
* Atoms the accurate CIP engine could not resolve a tetrahedral R/S for, as a JSON
|
|
640
640
|
* array of `{atomIdx, reason}` objects. `reason` is `"tied"` (a genuine CIP-rule tie,
|
|
641
|
-
* not a missing rule) or `"
|
|
641
|
+
* not a missing rule), `"budgetExceeded"`, or `"oracleUnstable"`. Always `[]` for the legacy engine (see
|
|
642
642
|
* [`cip_assignments_json`]) -- it never reports "I don't know". Returns `"null"` on
|
|
643
643
|
* an internal engine error.
|
|
644
644
|
*/
|
package/chematic_wasm.js
CHANGED
|
@@ -1518,7 +1518,7 @@ export function cip_assignments_json(mol) {
|
|
|
1518
1518
|
/**
|
|
1519
1519
|
* Atoms the accurate CIP engine could not resolve a tetrahedral R/S for, as a JSON
|
|
1520
1520
|
* array of `{atomIdx, reason}` objects. `reason` is `"tied"` (a genuine CIP-rule tie,
|
|
1521
|
-
* not a missing rule) or `"
|
|
1521
|
+
* not a missing rule), `"budgetExceeded"`, or `"oracleUnstable"`. Always `[]` for the legacy engine (see
|
|
1522
1522
|
* [`cip_assignments_json`]) -- it never reports "I don't know". Returns `"null"` on
|
|
1523
1523
|
* an internal engine error.
|
|
1524
1524
|
* @param {MolHandle} mol
|
package/chematic_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"Kentaro Tanabe (kent-tokyo) <kent-tokyo@users.noreply.github.com>"
|
|
6
6
|
],
|
|
7
7
|
"description": "WebAssembly bindings for chematic — use chematic from JavaScript/TypeScript",
|
|
8
|
-
"version": "1.0.
|
|
8
|
+
"version": "1.0.6",
|
|
9
9
|
"license": "MIT OR Apache-2.0",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|