x3d-tidy 3.0.8 → 3.0.10

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 +12 -11
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -68,17 +68,18 @@ Show version.
68
68
 
69
69
  ## Supported Input File Types
70
70
 
71
- | Encoding | File Extension | MIME Type |
72
- |------------------|----------------|-----------------|
73
- | X3D XML | .x3d, .x3dz | model/x3d+xml |
74
- | X3D JSON | .x3dj, .x3djz | model/x3d+json |
75
- | X3D Classic VRML | .x3dv, .x3dvz | model/x3d+vrml |
76
- | VRML 2.0 | .wrl, .wrz | model/vrml |
77
- | glTF | .gltf, .glb | model/gltf+json |
78
- | Wavefront OBJ | .obj | model/obj |
79
- | STL | .stl | model/stl |
80
- | PLY | .ply | model/ply |
81
- | SVG Document | .svg, .svgz | image/svg+xml |
71
+ | Encoding | File Extension | MIME Type |
72
+ |------------------|----------------|-------------------|
73
+ | X3D XML | .x3d, .x3dz | model/x3d+xml |
74
+ | X3D JSON | .x3dj, .x3djz | model/x3d+json |
75
+ | X3D Classic VRML | .x3dv, .x3dvz | model/x3d+vrml |
76
+ | VRML 2.0 | .wrl, .wrz | model/vrml |
77
+ | glTF | .gltf, .glb | model/gltf+json |
78
+ | VRM | .vrm | model/vrm |
79
+ | Wavefront OBJ | .obj | model/obj |
80
+ | STL | .stl | model/stl |
81
+ | PLY | .ply | model/ply |
82
+ | SVG Document | .svg, .svgz | image/svg+xml |
82
83
 
83
84
  ## Supported Output File Types
84
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x3d-tidy",
3
- "version": "3.0.8",
3
+ "version": "3.0.10",
4
4
  "description": "X3D Converter, Beautifier and Minimizer",
5
5
  "main": "src/main.js",
6
6
  "bin": {
@@ -32,6 +32,7 @@
32
32
  "STL",
33
33
  "SVG",
34
34
  "tidy",
35
+ "VRM",
35
36
  "VRML",
36
37
  "Wavefront-OBJ",
37
38
  "wrl",
@@ -58,8 +59,8 @@
58
59
  },
59
60
  "dependencies": {
60
61
  "colors": "^1.4.0",
61
- "x_ite": "^14.0.9",
62
- "x_ite-node": "^2.0.8",
62
+ "x_ite": "^14.1.2",
63
+ "x_ite-node": "^2.0.10",
63
64
  "x3d-traverse": "^1.0.22",
64
65
  "yargs": "^18.0.0"
65
66
  },