@mlightcad/cad-simple-viewer-cli 1.6.1 → 1.6.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.
@@ -1,9 +1,10 @@
1
1
  ; Export a self-contained offline HTML viewer (-chtml).
2
- ; Prompts: export invisible layers / initial view / viewer mode.
2
+ ; Prompts: export invisible layers / export layouts / initial view / viewer mode.
3
3
  ; Usage:
4
4
  ; cad-simple-viewer-cli -i drawing.dwg -s examples/export-html.scr -o ./out
5
5
  -chtml
6
6
  Yes
7
+ Yes
7
8
  Extents
8
9
  Measure
9
10
  quit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mlightcad/cad-simple-viewer-cli",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "AcCoreConsole-style headless CLI: run .scr command scripts against DXF/DWG drawings",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -42,15 +42,15 @@
42
42
  "script"
43
43
  ],
44
44
  "dependencies": {
45
- "@mlightcad/data-model": "^1.13.0",
46
- "@mlightcad/libredwg-converter": "^3.13.0",
45
+ "@mlightcad/data-model": "^1.14.1",
46
+ "@mlightcad/libredwg-converter": "^3.14.1",
47
47
  "@mlightcad/mtext-renderer": "^0.12.4",
48
48
  "commander": "^12.1.0",
49
49
  "playwright": "^1.49.1",
50
- "@mlightcad/cad-pdf-plugin": "1.6.1",
51
- "@mlightcad/cad-html-plugin": "1.6.1",
52
- "@mlightcad/cad-simple-viewer": "1.6.1",
53
- "@mlightcad/cad-svg-plugin": "1.6.1"
50
+ "@mlightcad/cad-html-plugin": "1.6.2",
51
+ "@mlightcad/cad-simple-viewer": "1.6.2",
52
+ "@mlightcad/cad-pdf-plugin": "1.6.2",
53
+ "@mlightcad/cad-svg-plugin": "1.6.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^20.14.9",