@stigg/js-client-sdk 2.0.0 → 2.1.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.
@@ -7,8 +7,8 @@ declare type EdgeApiClientConfiguration = {
7
7
  enableEdge: boolean;
8
8
  };
9
9
  export declare class EdgeApiClient {
10
+ private readonly config;
10
11
  private readonly dynamicData;
11
- private readonly httpClient;
12
12
  private constructor();
13
13
  static create(config: EdgeApiClientConfiguration, dynamicData: {
14
14
  customerToken?: string | null;