@wscsports/blaze-web-sdk 0.3.13 → 0.3.15

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wscsports/blaze-web-sdk",
3
- "version": "0.3.13",
3
+ "version": "0.3.15",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -1441,7 +1441,7 @@ declare abstract class AppConfigurationServiceClass extends AppConfigurationServ
1441
1441
  private _appConfigurations?;
1442
1442
  constructor();
1443
1443
  get appConfigurations(): AppConfiguration | undefined;
1444
- init(): Promise<void>;
1444
+ init(options: IBlazeSDKOptions): Promise<void>;
1445
1445
  }
1446
1446
  export declare const AppConfigurationService: AppConfigurationServiceClass;
1447
1447