icn3d 3.45.3 → 3.45.4

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.js CHANGED
@@ -132793,7 +132793,7 @@ class iCn3DUI {
132793
132793
  //even when multiple iCn3D viewers are shown together.
132794
132794
  this.pre = this.cfg.divid + "_";
132795
132795
 
132796
- this.REVISION = '3.45.1';
132796
+ this.REVISION = '3.45.2';
132797
132797
 
132798
132798
  // In nodejs, iCn3D defines "window = {navigator: {}}", and added window = {navigator: {}, "__THREE__":"177"}
132799
132799
  this.bNode = (Object.keys(window).length < 3) ? true : false;