x_ite-node 2.0.20 → 2.0.21

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 +4 -0
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -50,6 +50,10 @@ Useful information on how to access the external browser and documentation of al
50
50
  * [Scripting Reference](https://create3000.github.io/x_ite/reference/ecmascript-object-and-function-definitions/)
51
51
  * [Components](https://create3000.github.io/x_ite/components/overview/)
52
52
 
53
+ ## Hint
54
+
55
+ * If you load a file with `X3DBrowser.loadURL()` or `X3DBrowser.createX3DFromURL()`, set browser option "LoadUrlObjects" to `false`.
56
+
53
57
  ## See Also
54
58
 
55
59
  * [X_ITE](https://create3000.github.io/x_ite/) - X3D Browser
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x_ite-node",
3
- "version": "2.0.20",
3
+ "version": "2.0.21",
4
4
  "description": "Pure Node.js Wrapper of X_ITE",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -59,9 +59,12 @@
59
59
  "node-localstorage": "^3.0.5",
60
60
  "nogl": "^1.1.0",
61
61
  "skia-canvas": "^3.0.8",
62
- "x_ite": "^15.1.1"
62
+ "x_ite": "^15.1.2"
63
63
  },
64
64
  "devDependencies": {
65
+ "@eslint/js": "^10.0.1",
66
+ "eslint": "^10.4.1",
67
+ "globals": "^17.6.0",
65
68
  "jest": "^30.2.0",
66
69
  "shell-tools": "^1.1.9"
67
70
  }