x3d-tidy 2.0.37 → 2.1.1

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
@@ -14,7 +14,7 @@ You can run *x3d-tidy* without installing it using **npx**:
14
14
 
15
15
  ## Overview
16
16
 
17
- *x3d-tidy* is a command-line tool based on [X_ITE](https://create3000.github.io/x_ite/) designed for processing X3D (Extensible 3D) files. It provides both conversion and data mining capabilities to enhance and streamline work with X3D content.
17
+ *x3d-tidy* is a command-line tool, based on [X_ITE](https://create3000.github.io/x_ite/), designed for processing X3D (Extensible 3D) files. It provides both conversion and data mining capabilities to enhance and streamline work with X3D content.
18
18
 
19
19
  * Run *x3d-tidy* with `npx x3d-tidy ...` directly from npm without installing it.
20
20
  * Format Conversion: Transforms X3D files between different encodings, such as XML, Classic VRML, and JSON.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x3d-tidy",
3
- "version": "2.0.37",
3
+ "version": "2.1.1",
4
4
  "description": "X3D Converter, Beautifier and Minimizer",
5
5
  "main": "src/main.js",
6
6
  "bin": {
@@ -53,8 +53,8 @@
53
53
  }
54
54
  ],
55
55
  "dependencies": {
56
- "x_ite": "^11.5.4",
57
- "x_ite-node": "^1.0.45",
56
+ "x_ite": "^11.5.6",
57
+ "x_ite-node": "^1.0.47",
58
58
  "x3d-traverse": "^1.0.12",
59
59
  "yargs": "^17.7.2"
60
60
  },