@glomex/integration-web-component 1.1503.0 → 1.1504.1
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/index.d.ts +2 -2
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1582,9 +1582,9 @@ export declare interface MediaItem {
|
|
|
1582
1582
|
endTime?: number;
|
|
1583
1583
|
/** EPG entries containing UTC start and end times in milliseconds. Can be used for timeshift functionality (e.g., jump markers within the DVR window).*/
|
|
1584
1584
|
epgEntries?: {
|
|
1585
|
-
/** UTC start time of the livestream program in
|
|
1585
|
+
/** UTC start time of the livestream program in milliseconds */
|
|
1586
1586
|
startDate: number;
|
|
1587
|
-
/** UTC end time of the livestream program in
|
|
1587
|
+
/** UTC end time of the livestream program in milliseconds */
|
|
1588
1588
|
endDate: number;
|
|
1589
1589
|
/** Show (series, format or program) name */
|
|
1590
1590
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glomex/integration-web-component",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1504.1",
|
|
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.
|
|
35
|
+
"@glomex/integration": "1.1504.1",
|
|
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": "
|
|
45
|
+
"gitHead": "715b7bd0c5a274b50c2387803f46632b5b2d2e82"
|
|
46
46
|
}
|