react-unity-webgl
Advanced tools
Comparing version 8.3.8 to 8.3.9
@@ -10,2 +10,4 @@ "use strict"; | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -12,0 +14,0 @@ function __() { this.constructor = d; } |
{ | ||
"name": "react-unity-webgl", | ||
"version": "8.3.8", | ||
"version": "8.3.9", | ||
"description": "React Unity WebGL provides an easy solution for embedding Unity WebGL builds in your React application, with two-way communication between your React and Unity application with advanced API's.", | ||
@@ -52,6 +52,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/react": "17.0.1", | ||
"typescript": "4.1.3" | ||
"@types/react": "17.0.5", | ||
"typescript": "4.2.4" | ||
}, | ||
"private": false | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
105559
898