@arkadiuminc/sdk 2.21.0 → 2.22.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.
@@ -40,7 +40,7 @@ export { ApiEnv };
40
40
  export declare class ArenaApi {
41
41
  static version: string;
42
42
  private static sdk;
43
- static onGameSDKLoaded(target: any, callback: any): void;
43
+ static onGameSDKLoaded(target: any, callback: any, env?: ApiEnv): void;
44
44
  static dispose(): void;
45
45
  static getInstance(env: ApiEnv, deferInit?: boolean): Promise<ArkadiumArenaSdk>;
46
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkadiuminc/sdk",
3
- "version": "2.21.0",
3
+ "version": "2.22.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/pkg/arkadium-sdk.umd.js",