bruce-models 6.3.3 → 6.3.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.
@@ -10428,6 +10428,7 @@
10428
10428
  EType["Entity"] = "SingleEntity";
10429
10429
  // Renders Cesium OSM Buildings.
10430
10430
  EType["Osm"] = "OSMBuildingsTileset";
10431
+ EType["Assembly"] = "ModelTileset";
10431
10432
  // Renders a Cesium Tileset made from importing an assembly file into Nextspace.
10432
10433
  EType["CadTileset"] = "ModelTileset";
10433
10434
  // Renders legacy Nextspace tilesets.
@@ -15666,7 +15667,7 @@
15666
15667
  })(exports.Tracking || (exports.Tracking = {}));
15667
15668
 
15668
15669
  // This is updated with the package.json version on build.
15669
- const VERSION = "6.3.3";
15670
+ const VERSION = "6.3.5";
15670
15671
 
15671
15672
  exports.VERSION = VERSION;
15672
15673
  exports.AbstractApi = AbstractApi;