@v-tilt/browser 1.10.2 → 1.10.4

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/dist/vtilt.d.ts CHANGED
@@ -22,6 +22,7 @@ import { HistoryAutocapture } from "./extensions/history-autocapture";
22
22
  import { Autocapture } from "./autocapture";
23
23
  import { SessionRecordingWrapper } from "./extensions/replay";
24
24
  import { ChatWrapper } from "./extensions/chat/chat-wrapper";
25
+ import { VtdOverlay } from "./extensions/vtd-overlay";
25
26
  import { type QueuedRequest } from "./request-queue";
26
27
  import { RateLimiter } from "./rate-limiter";
27
28
  import { SimpleEventEmitter } from "./utils/event-emitter";
@@ -34,6 +35,7 @@ export declare class VTilt {
34
35
  sessionRecording?: SessionRecordingWrapper;
35
36
  chat?: ChatWrapper;
36
37
  webVitals?: WebVitalsManager;
38
+ vtdOverlay?: VtdOverlay;
37
39
  private configManager;
38
40
  sessionManager: SessionManager;
39
41
  userManager: UserManager;
@@ -90,6 +92,7 @@ export declare class VTilt {
90
92
  private _setup_unload_handler;
91
93
  private _start_queue_if_opted_in;
92
94
  private _read_vt_param_from_url;
95
+ private _initVtdOverlay;
93
96
  _execute_array(array: any[]): void;
94
97
  _dom_loaded(): void;
95
98
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@v-tilt/browser",
3
- "version": "1.10.2",
3
+ "version": "1.10.4",
4
4
  "description": "vTilt browser tracking library",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/module.js",