x_ite-node 1.0.16 → 1.0.18

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 +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -49,4 +49,5 @@ Useful information on how to access the external browser and documentation of al
49
49
 
50
50
  ## See Also
51
51
 
52
- * [X_ITE](https://create3000.github.io/x_ite/)
52
+ * [X_ITE](https://create3000.github.io/x_ite/) - X3D Browser
53
+ * [x3d-traverse](https://www.npmjs.com/package/x3d-traverse) - traverse X3D scene graph
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x_ite-node",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "description": "Pure Node.js wrapper of X_ITE",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -58,7 +58,7 @@
58
58
  "node-localstorage": "^3.0.5",
59
59
  "nogl": "^1.1.0",
60
60
  "skia-canvas": "^1.0.2",
61
- "x_ite": "^10.5.14"
61
+ "x_ite": "^11.0.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "jest": "^29.7.0",