stormcloud-video-player 0.6.12 → 0.6.13

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,8 +1,7 @@
1
- import { C as ClientInfo, A as AdDetectInfo, P as PlayerAnalyticsContext, b as AdImpressionInfo, c as AdLoadedInfo } from '../types-FjAlGhAL.cjs';
1
+ import { C as ClientInfo, A as AdDetectInfo, P as PlayerAnalyticsContext, b as AdImpressionInfo, c as AdLoadedInfo } from '../types-DSKC4ySr.cjs';
2
2
 
3
3
  declare function getClientInfo(): ClientInfo;
4
4
  declare function getBrowserID(clientInfo: ClientInfo): Promise<string>;
5
- declare function setMQTTTopicPrefix(prefix: string): void;
6
5
  type PlayerMetricFlags = {
7
6
  adLoaded?: boolean;
8
7
  adDetect?: boolean;
@@ -14,4 +13,4 @@ declare function sendAdLoadedTracking(licenseKey: string | undefined, adLoadedIn
14
13
  declare function sendAdImpressionTracking(licenseKey: string | undefined, adImpressionInfo: AdImpressionInfo, context?: PlayerAnalyticsContext): Promise<void>;
15
14
  declare function sendHeartbeat(licenseKey?: string, context?: PlayerAnalyticsContext, flags?: PlayerMetricFlags): Promise<void>;
16
15
 
17
- export { getBrowserID, getClientInfo, sendAdDetectTracking, sendAdImpressionTracking, sendAdLoadedTracking, sendHeartbeat, sendInitialTracking, setMQTTTopicPrefix };
16
+ export { getBrowserID, getClientInfo, sendAdDetectTracking, sendAdImpressionTracking, sendAdLoadedTracking, sendHeartbeat, sendInitialTracking };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stormcloud-video-player",
3
- "version": "0.6.12",
3
+ "version": "0.6.13",
4
4
  "main": "lib/index.js",
5
5
  "typings": "lib/index.d.ts",
6
6
  "scripts": {
@@ -15,7 +15,7 @@
15
15
  "prepublishOnly": "npm run build:lib && npm run build:dist",
16
16
  "postpublish": "npm run clean"
17
17
  },
18
- "description": "Ad-first HLS video player with SCTE-35 support and Google IMA integration for precise ad break alignment",
18
+ "description": "Ad-first HLS video player with SCTE-35 support and GAM VAST integration for precise ad break alignment",
19
19
  "keywords": [
20
20
  "video",
21
21
  "player",
@@ -42,7 +42,6 @@
42
42
  "dependencies": {
43
43
  "hls.js": "^1.6.11",
44
44
  "mqtt": "^5.15.1",
45
- "prebid.js": "^10.23.0",
46
45
  "react-icons": "^5.5.0"
47
46
  },
48
47
  "devDependencies": {