@glomex/integration-web-component 1.1508.3 → 1.1508.4
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 +9 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1943,6 +1943,15 @@ export declare interface MediaItemResolved extends Omit<MediaItem, 'id' | 'sourc
|
|
|
1943
1943
|
* Indicates the provider of the media item.
|
|
1944
1944
|
*/
|
|
1945
1945
|
provider: MediaItemProvider | `${MediaItemProvider}`;
|
|
1946
|
+
/**
|
|
1947
|
+
* The original inline item from the {@link MediaItemReference} that produced
|
|
1948
|
+
* this resolved item. Preserved so that re-resolution (e.g. playlist-item
|
|
1949
|
+
* updates) can pass it back to the provider.
|
|
1950
|
+
*
|
|
1951
|
+
* A temporary fix until we do the full resolving of Joyn content.
|
|
1952
|
+
* @ignore
|
|
1953
|
+
*/
|
|
1954
|
+
_referenceItem?: MediaItem;
|
|
1946
1955
|
}
|
|
1947
1956
|
|
|
1948
1957
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glomex/integration-web-component",
|
|
3
|
-
"version": "1.1508.
|
|
3
|
+
"version": "1.1508.4",
|
|
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.1508.
|
|
35
|
+
"@glomex/integration": "1.1508.4",
|
|
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": "79cd45e1619c89f4fbd1be70983deee55ba9f043"
|
|
46
46
|
}
|