x3d-tidy 3.0.6 → 3.0.8

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
@@ -108,4 +108,4 @@ $ npx x3d-tidy -s CLEAN -i file.x3d -o file.x3dv file.x3dj
108
108
 
109
109
  ## See Also
110
110
 
111
- * [x3d-image](https://www.npmjs.com/package/x3d-image) — render image files from X3D
111
+ * [x3d-image](https://www.npmjs.com/package/x3d-image) — Render Image Files from X3D
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x3d-tidy",
3
- "version": "3.0.6",
3
+ "version": "3.0.8",
4
4
  "description": "X3D Converter, Beautifier and Minimizer",
5
5
  "main": "src/main.js",
6
6
  "bin": {
@@ -58,8 +58,8 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "colors": "^1.4.0",
61
- "x_ite": "^14.0.6",
62
- "x_ite-node": "^2.0.6",
61
+ "x_ite": "^14.0.9",
62
+ "x_ite-node": "^2.0.8",
63
63
  "x3d-traverse": "^1.0.22",
64
64
  "yargs": "^18.0.0"
65
65
  },