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.module.js CHANGED
@@ -133694,7 +133694,7 @@ class iCn3DUI {
133694
133694
  //even when multiple iCn3D viewers are shown together.
133695
133695
  this.pre = this.cfg.divid + "_";
133696
133696
 
133697
- this.REVISION = '3.45.1';
133697
+ this.REVISION = '3.45.2';
133698
133698
 
133699
133699
  // In nodejs, iCn3D defines "window = {navigator: {}}", and added window = {navigator: {}, "__THREE__":"177"}
133700
133700
  this.bNode = (Object.keys(window).length < 3) ? true : false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icn3d",
3
- "version": "3.45.3",
3
+ "version": "3.45.4",
4
4
  "main": "./icn3d.js",
5
5
  "exports": {
6
6
  ".": {