x3d-tidy 1.0.81 → 1.0.82

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/README.md CHANGED
@@ -40,6 +40,10 @@ If set, infer profile and components from used nodes.
40
40
 
41
41
  If set, remove metadata nodes.
42
42
 
43
+ ### -h
44
+
45
+ Show help.
46
+
43
47
  ## Supported Input File Types
44
48
 
45
49
  | Encoding | File Extension | MIME Type |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x3d-tidy",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "description": "X3D Converter, Beautifier and Minimizer",
5
5
  "main": "src/main.js",
6
6
  "bin": {
@@ -50,7 +50,7 @@
50
50
  "dependencies": {
51
51
  "colors": "^1.4.0",
52
52
  "electron": "^25.3.0",
53
- "x_ite": "^8.11.5",
53
+ "x_ite": "^8.11.6",
54
54
  "yargs": "^17.7.2"
55
55
  }
56
56
  }
package/src/convert.js CHANGED
@@ -65,6 +65,7 @@ async function convert (argv)
65
65
  type: "string",
66
66
  alias: "o",
67
67
  description: "Set output file. To output it to stdout use only the extension, e.g. '.x3dv'.",
68
+ demandOption: true,
68
69
  })
69
70
  .option ("style",
70
71
  {