x3d-tidy 1.0.26 → 1.0.28
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.
- package/package.json +10 -10
- package/tests/test.html +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x3d-tidy",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.28",
|
|
4
4
|
"description": "X3D Converter, Beautifier and Minimizer",
|
|
5
5
|
"bin": {
|
|
6
6
|
"x3d-tidy": "bin/x3d-tidy.js"
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"url": "git+https://github.com/create3000/x3d-tidy.git"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
18
|
+
"glTF2",
|
|
19
|
+
"JSON",
|
|
20
|
+
"STL",
|
|
21
|
+
"VRML",
|
|
22
|
+
"Wavefront-OBJ",
|
|
23
|
+
"wrl",
|
|
24
|
+
"XML",
|
|
25
25
|
"beautifier",
|
|
26
26
|
"Compressor",
|
|
27
27
|
"converter",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"homepage": "https://www.npmjs.com/package/x3d-tidy",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"electron": "^24.
|
|
43
|
-
"x_ite": "^8.
|
|
42
|
+
"electron": "^24.3.0",
|
|
43
|
+
"x_ite": "^8.7.0",
|
|
44
44
|
"yargs": "^17.7.2"
|
|
45
45
|
}
|
|
46
46
|
}
|
package/tests/test.html
CHANGED
|
@@ -24,8 +24,8 @@ x3d-canvas {
|
|
|
24
24
|
<x3d-canvas>
|
|
25
25
|
<X3D profile='Interactive' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='http://www.web3d.org/specifications/x3d-4.0.xsd'>
|
|
26
26
|
<head>
|
|
27
|
-
<meta name='converter' content='x3d-tidy V1.0.
|
|
28
|
-
<meta name='converted' content='Sun, 07 May 2023
|
|
27
|
+
<meta name='converter' content='x3d-tidy V1.0.26, https://www.npmjs.com/package/x3d-tidy'></meta>
|
|
28
|
+
<meta name='converted' content='Sun, 07 May 2023 17:38:39 GMT'></meta>
|
|
29
29
|
</head>
|
|
30
30
|
<Scene>
|
|
31
31
|
<Background
|