sunrize 1.0.41 → 1.0.43

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sunrize",
3
3
  "productName": "Sunrize X3D Editor",
4
- "version": "1.0.41",
4
+ "version": "1.0.43",
5
5
  "description": "A Multi Platform X3D Editor",
6
6
  "homepage": "https://create3000.github.io/sunrize/",
7
7
  "author": "Holger Seelig",
@@ -59,7 +59,7 @@
59
59
  "qtip2": "^3.0.3",
60
60
  "spectrum-colorpicker2": "^2.0.10",
61
61
  "string-similarity": "^4.0.4",
62
- "x_ite": "^8.8.1"
62
+ "x_ite": "^8.8.3"
63
63
  },
64
64
  "main": "src/main.js",
65
65
  "bin": {
@@ -231,7 +231,7 @@ module .exports = class Console extends Interface
231
231
 
232
232
  try
233
233
  {
234
- console .debug ("" + this .scriptNode .evaluate (text))
234
+ console .debug (String (this .scriptNode .evaluate (text)))
235
235
  }
236
236
  catch (error)
237
237
  {