@glomex/integration-web-component 1.1501.0 → 1.1502.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +6 -0
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -1566,6 +1566,12 @@ export declare interface MediaItem {
1566
1566
  startDate: number;
1567
1567
  /** UTC end time of the livestream program in unix time */
1568
1568
  endDate: number;
1569
+ /** Show (series, format or program) name */
1570
+ name: string;
1571
+ /** Title of the livestream program */
1572
+ title?: string;
1573
+ /** Poster image URL of the livestream program */
1574
+ poster?: string;
1569
1575
  }[];
1570
1576
  };
1571
1577
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glomex/integration-web-component",
3
- "version": "1.1501.0",
3
+ "version": "1.1502.0",
4
4
  "description": "Web component and types to integrate the glomex player",
5
5
  "documentation": "https://docs.glomex.com",
6
6
  "homepage": "https://glomex.com",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@biomejs/biome": "catalog:",
35
- "@glomex/integration": "1.1501.0",
35
+ "@glomex/integration": "1.1502.0",
36
36
  "@microsoft/api-extractor": "catalog:",
37
37
  "@rslib/core": "catalog:",
38
38
  "npm-run-all": "catalog:",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "license": "MIT",
45
- "gitHead": "c5781d358d1841e54a672b3ce827b0ef9a7e8d7d"
45
+ "gitHead": "b689f691072eab1eff23cb7c387218fec7d37bcf"
46
46
  }