@glomex/integration-web-component 1.1367.0 → 1.1367.2

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 +2 -1
  2. package/package.json +3 -3
package/build/index.d.ts CHANGED
@@ -412,8 +412,9 @@ export declare class IntegrationElement extends HTMLElement implements Integrati
412
412
  }) => void;
413
413
  /**
414
414
  * Initiates playback of the media content.
415
+ * @param options.startMethod - The method used to start playback (defaults to CLICK)
415
416
  */
416
- play({ startMethod }?: {
417
+ play(options?: {
417
418
  startMethod: Exclude<StartMethod, StartMethod.PRE_CLICK>;
418
419
  }): void;
419
420
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glomex/integration-web-component",
3
- "version": "1.1367.0",
3
+ "version": "1.1367.2",
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",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@biomejs/biome": "^1.9.4",
33
- "@glomex/integration": "^1.1367.0",
33
+ "@glomex/integration": "^1.1367.2",
34
34
  "@microsoft/api-extractor": "^7.52.8",
35
35
  "@rslib/core": "^0.8.0",
36
36
  "typescript": "^5.8.3"
@@ -39,5 +39,5 @@
39
39
  "access": "public"
40
40
  },
41
41
  "license": "MIT",
42
- "gitHead": "80f29211de3b32d0e786b603a279bfc3a4ec0db2"
42
+ "gitHead": "f589fd073536eccde64a8547c0d9e64eeccbcc1f"
43
43
  }