@glomex/integration-web-component 1.1331.1 → 1.1332.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 +4 -4
  2. package/package.json +3 -3
package/build/index.d.ts CHANGED
@@ -1253,7 +1253,7 @@ export declare enum MediaItemErrorCode {
1253
1253
  declare type MediaSource_2 = MediaSourceBase | MediaSourceDrm | MediaSourceJoyn | MediaSourceDynamicContent;
1254
1254
  export { MediaSource_2 as MediaSource }
1255
1255
 
1256
- declare interface MediaSourceBase {
1256
+ export declare interface MediaSourceBase {
1257
1257
  /**
1258
1258
  * Unique identifier of the media source.
1259
1259
  *
@@ -1282,7 +1282,7 @@ declare interface MediaSourceBase {
1282
1282
  playbackMode?: PlaybackMode;
1283
1283
  }
1284
1284
 
1285
- declare interface MediaSourceDrm extends MediaSourceBase {
1285
+ export declare interface MediaSourceDrm extends MediaSourceBase {
1286
1286
  /**
1287
1287
  * DRM provider header name. Only relevant in combination with tokens.
1288
1288
  */
@@ -1317,11 +1317,11 @@ declare interface MediaSourceDrm extends MediaSourceBase {
1317
1317
  playreadyToken?: string;
1318
1318
  }
1319
1319
 
1320
- declare interface MediaSourceDynamicContent extends MediaSourceBase {
1320
+ export declare interface MediaSourceDynamicContent extends MediaSourceBase {
1321
1321
  mimetype: Mimetype.DYNAMIC_CONTENT;
1322
1322
  }
1323
1323
 
1324
- declare interface MediaSourceJoyn {
1324
+ export declare interface MediaSourceJoyn {
1325
1325
  /**
1326
1326
  * Media / asset identifier of joyn.
1327
1327
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glomex/integration-web-component",
3
- "version": "1.1331.1",
3
+ "version": "1.1332.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.1331.1",
32
+ "@glomex/integration": "^1.1332.0",
33
33
  "@microsoft/api-extractor": "^7.52.8",
34
34
  "@rslib/core": "^0.8.0",
35
35
  "typescript": "^5.8.3"
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "a9744933e8e4e896c1eb9811c4926193131451cc"
40
+ "gitHead": "dbca3b28e88b8064c13805ab50511b545224c5b9"
41
41
  }