@arkadiuminc/sdk
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -26,4 +26,4 @@ import { GameIdReaderContract } from '../environment/environment.api'; | ||
loadGameState<T>(key: string): Promise<{ | ||
cloud: SaveDataContract<T>; | ||
local: SaveDataContract<T>; | ||
cloud: SaveDataContract<T> | null; | ||
local: SaveDataContract<T> | null; | ||
}>; | ||
@@ -30,0 +30,0 @@ private loadData; |
{ | ||
"name": "@arkadiuminc/sdk", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"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
18017