@glomex/integration-web-component 1.1300.0 → 1.1301.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/build/index.d.ts +4 -0
- package/package.json +3 -3
package/build/index.d.ts
CHANGED
|
@@ -316,6 +316,10 @@ export declare class IntegrationElement extends HTMLElement implements Integrati
|
|
|
316
316
|
* Returns the current playback time (in seconds) of the media.
|
|
317
317
|
*/
|
|
318
318
|
get currentTime(): number;
|
|
319
|
+
/**
|
|
320
|
+
* Returns the current session ID.
|
|
321
|
+
*/
|
|
322
|
+
get sessionId(): string | undefined;
|
|
319
323
|
/**
|
|
320
324
|
* Returns the current wall clock time (UNIX timestamp in seconds). Useful for livestreams.
|
|
321
325
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glomex/integration-web-component",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1301.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",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@biomejs/biome": "^1.9.4",
|
|
32
|
-
"@glomex/integration": "^1.
|
|
32
|
+
"@glomex/integration": "^1.1301.0",
|
|
33
33
|
"@microsoft/api-extractor": "^7.52.1",
|
|
34
34
|
"@rslib/core": "^0.5.4",
|
|
35
35
|
"typescript": "^5.8.2"
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "f8dcfcd352583ce3d5272af764f07ddb9bf64d87"
|
|
41
41
|
}
|