otter-bridge
Advanced tools
Comparing version 0.1.8 to 0.2.0
@@ -92,2 +92,3 @@ declare enum GameType { | ||
requestHost: string; | ||
launchUrl?: string | 'unknown'; | ||
userInfo: IUserInfo; | ||
@@ -94,0 +95,0 @@ } |
{ | ||
"name": "otter-bridge", | ||
"version": "0.1.8", | ||
"version": "0.2.0", | ||
"description": "Otter game web jsbridge", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -369,2 +369,3 @@ import URI from "urijs"; | ||
requestHost: string; | ||
launchUrl?: string | 'unknown'; | ||
userInfo: IUserInfo; | ||
@@ -371,0 +372,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
275810
748