@enable3d/common
Advanced tools
Comparing version 0.23.0 to 0.24.0
@@ -10,4 +10,5 @@ // Inspired by https://github.com/playcanvas/engine/blob/master/examples/wasm-loader.js | ||
} | ||
catch (e) { | ||
console.error(e.message); | ||
catch (err) { | ||
if (err instanceof Error) | ||
console.error(err.message); | ||
} | ||
@@ -14,0 +15,0 @@ return false; |
{ | ||
"name": "@enable3d/common", | ||
"version": "0.23.0", | ||
"version": "0.24.0", | ||
"description": "", | ||
@@ -15,3 +15,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@enable3d/three-wrapper": "^0.23.0", | ||
"@enable3d/three-wrapper": "^0.24.0", | ||
"@yandeu/events": "0.0.5" | ||
@@ -18,0 +18,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
250018
3351
+ Added@enable3d/three-wrapper@0.24.1(transitive)
+ Added@types/three@0.133.1(transitive)
+ Addedthree@0.133.1(transitive)
- Removed@enable3d/three-wrapper@0.23.0(transitive)
- Removed@types/three@0.130.2(transitive)
- Removedthree@0.130.1(transitive)