bitmovin-analytics 2.53.2 → 2.54.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.d.ts +1 -1
- package/bitmovin-analytics-bitmovin-player.js +2 -2
- package/bitmovin-analytics-bitmovin-player.js.map +1 -1
- package/bitmovin-analytics.d.ts +7 -7
- package/bitmovin-analytics.js +2 -2
- package/bitmovin-analytics.js.map +1 -1
- package/package.json +1 -1
|
@@ -278,7 +278,7 @@ export interface AnalyticsStateMachineOptions {
|
|
|
278
278
|
export declare class Bitmovin8Adapter implements AdapterAPI {
|
|
279
279
|
private readonly internalAdapter;
|
|
280
280
|
private readonly analytics;
|
|
281
|
-
constructor(player: any,
|
|
281
|
+
constructor(player: any, _opts?: AnalyticsStateMachineOptions);
|
|
282
282
|
readonly ssai: SsaiApi;
|
|
283
283
|
private wrapPlayerLoad;
|
|
284
284
|
static readonly version: string;
|