@liquidcommerce/elements-sdk 2.5.6 → 2.5.7

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.
@@ -42,7 +42,6 @@ export declare class AuthService {
42
42
  private constructor();
43
43
  static getInstance(config: IAuthConfig): AuthService;
44
44
  authenticate(): Promise<boolean>;
45
- private requestWithoutAuth;
46
45
  isTokenExpired(): boolean;
47
46
  private request;
48
47
  private buildUrl;
@@ -55,8 +55,8 @@ export interface ITelemetryComponentContext {
55
55
  }
56
56
  export interface ITelemetryUserContext {
57
57
  deviceId: string;
58
- sessionId?: string;
59
58
  isLocalStorageAvailable: boolean;
59
+ selectedAddress?: string;
60
60
  }
61
61
  export interface ITelemetryBrowserContext {
62
62
  userAgent: string;
@@ -4,6 +4,7 @@ export declare class TelemetryService {
4
4
  private eventQueue;
5
5
  private batchTimer;
6
6
  private readonly clientConfig;
7
+ private readonly store;
7
8
  private stats;
8
9
  private isShuttingDown;
9
10
  constructor();
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "LiquidCommerce Elements SDK",
4
4
  "license": "UNLICENSED",
5
5
  "author": "LiquidCommerce Team",
6
- "version": "2.5.6",
6
+ "version": "2.5.7",
7
7
  "homepage": "https://docs.liquidcommerce.co/elements-sdk",
8
8
  "repository": {
9
9
  "type": "git",