@flyfish-dev/cad-viewer 0.6.5 → 0.7.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@flyfish-dev/cad-viewer",
3
- "version": "0.6.5",
4
- "description": "A production-oriented lightweight frontend CAD viewer for DWG, DXF, DWF, DWFx and XPS, built with TypeScript, worker-backed DWG WebAssembly parsing, native dwf-viewer integration, WebGL 2D/3D rendering and Canvas overlays.",
3
+ "version": "0.7.0",
4
+ "description": "A production-oriented browser CAD viewer for DWG, DXF, DWF, DWFx and XPS with worker-backed LibreDWG WASM, WebGL/Canvas rendering, external SHX references and native DWF support.",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
7
7
  "author": "Yu Wang",
@@ -26,6 +26,8 @@
26
26
  "typescript",
27
27
  "frontend",
28
28
  "libredwg",
29
+ "shx",
30
+ "linetype",
29
31
  "web-worker",
30
32
  "wasm",
31
33
  "webgl",
@@ -101,6 +103,7 @@
101
103
  },
102
104
  "dependencies": {
103
105
  "@mlightcad/libredwg-web": "^0.7.2",
106
+ "@mlightcad/shx-parser": "^1.4.5",
104
107
  "dwf-viewer": "^0.6.4",
105
108
  "dxf-parser": "^1.1.2"
106
109
  },