@arkadiuminc/sdk
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -21,3 +21,3 @@ export interface LocalStorageContract { | ||
readGameId(): Promise<string>; | ||
setGameId(id: string): any; | ||
setGameId(id: string): void; | ||
} | ||
@@ -24,0 +24,0 @@ export declare class GameIdReader implements GameIdReaderContract { |
{ | ||
"name": "@arkadiuminc/sdk", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
17979