@glomex/integration-web-component 1.1348.2 → 1.1348.3
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 +1 -3
- package/package.json +3 -3
package/build/index.d.ts
CHANGED
|
@@ -363,7 +363,6 @@ export declare class IntegrationElement extends HTMLElement implements Integrati
|
|
|
363
363
|
*/
|
|
364
364
|
placement?: string;
|
|
365
365
|
variant?: string;
|
|
366
|
-
crossorigin?: IntegrationProperties['crossorigin'];
|
|
367
366
|
/**
|
|
368
367
|
* Optional callback function invoked when the integration fails to load an advertisement.
|
|
369
368
|
* The callback receives an object with a `reason` property that explains why no ad was loaded.
|
|
@@ -381,7 +380,7 @@ export declare class IntegrationElement extends HTMLElement implements Integrati
|
|
|
381
380
|
*/
|
|
382
381
|
pause(): void;
|
|
383
382
|
/**
|
|
384
|
-
* Snapshots current video frame.
|
|
383
|
+
* Snapshots current video frame.
|
|
385
384
|
*/
|
|
386
385
|
getCurrentVideoFrame(): Promise<ImageBitmap>;
|
|
387
386
|
/**
|
|
@@ -920,7 +919,6 @@ export declare interface IntegrationProperties {
|
|
|
920
919
|
ppid?: string;
|
|
921
920
|
env?: 'stage' | 'local';
|
|
922
921
|
variant?: string;
|
|
923
|
-
crossorigin?: '' | 'anonymous' | 'use-credentials';
|
|
924
922
|
}
|
|
925
923
|
|
|
926
924
|
export declare enum KnownMarkerName {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glomex/integration-web-component",
|
|
3
|
-
"version": "1.1348.
|
|
3
|
+
"version": "1.1348.3",
|
|
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.1348.
|
|
33
|
+
"@glomex/integration": "^1.1348.3",
|
|
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": "
|
|
42
|
+
"gitHead": "6d3f4f6a78cfe1c1b2c7f8d0a2284c45f463bdd8"
|
|
43
43
|
}
|