icn3d 3.29.2 → 3.29.3

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/icn3d.module.js CHANGED
@@ -38538,7 +38538,7 @@ class AnnoDomain {
38538
38538
  for(let j = from; j <= to; ++j) {
38539
38539
  // 0-based
38540
38540
  let obj = {};
38541
- let resi = ic.ParserUtilsCls.getResi(chnid, j+1);
38541
+ let resi = ic.ParserUtilsCls.getResi(chnid, j);
38542
38542
  obj[chnid + '_' + resi] = domainName;
38543
38543
  ic.resid2domain[chnid].push(obj);
38544
38544
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icn3d",
3
- "version": "3.29.2",
3
+ "version": "3.29.3",
4
4
  "main": "./icn3d.js",
5
5
  "exports": {
6
6
  ".": {