@glomex/integration-web-component 1.1481.0 → 1.1483.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/dist/index.d.ts +8 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1612,6 +1612,14 @@ export declare interface MediaItem {
|
|
|
1612
1612
|
* @example ["Cate Blanchett", "Leonardo DiCaprio"]
|
|
1613
1613
|
*/
|
|
1614
1614
|
actors?: string[];
|
|
1615
|
+
/**
|
|
1616
|
+
* Links to related content (e.g., a news article or blog post).
|
|
1617
|
+
*/
|
|
1618
|
+
links?: {
|
|
1619
|
+
type: 'article';
|
|
1620
|
+
url: string;
|
|
1621
|
+
caption: string;
|
|
1622
|
+
}[];
|
|
1615
1623
|
}
|
|
1616
1624
|
|
|
1617
1625
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glomex/integration-web-component",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1483.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",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@biomejs/biome": "catalog:",
|
|
35
|
-
"@glomex/integration": "1.
|
|
35
|
+
"@glomex/integration": "1.1483.0",
|
|
36
36
|
"@microsoft/api-extractor": "catalog:",
|
|
37
37
|
"@rslib/core": "catalog:",
|
|
38
38
|
"npm-run-all": "catalog:",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"license": "MIT",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "9c597ea780f1c36cfaebc27deff6e893fe69ec4c"
|
|
46
46
|
}
|