@xsolla/payment-client-core 0.2.62 → 0.2.63

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.
@@ -1,13 +1,15 @@
1
1
  import { UserBehaviourAnalyticsService } from '../user-behaviour-analytics/user-behaviour-analytics.service';
2
2
  import { Environment } from '../environment.interface';
3
+ import { ExtendedWindow } from '../extended-window.interface';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class ScriptTrackerService {
5
6
  private readonly userBehaviourAnalyticsService;
7
+ private readonly window;
6
8
  private readonly currentScripts;
7
9
  private readonly scriptHostBlacklist;
8
10
  private readonly SCRIPT_DEBOUNCE_TIME_MS;
9
11
  private readonly scriptTracked$;
10
- constructor(userBehaviourAnalyticsService: UserBehaviourAnalyticsService);
12
+ constructor(userBehaviourAnalyticsService: UserBehaviourAnalyticsService, window: ExtendedWindow);
11
13
  initScriptTracking(environment: Environment): void;
12
14
  private handleScriptData;
13
15
  private getTrackedScripts;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/payment-client-core",
3
- "version": "0.2.62",
3
+ "version": "0.2.63",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.3",
6
6
  "@angular/core": "^17.3.3",