icn3d 3.29.4 → 3.29.5

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
@@ -48794,7 +48794,7 @@ class ViewInterPairs {
48794
48794
  // last ss
48795
48795
  if(Object.keys(ssAtoms).length > 0) ssAtomsArray.push(ssAtoms);
48796
48796
  let len = ssAtomsArray.length;
48797
- select = "interactions " + threshold + " | sets " + nameArray2 + " " + nameArray + " | true";
48797
+ let select = "interactions " + threshold + " | sets " + nameArray2 + " " + nameArray + " | true";
48798
48798
  ic.opts['contact'] = "yes";
48799
48799
 
48800
48800
  for(let i = 0; i < len; ++i) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icn3d",
3
- "version": "3.29.4",
3
+ "version": "3.29.5",
4
4
  "main": "./icn3d.js",
5
5
  "exports": {
6
6
  ".": {