bitmovin-analytics 2.43.4 → 2.44.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.
- package/bitmovin-analytics-bitmovin-player-web-x.js +2 -2
- package/bitmovin-analytics-bitmovin-player-web-x.js.map +1 -1
- package/bitmovin-analytics-bitmovin-player.js +2 -2
- package/bitmovin-analytics-bitmovin-player.js.map +1 -1
- package/bitmovin-analytics.d.ts +1 -1
- package/bitmovin-analytics.js +2 -2
- package/bitmovin-analytics.js.map +1 -1
- package/package.json +1 -1
package/bitmovin-analytics.d.ts
CHANGED
|
@@ -202,7 +202,7 @@ export declare const BitmovinPwxAnalyticsPackage: any;
|
|
|
202
202
|
export declare class CAFv3Adapter implements AdapterAPI {
|
|
203
203
|
private readonly internalAdapter;
|
|
204
204
|
private readonly analytics;
|
|
205
|
-
constructor(config: AnalyticsConfig,
|
|
205
|
+
constructor(config: AnalyticsConfig, castReceiverContext: any, opts?: AnalyticsStateMachineOptions);
|
|
206
206
|
static readonly version: string;
|
|
207
207
|
get version(): string;
|
|
208
208
|
getCurrentImpressionId(): string | undefined;
|