@glomex/integration-web-component 1.1514.2 → 1.1514.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -5
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -1934,11 +1934,6 @@ export declare interface MediaItemResolved extends Omit<MediaItem, 'id' | 'sourc
1934
1934
  * @ignore
1935
1935
  */
1936
1936
  ppsj?: string;
1937
- /**
1938
- * The original ID of the media item before any transformations.
1939
- * It gets automatically generated if not provided.
1940
- */
1941
- originalId: string;
1942
1937
  /**
1943
1938
  * Indicates the provider of the media item.
1944
1939
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glomex/integration-web-component",
3
- "version": "1.1514.2",
3
+ "version": "1.1514.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",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@biomejs/biome": "catalog:",
35
- "@glomex/integration": "1.1514.2",
35
+ "@glomex/integration": "1.1514.3",
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": "92d3125dadc2105d9adf0ff61a28c0fe71202af7"
45
+ "gitHead": "6028cdfbe8199218a5c90175a8364bdf75465ac2"
46
46
  }