x3d-tidy 3.0.14 → 3.0.16

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/package.json +3 -3
  2. package/src/main.js +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x3d-tidy",
3
- "version": "3.0.14",
3
+ "version": "3.0.16",
4
4
  "description": "X3D Converter, Beautifier and Minimizer",
5
5
  "main": "src/main.js",
6
6
  "bin": {
@@ -59,8 +59,8 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "colors": "^1.4.0",
62
- "x_ite": "^14.2.0",
63
- "x_ite-node": "^2.0.14",
62
+ "x_ite": "^15.0.1",
63
+ "x_ite-node": "^2.0.16",
64
64
  "x3d-traverse": "^1.0.22",
65
65
  "yargs": "^18.0.0"
66
66
  },
package/src/main.js CHANGED
@@ -330,5 +330,6 @@ ${scene .toXMLString ({ html: true, indent: " " .repeat (6) }) .trimEnd ()}
330
330
  </x3d-canvas>
331
331
  <p>Made with <a href="https://www.npmjs.com/package/x3d-tidy" target="_blank">x3d-tidy</a>. If local files are not loaded <a href="https://create3000.github.io/x_ite/setup-a-localhost-server">consider setup a localhost server</a> or use <a href="https://create3000.github.io/x_ite/dom-integration">DOM integration methods</a>.</p>
332
332
  </body>
333
- </html>`;
333
+ </html>
334
+ `;
334
335
  }