@arkadiuminc/sdk 2.60.9 → 2.61.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,7 +45,7 @@ export declare class PersistenceGame implements IPersistence {
45
45
  private getCollection;
46
46
  private getRemoteToLocalStorageKey;
47
47
  private isRemoteStorageBlacklisted;
48
- getRemoteStorageItem(key: string): Promise<RemoteStorageValueType | null>;
48
+ getRemoteStorageItem(key: string, shouldUnpack?: boolean): Promise<RemoteStorageValueType | null>;
49
49
  private setRemoteStorageItemInternal;
50
50
  setRemoteStorageItem(key: string, value: RemoteStorageValueType): Promise<boolean>;
51
51
  removeRemoteStorageItem(key: string): Promise<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkadiuminc/sdk",
3
- "version": "2.60.9",
3
+ "version": "2.61.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/pkg/arkadium-sdk.umd.js",