@x-viewer/core 0.21.2 → 0.21.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.
@@ -65,6 +65,5 @@ export interface IViewportEntity extends IEntity {
65
65
  export default class Viewport implements IGeometry {
66
66
  ForEntityType: "VIEWPORT";
67
67
  parseEntity(scanner: DxfBaseReader, curr: IGroup): IViewportEntity;
68
- static viewportIdCounter: number;
69
68
  parseDwgEntity(entity: DwgViewportEntity): IEntity;
70
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-viewer/core",
3
- "version": "0.21.2",
3
+ "version": "0.21.4",
4
4
  "homepage": "https://dwg.thingraph.site/",
5
5
  "description": "WebGL-based 2D/3D viewer engine built on Three.js. View DWG/DXF/PDF files in the browser with no server required. Supports glTF, OBJ, FBX, IFC, STL and BimTiles formats.",
6
6
  "author": "thingraph",
@@ -69,7 +69,7 @@
69
69
  "2d-polygon-boolean": "^1.0.1",
70
70
  "2d-polygon-self-intersections": "^1.3.1",
71
71
  "3d-tiles-renderer": "0.3.32",
72
- "@mlightcad/libredwg-web": "^0.6.6",
72
+ "@mlightcad/libredwg-web": "^0.6.7",
73
73
  "camera-controls": "^1.37.4",
74
74
  "clipper-lib": "^6.4.2",
75
75
  "concaveman": "^1.2.1",