@cloudgaming/rpc
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -94,2 +94,4 @@ /// <reference types="node" /> | ||
gameName: string; | ||
/** game args */ | ||
gameArgs?: Record<string, string>; | ||
/** start token, contains sessionId, userId and stopDeadline */ | ||
@@ -96,0 +98,0 @@ startToken: string; |
{ | ||
"name": "@cloudgaming/rpc", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
Sorry, the diff of this file is not supported yet
43993
707