cosmos-rest
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -61,3 +61,3 @@ 'use strcit'; | ||
} | ||
async end_game_session(gsid){ | ||
async end_game_session(gsid,json){ | ||
const data = await this.request('POST',`/gc/game/${gsid}/endgs`,json); | ||
@@ -64,0 +64,0 @@ return data; |
{ | ||
"name": "cosmos-rest", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A js sdk for cosmos blockchain", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
24744