x3d-tidy 2.1.21 → 2.1.23

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
@@ -72,7 +72,7 @@ Show version.
72
72
  | X3D XML | .x3d, .x3dz | model/x3d+xml |
73
73
  | X3D JSON | .x3dj, .x3djz | model/x3d+json |
74
74
  | X3D Classic VRML | .x3dv, .x3dvz | model/x3d+vrml |
75
- | VRML | .wrl, .wrz | model/vrml |
75
+ | VRML 2.0 | .wrl, .wrz | model/vrml |
76
76
  | glTF | .gltf, .glb | model/gltf+json |
77
77
  | Wavefront OBJ | .obj | model/obj |
78
78
  | STL | .stl | model/stl |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x3d-tidy",
3
- "version": "2.1.21",
3
+ "version": "2.1.23",
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": "^12.0.2",
57
- "x_ite-node": "^1.0.66",
56
+ "x_ite": "^12.0.4",
57
+ "x_ite-node": "^1.0.68",
58
58
  "x3d-traverse": "^1.0.13",
59
59
  "yargs": "^18.0.0"
60
60
  },