icn3d 3.49.1 → 3.49.2

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
@@ -135701,7 +135701,7 @@ class iCn3DUI {
135701
135701
  //even when multiple iCn3D viewers are shown together.
135702
135702
  this.pre = this.cfg.divid + "_";
135703
135703
 
135704
- this.REVISION = '1';
135704
+ this.REVISION = '3.49.1';
135705
135705
 
135706
135706
  // In nodejs, iCn3D defines "window = {navigator: {}}", and added window = {navigator: {}, "__THREE__":"177"}
135707
135707
  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.49.1",
3
+ "version": "3.49.2",
4
4
  "main": "./icn3d.js",
5
5
  "exports": {
6
6
  ".": {