x3d-tidy 1.0.57 → 1.0.59

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -38,7 +38,7 @@ If set, infer profile and components from used nodes.
38
38
 
39
39
  ### -m
40
40
 
41
- If set, remove metadata.
41
+ If set, remove metadata nodes.
42
42
 
43
43
  ## Supported Input File Types
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x3d-tidy",
3
- "version": "1.0.57",
3
+ "version": "1.0.59",
4
4
  "description": "X3D Converter, Beautifier and Minimizer",
5
5
  "bin": {
6
6
  "x3d-tidy": "bin/x3d-tidy.js"
@@ -42,8 +42,8 @@
42
42
  "homepage": "https://www.npmjs.com/package/x3d-tidy",
43
43
  "dependencies": {
44
44
  "console": "^0.7.2",
45
- "electron": "^25.1.1",
46
- "x_ite": "^8.9.2",
45
+ "electron": "^25.2.0",
46
+ "x_ite": "^8.10.0",
47
47
  "yargs": "^17.7.2"
48
48
  }
49
49
  }