@glomex/integration-web-component 1.1318.0 → 1.1319.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/build/index.d.ts +1 -1
  2. package/package.json +3 -3
package/build/index.d.ts CHANGED
@@ -382,7 +382,7 @@ export declare class IntegrationElement extends HTMLElement implements Integrati
382
382
  /**
383
383
  * Returns the current session ID.
384
384
  */
385
- get sessionId(): string | undefined;
385
+ get sessionId(): string;
386
386
  /**
387
387
  * Returns the current wall clock time (UNIX timestamp in seconds). Useful for livestreams.
388
388
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glomex/integration-web-component",
3
- "version": "1.1318.0",
3
+ "version": "1.1319.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.1318.0",
32
+ "@glomex/integration": "^1.1319.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": "686e38cc653ec1e8e5fae4c10f2aac7eb4a08152"
40
+ "gitHead": "ae5433911d1193d59736404eb1dfb56a5f67423d"
41
41
  }