x_ite-node 1.0.56 → 1.0.58

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 +2 -2
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x_ite-node",
3
- "version": "1.0.56",
3
+ "version": "1.0.58",
4
4
  "description": "Pure Node.js wrapper of X_ITE",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -59,7 +59,7 @@
59
59
  "node-localstorage": "^3.0.5",
60
60
  "nogl": "^1.1.0",
61
61
  "skia-canvas": "^2.0.2",
62
- "x_ite": "^11.6.0"
62
+ "x_ite": "^11.6.1"
63
63
  },
64
64
  "devDependencies": {
65
65
  "jest": "^29.7.0",
package/src/index.js CHANGED
@@ -444,7 +444,7 @@ X3D .Context .create = function (canvas, version, preserveDrawingBuffer, mobile)
444
444
  {
445
445
  return Object .assign (gl (), glFunctions,
446
446
  {
447
- getVersion: function () { return 1; },
447
+ getVersion: function () { return 2; },
448
448
  });
449
449
  };
450
450